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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c164 #define PT_MAX_PUT_REG PT_MQ macro
166 #define PT_MAX_PUT_REG PT_CCR macro
221 if (regno <= PT_MAX_PUT_REG) {
296 (PT_MAX_PUT_REG + 1) * sizeof(reg));
298 if (PT_MAX_PUT_REG + 1 < PT_TRAP && !ret)
301 (PT_MAX_PUT_REG + 1) * sizeof(reg),
727 for (; count > 0 && pos <= PT_MAX_PUT_REG; --count)
732 for (; count > 0 && pos <= PT_MAX_PUT_REG; --count) {

Completed in 23 milliseconds