Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c63 __encode_dr7(int drnum, unsigned int len, unsigned int type) in __encode_dr7() function
80 return __encode_dr7(drnum, len, type) | DR_GLOBAL_SLOWDOWN; in encode_dr7()
163 *dr7 &= ~__encode_dr7(i, info->len, info->type); in arch_uninstall_hw_breakpoint()