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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Ddebugreg.h58 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddebugreg.h58 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Di386-nat.c110 #define DR_ENABLE_SIZE 2 /* Two enable bits per debug register. */ macro
135 ((dr_control_mirror & (3 << (DR_ENABLE_SIZE * (i)))) == 0)
139 dr_control_mirror |= (1 << (DR_LOCAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
143 dr_control_mirror |= (1 << (DR_GLOBAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
147 dr_control_mirror &= ~(3 << (DR_ENABLE_SIZE * (i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Di386-nat.c110 #define DR_ENABLE_SIZE 2 /* Two enable bits per debug register. */ macro
135 ((dr_control_mirror & (3 << (DR_ENABLE_SIZE * (i)))) == 0)
139 dr_control_mirror |= (1 << (DR_LOCAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
143 dr_control_mirror |= (1 << (DR_GLOBAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
147 dr_control_mirror &= ~(3 << (DR_ENABLE_SIZE * (i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Di386-nat.c110 #define DR_ENABLE_SIZE 2 /* Two enable bits per debug register. */ macro
135 ((dr_control_mirror & (3 << (DR_ENABLE_SIZE * (i)))) == 0)
139 dr_control_mirror |= (1 << (DR_LOCAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
143 dr_control_mirror |= (1 << (DR_GLOBAL_ENABLE_SHIFT + DR_ENABLE_SIZE * (i)))
147 dr_control_mirror &= ~(3 << (DR_ENABLE_SIZE * (i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dhw_breakpoint.c69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE));
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE));
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3;

Completed in 271 milliseconds