Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-malta/
A 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/arch/mips/kernel/
A Dsegment.c46 ((cfg & MIPS_SEGCFG_EU) >> MIPS_SEGCFG_EU_SHIFT)); in build_segment_config()
/linux/arch/mips/include/asm/
A Dmipsregs.h843 #define MIPS_SEGCFG_EU_SHIFT 3 macro
844 #define MIPS_SEGCFG_EU (_ULCAST_(1) << MIPS_SEGCFG_EU_SHIFT)

Completed in 16 milliseconds