Searched refs:PPC_RAW_ADDIS (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 143 PPC_RAW_ADDIS(_R11, _R2, 0), 510 PPC_RAW_ADDIS(_R12, _R12, 0), 1035 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 624 PPC_RAW_ADDIS(_R12, _R12, 0), in ftrace_dyn_arch_init()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 503 #define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro 506 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i)
|