MIPS_SEGCFG_AM_SHIFT 52 arch/mips/include/asm/mach-malta/kernel-entry-init.h li t0, ((MIPS_SEGCFG_MK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 55 arch/mips/include/asm/mach-malta/kernel-entry-init.h (((MIPS_SEGCFG_MK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 62 arch/mips/include/asm/mach-malta/kernel-entry-init.h li t0, ((MIPS_SEGCFG_MUSUK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 66 arch/mips/include/asm/mach-malta/kernel-entry-init.h (((MIPS_SEGCFG_MUSUK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 73 arch/mips/include/asm/mach-malta/kernel-entry-init.h li t0, ((MIPS_SEGCFG_MUSUK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 76 arch/mips/include/asm/mach-malta/kernel-entry-init.h (((MIPS_SEGCFG_MUSUK << MIPS_SEGCFG_AM_SHIFT) | \ MIPS_SEGCFG_AM_SHIFT 783 arch/mips/include/asm/mipsregs.h #define MIPS_SEGCFG_AM (_ULCAST_(7) << MIPS_SEGCFG_AM_SHIFT) MIPS_SEGCFG_AM_SHIFT 24 arch/mips/kernel/segment.c am = (cfg & MIPS_SEGCFG_AM) >> MIPS_SEGCFG_AM_SHIFT;