Home
last modified time | relevance | path

Searched full:hi16 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/csky/kernel/
H A Dmodule.c15 #define IS_BSR32(hi16, lo16) (((hi16) & 0xFC00) == 0xE000) argument
16 #define IS_JSRI32(hi16, lo16) ((hi16) == 0xEAE0) argument
/linux/arch/mips/kernel/
H A Dmodule.c120 * The value for the HI16 had best be the same. in apply_r_mips_lo16()
126 * Do the HI16 relocation. Note that we actually don't in apply_r_mips_lo16()
153 * Ok, we're done with the HI16 relocs. Now deal with the LO16. in apply_r_mips_lo16()
360 * Normally the hi16 list should be deallocated at this point. A in __apply_relocate()
H A Dvpe.c350 * The value for the HI16 had best be the same. in apply_r_mips_lo16()
353 pr_debug("VPE loader: apply_r_mips_lo16/hi16: inconsistent value information\n"); in apply_r_mips_lo16()
358 * Do the HI16 relocation. Note that we actually don't in apply_r_mips_lo16()
385 * Ok, we're done with the HI16 relocs. Now deal with the LO16. in apply_r_mips_lo16()
/linux/arch/arm64/kernel/
H A Dcompat_alignment.c40 #define IS_T32(hi16) \ argument
41 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
/linux/arch/powerpc/kernel/
H A Dreloc_32.S131 bne hi16
139 hi16: label
/linux/arch/arm/mm/
H A Dalignment.c74 #define IS_T32(hi16) \ argument
75 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))