Searched refs:SLOT_BITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddb_machdep.h72 #define SLOT_BITS 41 macro
74 #define SLOT_MASK ((1ULL << SLOT_BITS) - 1ULL)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/disasm/
H A Ddisasm_int.h42 #define SLOT_BITS 41 macro
45 #define BUNDLE_SIZE (SLOT_COUNT * SLOT_BITS + TMPL_BITS)
48 #define SLOT_MASK ((1ULL << SLOT_BITS) - 1ULL)

Completed in 164 milliseconds