Searched refs:PPC_LR_STKOFF (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | tm.S | 33 std r0, PPC_LR_STKOFF(r1) 184 ld r0, PPC_LR_STKOFF(r1) 194 std r0, PPC_LR_STKOFF(r1) 207 ld r0, PPC_LR_STKOFF(r1) 228 std r0, PPC_LR_STKOFF(r1) 365 ld r0, PPC_LR_STKOFF(r1) 379 std r0, PPC_LR_STKOFF(r1) 393 ld r0, PPC_LR_STKOFF(r1)
|
A D | book3s_hv_interrupts.S | 36 std r0,PPC_LR_STKOFF(r1) 104 ld r0, PPC_LR_STKOFF(r1)
|
A D | book3s_interrupts.S | 65 PPC_STL r0,PPC_LR_STKOFF(r1) 222 PPC_STL r4, (PPC_LR_STKOFF + SWITCH_FRAME_SIZE)(r1)
|
A D | book3s_64_entry.S | 192 std r0,PPC_LR_STKOFF(r1) 345 ld r0,PPC_LR_STKOFF(r1)
|
A D | book3s_hv_rmhandlers.S | 73 std r0, PPC_LR_STKOFF(r1) 130 ld r8, 112+PPC_LR_STKOFF(r1) 519 std r0, PPC_LR_STKOFF(r1) 1514 ld r0, SFS+PPC_LR_STKOFF(r1) 2414 std r0, PPC_LR_STKOFF(r1) 2430 ld r0, PPC_MIN_STKFRM+PPC_LR_STKOFF(r1) 2531 std r0, PPC_LR_STKOFF(r1) 2611 ld r0, PPC_LR_STKOFF(r1) 2634 std r0, PPC_LR_STKOFF(r1) 2672 9: ld r0, PPC_LR_STKOFF(r1)
|
A D | bookehv_interrupts.S | 35 #define HOST_CALLEE_LR PPC_LR_STKOFF 49 #define HOST_STACK_LR (HOST_STACK_SIZE + PPC_LR_STKOFF)
|
/linux-6.3-rc2/arch/powerpc/kernel/vdso/ |
A D | gettimeofday.S | 29 PPC_STL r0, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1) 30 .cfi_rel_offset lr, PPC_MIN_STKFRM + PPC_LR_STKOFF 42 PPC_LL r0, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1)
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-wrappers.S | 25 std r0,PPC_LR_STKOFF(r1) 61 ld r0,PPC_LR_STKOFF(r1)
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | ldstfp.S | 160 PPC_STL r0,STKFRM+PPC_LR_STKOFF(r1) 176 4: PPC_LL r0,STKFRM+PPC_LR_STKOFF(r1) 187 PPC_STL r0,STKFRM+PPC_LR_STKOFF(r1) 200 PPC_LL r0,STKFRM+PPC_LR_STKOFF(r1)
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | asm-compat.h | 25 #define PPC_LR_STKOFF 16 macro 59 #define PPC_LR_STKOFF 4 macro
|
A D | code-patching.h | 235 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/primitives/asm/ |
A D | asm-compat.h | 25 #define PPC_LR_STKOFF 16 macro 59 #define PPC_LR_STKOFF 4 macro
|
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp64.c | 153 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 187 EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue()
|
A D | bpf_jit_comp32.c | 170 EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_build_prologue() 183 EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue()
|
Completed in 44 milliseconds