Searched refs:PPC_RAW_STW (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 621 EMIT(PPC_RAW_STW(_R3, _R1, in invoke_bpf_prog() 623 EMIT(PPC_RAW_STW(_R4, _R1, in invoke_bpf_prog()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 488 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4)), in ftrace_init_nop()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 509 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro 601 #define PPC_RAW_STL PPC_RAW_STW
|