Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dmodule_32.c259 PPC_LI(value - (uint32_t)location); in apply_relocate_add()
267 *(uint32_t *)PPC_LI((uint32_t)location), (uint32_t)location, in apply_relocate_add()
268 (*(uint32_t *)PPC_LI((uint32_t)location)) + (uint32_t)location); in apply_relocate_add()
Dmodule_64.c906 value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value); in apply_relocate_add()
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h371 #define PPC_LI(v) ((v) & PPC_LI_MASK) macro
590 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))
591 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace_64_pg.c110 offset = PPC_LI(ppc_inst_val(op)); in find_bl_target()