Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dhw_breakpoint.h70 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c77 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) in decode_dr7() function
H A Dptrace.c574 bool disabled = !decode_dr7(data, i, &len, &type); in ptrace_write_dr7()