Searched refs:MIPS_CPU_4K_CACHE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dcpu-probe.c229 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
441 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
450 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
459 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
575 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER |
677 c->options &= ~MIPS_CPU_4K_CACHE;
750 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dcpu-features.h33 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
H A Dcpu.h256 #define MIPS_CPU_4K_CACHE 0x00000008 /* R4000-style caches */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dcpu-features.h33 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
H A Dcpu.h256 #define MIPS_CPU_4K_CACHE 0x00000008 /* R4000-style caches */ macro

Completed in 103 milliseconds