Searched refs:PTR_L (Results 1 – 8 of 8) sorted by relevance
/linux/arch/mips/power/ |
A D | hibernate_asm.S | 46 PTR_L ra, PT_R31(t0) 47 PTR_L sp, PT_R29(t0) 48 PTR_L fp, PT_R30(t0) 49 PTR_L gp, PT_R28(t0) 50 PTR_L s0, PT_R16(t0) 51 PTR_L s1, PT_R17(t0) 52 PTR_L s2, PT_R18(t0) 53 PTR_L s3, PT_R19(t0) 54 PTR_L s4, PT_R20(t0) 55 PTR_L s5, PT_R21(t0) [all …]
|
/linux/arch/mips/kernel/ |
A D | mcount.S | 39 PTR_L ra, PT_R31(sp) 40 PTR_L AT, PT_R1(sp) 41 PTR_L a0, PT_R4(sp) 42 PTR_L a1, PT_R5(sp) 43 PTR_L a2, PT_R6(sp) 44 PTR_L a3, PT_R7(sp) 46 PTR_L a4, PT_R8(sp) 47 PTR_L a5, PT_R9(sp) 48 PTR_L a6, PT_R10(sp) 49 PTR_L a7, PT_R11(sp) [all …]
|
A D | relocate_kernel.S | 17 PTR_L a0, arg0 18 PTR_L a1, arg1 19 PTR_L a2, arg2 20 PTR_L a3, arg3 22 PTR_L s0, kexec_indirection_page 23 PTR_L s1, kexec_start_address 26 PTR_L s2, (s0) 109 PTR_L a0, s_arg0 110 PTR_L a1, s_arg1 111 PTR_L a2, s_arg2 [all …]
|
A D | cps-vec.S | 178 1: PTR_L t1, VPEBOOTCFG_PC(v1) 179 PTR_L gp, VPEBOOTCFG_GP(v1) 180 PTR_L sp, VPEBOOTCFG_SP(v1) 313 PTR_L t1, 0(t1) 353 PTR_L ta3, COREBOOTCFG_VPECONFIG(v0) 362 PTR_L ta3, COREBOOTCFG_VPECONFIG(a0) 370 PTR_L t1, GCR_CPC_BASE_OFS(t3)
|
A D | genex.S | 41 PTR_L k0, exception_handlers(k1) 69 PTR_L k0, exception_handlers(k1)
|
/linux/arch/mips/include/asm/ |
A D | asm.h | 266 #define PTR_L lw macro 291 #define PTR_L ld macro
|
A D | ftrace.h | 72 safe_load(STR(PTR_L), src, dst, error)
|
/linux/arch/mips/lib/ |
A D | memset.S | 257 PTR_L t0, TI_TASK($28) 269 PTR_L t0, TI_TASK($28)
|
Completed in 9 milliseconds