Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Ddebugreg.h60 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/linux/arch/x86/kernel/
A Dhw_breakpoint.c59 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE)); in __encode_dr7()
84 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3; in decode_dr7()

Completed in 4 milliseconds