Home
last modified time | relevance | path

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

/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),