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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhw_breakpoint.h67 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c87 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) argument
89 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE);
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3;

Completed in 46 milliseconds