Home
last modified time | relevance | path

Searched refs:decode_dr7 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dhw_breakpoint.h67 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
/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() function
Dptrace.c653 enabled = decode_dr7(data, i, &len, &type); in ptrace_write_dr7()