Home
last modified time | relevance | path

Searched refs:MIPS_SEGCFG_EU_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h54 (1 << MIPS_SEGCFG_EU_SHIFT)) | \
57 (1 << MIPS_SEGCFG_EU_SHIFT)) << 16)
65 (1 << MIPS_SEGCFG_EU_SHIFT)) | \
68 (1 << MIPS_SEGCFG_EU_SHIFT)) << 16)
75 (1 << MIPS_SEGCFG_EU_SHIFT)) | \
78 (1 << MIPS_SEGCFG_EU_SHIFT)) << 16)
/linux-4.1.27/arch/mips/kernel/
Dsegment.c42 ((cfg & MIPS_SEGCFG_EU) >> MIPS_SEGCFG_EU_SHIFT)); in build_segment_config()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h603 #define MIPS_SEGCFG_EU_SHIFT 3 macro
604 #define MIPS_SEGCFG_EU (_ULCAST_(1) << MIPS_SEGCFG_EU_SHIFT)