Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c87 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) in decode_dr7() argument
89 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); in decode_dr7()
94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3; in decode_dr7()
/linux-3.4.99/arch/x86/include/asm/
Dhw_breakpoint.h67 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);