Searched refs:get_debugreg (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dptrace.c31 static long get_debugreg(long pid, unsigned int regno);
54 ret = get_debugreg(task->pid, regno);
187 if (!get_debugreg(child->pid, PT_BP_CTRL)) {
408 tmp = get_debugreg(pid, PT_BP_CTRL) & ~(3 << (2 + (bp * 4)));
487 static long get_debugreg(long pid, unsigned int regno) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dparavirt.c247 .get_debugreg = native_get_debugreg,
H A Dtraps.c805 get_debugreg(condition, 6);
H A Dvmi.c745 para_fill(get_debugreg, GetDR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h267 #define get_debugreg(var, register) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dparavirt.h79 unsigned long (*get_debugreg)(int regno); member in struct:paravirt_ops
442 return PVOP_CALL1(unsigned long, get_debugreg, reg);
444 #define get_debugreg(var, reg) var = paravirt_get_debugreg(reg) macro
H A Dprocessor.h592 #define get_debugreg(var, register) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c835 get_debugreg(condition, 6);

Completed in 64 milliseconds