Searched refs:encode_dr7 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhw_breakpoint.h66 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c78 unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type) function
128 *dr7 |= encode_dr7(i, info->len, info->type);
370 dr7 |= encode_dr7(i, info->len, info->type);
H A Dkgdb.c215 early_dr7 |= encode_dr7(breakno,
321 early_dr7 &= ~encode_dr7(i, breakinfo[i].len,
402 early_dr7 &= ~encode_dr7(i, breakinfo[i].len,
H A Dptrace.c564 dr7 |= encode_dr7(i, info->len, info->type);

Completed in 64 milliseconds