Searched refs:PPC_RAW_STD (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit64.h | 85 EMIT(PPC_RAW_STD(r, base, i)); \
|
/arch/powerpc/include/asm/ |
D | code-patching.h | 185 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
D | ppc-opcode.h | 463 #define PPC_RAW_STD(r, base, i) (PPC_INST_STD | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro
|
/arch/powerpc/kernel/ |
D | module_64.c | 130 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|
/arch/powerpc/lib/ |
D | test_emulate_step.c | 205 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
|