Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h53 (0 << MIPS_SEGCFG_PA_SHIFT) | \
56 (0 << MIPS_SEGCFG_PA_SHIFT) | \
63 (0 << MIPS_SEGCFG_PA_SHIFT) | \
67 (0 << MIPS_SEGCFG_PA_SHIFT) | \
74 (6 << MIPS_SEGCFG_PA_SHIFT) | \
77 (4 << MIPS_SEGCFG_PA_SHIFT) | \
/arch/mips/kernel/
Dsegment.c34 ((cfg & MIPS_SEGCFG_PA) >> MIPS_SEGCFG_PA_SHIFT)); in build_segment_config()
/arch/mips/include/asm/
Dmipsregs.h780 #define MIPS_SEGCFG_PA_SHIFT 9 macro
781 #define MIPS_SEGCFG_PA (_ULCAST_(127) << MIPS_SEGCFG_PA_SHIFT)