Searched refs:cpu_has_ebase_wg (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h87 #define cpu_has_ebase_wg 0 macro
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h561 #ifndef cpu_has_ebase_wg
562 # define cpu_has_ebase_wg __opt(MIPS_CPU_EBASE_WG) macro
/linux-master/arch/mips/kernel/
H A Dproc.c250 if (cpu_has_ebase_wg)
H A Dtraps.c2208 if (cpu_has_ebase_wg) {
/linux-master/arch/mips/kvm/
H A Dentry.c133 if (cpu_has_ebase_wg) {
H A Dvz.c51 if (sizeof(long) == 8 && cpu_has_ebase_wg)
65 (cpu_has_mips64r6 || cpu_has_ebase_wg)) {
H A Dmips.c320 if (!cpu_has_ebase_wg && virt_to_phys(gebase) >= 0x20000000) {

Completed in 138 milliseconds