/openbmc/linux/arch/loongarch/power/ |
H A D | hibernate_asm.S | 35 PTR_L t0, t0, 0 37 PTR_L t1, t0, PBE_ADDRESS /* source */ 38 PTR_L t2, t0, PBE_ORIG_ADDRESS /* destination */ 47 PTR_L t0, t0, PBE_NEXT 50 PTR_L ra, t0, PT_R1 51 PTR_L tp, t0, PT_R2 52 PTR_L sp, t0, PT_R3 53 PTR_L u0, t0, PT_R21 54 PTR_L fp, t0, PT_R22 55 PTR_L s0, t0, PT_R23 [all …]
|
/openbmc/linux/arch/mips/power/ |
H A D | hibernate_asm.S | 32 PTR_L t0, restore_pblist 34 PTR_L t1, PBE_ADDRESS(t0) /* source */ 35 PTR_L t2, PBE_ORIG_ADDRESS(t0) /* destination */ 43 PTR_L t0, PBE_NEXT(t0) 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) [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H 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 …]
|
H 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 …]
|
H A D | cps-vec.S | 176 1: PTR_L t1, VPEBOOTCFG_PC(v1) 177 PTR_L gp, VPEBOOTCFG_GP(v1) 178 PTR_L sp, VPEBOOTCFG_SP(v1) 310 PTR_L t1, 0(t1) 350 PTR_L ta3, COREBOOTCFG_VPECONFIG(v0) 359 PTR_L ta3, COREBOOTCFG_VPECONFIG(a0) 367 PTR_L t1, 0(t1) 368 PTR_L t1, GCR_CPC_BASE_OFS(t1)
|
H A D | genex.S | 40 PTR_L k0, exception_handlers(k1) 68 PTR_L k0, exception_handlers(k1)
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | mcount_dyn.S | 79 PTR_L a2, t1, 0 /* arg2: op */ 96 PTR_L ra, sp, PT_R1 97 PTR_L a0, sp, PT_R4 98 PTR_L a1, sp, PT_R5 99 PTR_L a2, sp, PT_R6 100 PTR_L a3, sp, PT_R7 101 PTR_L a4, sp, PT_R8 102 PTR_L a5, sp, PT_R9 103 PTR_L a6, sp, PT_R10 104 PTR_L a7, sp, PT_R11 [all …]
|
H A D | mcount.S | 28 PTR_L ra, sp, MCOUNT_RA_OFFSET 29 PTR_L s0, sp, MCOUNT_S0_OFFSET 36 PTR_L t2, t2, 0 51 PTR_L t3, t3, 0 55 PTR_L t3, t3, 0 93 PTR_L a0, sp, FGRET_REGS_A0 94 PTR_L a1, sp, FGRET_REGS_A1
|
H A D | relocate_kernel.S | 34 PTR_L s1, s0, 0
|
/openbmc/u-boot/examples/api/ |
H A D | crt0.S | 56 PTR_L $t9, syscall_ptr 59 PTR_L $ra, return_addr
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | asm.h | 149 #define PTR_L ld.w macro 172 #define PTR_L ld.d macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | ftrace.h | 72 safe_load(STR(PTR_L), src, dst, error)
|
H A D | asm.h | 275 #define PTR_L lw macro 300 #define PTR_L ld macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 359 #define PTR_L lw macro 384 #define PTR_L ld macro
|
/openbmc/linux/arch/mips/lib/ |
H A D | memset.S | 257 PTR_L t0, TI_TASK($28) 269 PTR_L t0, TI_TASK($28)
|