Home
last modified time | relevance | path

Searched refs:DR_ENABLE_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Ddebugreg.h59 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Ddebugreg.h60 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h46 #define DR_ENABLE_SIZE 2 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h46 #define DR_ENABLE_SIZE 2 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H 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()
/kernel/linux/linux-6.6/arch/x86/kernel/
H 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