Home
last modified time | relevance | path

Searched refs:MIPS_EBASE_WG (Results 1 – 5 of 5) sorted by relevance

/arch/mips/kernel/
Dcpu-probe.c983 if (ebase & MIPS_EBASE_WG) { in decode_configs()
997 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in decode_configs()
999 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()
1003 if (read_c0_ebase() & MIPS_EBASE_WG) { in decode_configs()
Dtraps.c2172 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in configure_exception_vector()
2174 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector()
/arch/mips/kvm/
Dentry.c193 uasm_i_ori(p, reg, reg, MIPS_EBASE_WG); in build_set_exc_base()
Dvz.c63 write_gc0_ebase_64(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()
66 write_gc0_ebase(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()
/arch/mips/include/asm/
Dmipsregs.h765 #define MIPS_EBASE_WG (_ULCAST_(1) << 11) macro