Home
last modified time | relevance | path

Searched refs:CONF_CM_CMASK (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-ath79/
Dkernel-entry-init.h22 li t1, ~CONF_CM_CMASK
/linux-4.4.14/arch/mips/mm/
Dcex-gen.S31 li k1,~CONF_CM_CMASK
Dcex-sb1.S144 li k1,~CONF_CM_CMASK
Dc-r4k.c1591 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup()
1595 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
/linux-4.4.14/arch/mips/vr41xx/common/
Dpmu.c75 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in software_reset()
/linux-4.4.14/arch/mips/pmcs-msp71xx/
Dmsp_setup.c120 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in msp_restart()
/linux-4.4.14/arch/mips/bcm63xx/
Dsetup.c53 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in bcm6348_a1_reboot()
/linux-4.4.14/arch/mips/kernel/
Dsmp-cps.c83 change_c0_config(CONF_CM_CMASK, 0x5); in cps_smp_setup()
110 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus()
Dcpu-probe.c735 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy()
/linux-4.4.14/arch/mips/netlogic/common/
Dsmp.c109 change_c0_config(CONF_CM_CMASK, 0x3); in nlm_early_init_secondary()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h416 #define CONF_CM_CMASK 7 macro