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