Home
last modified time | relevance | path

Searched refs:DR_ENABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Ddebugreg.h58 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE)); in __encode_dr7()
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3; in decode_dr7()