Home
last modified time | relevance | path

Searched refs:MIPS_MAAR_VL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dmaar.h49 attrs |= MIPS_MAAR_VL; in write_maar_pair()
H A Dmipsregs.h792 #define MIPS_MAAR_VL (_ULCAST_(1) << 0) macro
794 #define MIPS_MAAR_V (MIPS_MAAR_VH | MIPS_MAAR_VL)
796 #define MIPS_MAAR_V MIPS_MAAR_VL
/openbmc/linux/arch/mips/kvm/
H A Dvz.c843 unsigned long mask = 0xfffff000 | MIPS_MAAR_S | MIPS_MAAR_VL; in mips_process_maar()
857 if (val & MIPS_MAAR_VL) in mips_process_maar()