Home
last modified time | relevance | path

Searched refs:PPC_RAW_STD (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c616 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 Dftrace.c498 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 Dppc-opcode.h478 #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 Dmodule_64.c146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),