Searched refs:PPC_RAW_STD (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 616 EMIT(PPC_RAW_STD(_R3, _R1, run_ctx_off + offsetof(struct bpf_tramp_run_ctx, in invoke_bpf_prog() 965 EMIT(PPC_RAW_STD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 498 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STD(_R0, _R1, 16)), in ftrace_init_nop()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 478 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro 606 #define PPC_RAW_STL PPC_RAW_STD
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|