Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h87 #define cpu_has_ebase_wg 0 macro
/linux-6.6.21/arch/mips/include/asm/
Dcpu-features.h561 #ifndef cpu_has_ebase_wg
562 # define cpu_has_ebase_wg __opt(MIPS_CPU_EBASE_WG) macro
/linux-6.6.21/arch/mips/kernel/
Dproc.c250 if (cpu_has_ebase_wg) in show_cpuinfo()
Dtraps.c2247 if (cpu_has_ebase_wg) { in configure_exception_vector()
/linux-6.6.21/arch/mips/kvm/
Dentry.c186 if (cpu_has_ebase_wg) { in build_set_exc_base()
Dvz.c51 if (sizeof(long) == 8 && cpu_has_ebase_wg) in kvm_vz_read_gc0_ebase()
65 (cpu_has_mips64r6 || cpu_has_ebase_wg)) { in kvm_vz_write_gc0_ebase()
Dmips.c320 if (!cpu_has_ebase_wg && virt_to_phys(gebase) >= 0x20000000) { in kvm_arch_vcpu_create()