Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h371 #define PPC_LI(v) ((v) & PPC_LI_MASK) macro
594 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))
595 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
/linux/arch/powerpc/kernel/
H A Dmodule_64.c936 value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value); in apply_relocate_add()