Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Doptprobes.c150 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns()
166 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(3) | in patch_imm64_load_insns()
Dmodule_32.c163 if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val))) in entry_matches()
199 entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) | PPC_HA(val); in do_plt_call()
Dmodule_64.c134 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2),
713 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add()
779 PPC_INST_ADDIS | __PPC_RT(R12) | __PPC_RA(R12), in create_ftrace_stub()
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit.h45 #define PPC_ADDIS(d, a, i) EMIT(PPC_INST_ADDIS | \
/Linux-v5.4/arch/powerpc/include/asm/
Dppc-opcode.h325 #define PPC_INST_ADDIS 0x3c000000 macro