Searched refs:cca (Results 1 – 7 of 7) sorted by relevance
/arch/mips/kernel/ |
D | smp-cps.c | 121 unsigned ncores, core_vpes, c, cca; in cps_prepare_cpus() local 128 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus() 129 switch (cca) { in cps_prepare_cpus() 161 uasm_i_addiu(&entry_code, 16, 0, cca); in cps_prepare_cpus()
|
D | cpu-probe.c | 898 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy() local 908 switch (cca) { in cpu_probe_legacy()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 133 uint64_t cca:3; /* ignored by octeon */ member 226 uint64_t cca:3; member
|
/arch/mips/mm/ |
D | c-r4k.c | 1653 static int cca = -1; variable 1657 get_option(&str, &cca); in cca_setup() 1666 if (cca < 0 || cca > 7) in coherency_setup() 1667 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup() 1668 _page_cachable_default = cca << _CACHE_SHIFT; in coherency_setup() 1670 pr_debug("Using cache attribute %d\n", cca); in coherency_setup() 1671 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
|
/arch/mips/configs/ |
D | tb0219_defconfig | 96 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
|
D | tb0226_defconfig | 92 CONFIG_CMDLINE="cca=3 mem=32M console=ttyVR0,115200"
|
D | tb0287_defconfig | 110 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
|