Searched refs:hi16 (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/metag/kernel/
H A Dftrace.c29 unsigned long hi16, low16; ftrace_call_replace() local
31 hi16 = (addr & 0xffff0000) >> 13; ftrace_call_replace()
41 writel(D1RTP_MOVT_TEMPLATE | hi16, &movt_and_call_insn[0]); ftrace_call_replace()
44 writel(D04_MOVT_TEMPLATE | hi16, &movt_and_call_insn[0]); ftrace_call_replace()
/linux-4.1.27/arch/powerpc/kernel/
H A Dreloc_32.S135 bne hi16
143 hi16: label
/linux-4.1.27/arch/mips/kernel/
H A Dmodule.c234 * Normally the hi16 list should be deallocated at this point. A apply_relocate()
H A Dvpe.c353 pr_debug("VPE loader: apply_r_mips_lo16/hi16: inconsistent value information\n"); apply_r_mips_lo16()
/linux-4.1.27/arch/arm/mm/
H A Dalignment.c75 #define IS_T32(hi16) \
76 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
/linux-4.1.27/arch/tile/kernel/
H A Dintvec_32.S1572 # error Code here assumes PAGE_OFFSET can be loaded with just hi16()
1578 auli r23, zero, hi16(PAGE_OFFSET) /* hugepage-aligned */

Completed in 270 milliseconds