Home
last modified time | relevance | path

Searched refs:MIPS_CONF1_DL (Results 1 – 2 of 2) sorted by relevance

/arch/mips/kvm/
Dtrap_emul.c650 config1 &= ~MIPS_CONF1_DL; in kvm_trap_emul_vcpu_setup()
652 MIPS_CONF1_DL_SHF) & MIPS_CONF1_DL; in kvm_trap_emul_vcpu_setup()
/arch/mips/include/asm/
Dmipsregs.h583 #define MIPS_CONF1_DL (_ULCAST_(7) << 10) macro