Home
last modified time | relevance | path

Searched refs:drnum (Results 1 – 2 of 2) 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() argument
68 bp_info <<= (DR_CONTROL_SHIFT + drnum * DR_CONTROL_SIZE); in __encode_dr7()
69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE)); in __encode_dr7()
78 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) in encode_dr7() argument
80 return __encode_dr7(drnum, len, type) | DR_GLOBAL_SLOWDOWN; in encode_dr7()
/linux-3.4.99/arch/x86/include/asm/
Dhw_breakpoint.h66 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);