Searched refs:PPC_RAW_STL (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 661 EMIT(PPC_RAW_STL(_R3, _R1, retval_off)); in invoke_bpf_prog() 692 EMIT(PPC_RAW_STL(_R3, _R1, retval_off)); in invoke_bpf_mod_ret() 746 EMIT(PPC_RAW_STL(_R3, _R1, bpf_frame_size - BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 761 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in bpf_trampoline_restore_tail_call_cnt() 775 EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL)); in bpf_trampoline_save_args() 778 EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL)); in bpf_trampoline_save_args() 802 EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL)); in bpf_trampoline_restore_args_stack() 953 EMIT(PPC_RAW_STL(_R0, _R1, PPC_LR_STKOFF)); in __arch_prepare_bpf_trampoline() 966 EMIT(PPC_RAW_STL(_R4, _R1, r4_off)); in __arch_prepare_bpf_trampoline() 973 EMIT(PPC_RAW_STL(_R3, _R1, alt_lr_off)); in __arch_prepare_bpf_trampoline() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 601 #define PPC_RAW_STL PPC_RAW_STW macro 606 #define PPC_RAW_STL PPC_RAW_STD macro
|