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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dptrace.h111 #define PT_SIZE ((NUM_GPRS + 6) * _PT_REG_SIZE) macro
116 #define PT_TEXT_ADDR (PT_SIZE + 1)
117 #define PT_TEXT_LEN (PT_SIZE + 2)
118 #define PT_DATA_ADDR (PT_SIZE + 3)
H A Dentry.h99 #define STATE_SAVE_SIZE (PT_SIZE + STATE_SAVE_ARG_SPACE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dint-handler.S46 NESTED(brcmIRQ, PT_SIZE, sp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex-fault.S15 NESTED(tlb_do_page_fault_\write, PT_SIZE, sp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmtc-asm.S88 2: subu k1,k1,PT_SIZE
121 subu t1,sp,PT_SIZE
H A Dgenex.S134 NESTED(handle_int, PT_SIZE, sp)
279 NESTED(ejtag_debug_handler, PT_SIZE, sp)
327 NESTED(nmi_handler, PT_SIZE, sp)
393 NESTED(handle_\exception, PT_SIZE, sp)
H A Dr2300_switch.S32 #define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS)
H A Dr4k_switch.S30 #define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS)
H A Dscall64-n32.S32 NESTED(handle_sysn32, PT_SIZE, sp)
H A Dscall64-64.S29 NESTED(handle_sys64, PT_SIZE, sp)
H A Dscall64-o32.S28 NESTED(handle_sys, PT_SIZE, sp)
H A Dscall32-o32.S28 NESTED(handle_sys, PT_SIZE, sp)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dptrace.c144 if (addr >= PT_SIZE && request == PTRACE_PEEKUSR) {
156 } else if (addr >= 0 && addr < PT_SIZE && (addr & 0x3) == 0) {
H A Dentry.S424 ld.w PT_GPR(GPR_SP)-PT_SIZE[sp], sp; /* Restore stack pointer. */ \
859 ld.w PT_GPR(GPR_SP)-PT_SIZE[sp], sp // Restore user stack pointer.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dsleeper.S28 subu sp, PT_SIZE
151 addiu sp, PT_SIZE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dasm-offsets.c63 DEFINE(PT_SIZE, sizeof(struct pt_regs));
H A Dvectors.S88 * We decrement the current stack pointer (kernel) by PT_SIZE and
100 addi a2, a1, -16-PT_SIZE # adjust stack pointer
H A Dentry.S601 s32i a3, a1, PT_SIZE+0
602 s32i a4, a1, PT_SIZE+4
605 s32i a3, a1, PT_SIZE+8
606 s32i a4, a1, PT_SIZE+12
708 addi a2, a1, -16-PT_SIZE # assume kernel stack
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S127 NESTED(plat_irq_dispatch, PT_SIZE, ra)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dstackframe.h149 PTR_SUBU sp, k1, PT_SIZE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dstackframe.h149 PTR_SUBU sp, k1, PT_SIZE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dasm-offsets.c239 DEFINE(PT_SIZE, sizeof(struct pt_regs));

Completed in 199 milliseconds