Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dmodule_32.c148 if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val))) in entry_matches()
184 entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val); in do_plt_call()
Doptprobes.c153 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns()
171 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(reg) | in patch_imm64_load_insns()
Dmodule_64.c135 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),
350 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12),
710 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h256 #define PPC_INST_ADDIS 0x3c000000 macro
440 #define PPC_RAW_ADDIS(d, a, i) (PPC_INST_ADDIS | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))