Home
last modified time | relevance | path

Searched refs:MIPS_MAAR_VL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmaar.h35 * MIPS_MAAR_VL/MIPS_MAAR_VH attributes will automatically be set.
48 /* Automatically set MIPS_MAAR_VL */ in write_maar_pair()
49 attrs |= MIPS_MAAR_VL; in write_maar_pair()
52 * Write the upper address & attributes (both MIPS_MAAR_VL and in write_maar_pair()
93 * MIPS_MAAR_VL attribute will automatically be set.
H A Dmipsregs.h807 #define MIPS_MAAR_VL (_ULCAST_(1) << 0) macro
809 #define MIPS_MAAR_V (MIPS_MAAR_VH | MIPS_MAAR_VL)
811 #define MIPS_MAAR_V MIPS_MAAR_VL
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmaar.h35 * MIPS_MAAR_VL/MIPS_MAAR_VH attributes will automatically be set.
48 /* Automatically set MIPS_MAAR_VL */ in write_maar_pair()
49 attrs |= MIPS_MAAR_VL; in write_maar_pair()
52 * Write the upper address & attributes (both MIPS_MAAR_VL and in write_maar_pair()
93 * MIPS_MAAR_VL attribute will automatically be set.
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
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dvz.c845 unsigned long mask = 0xfffff000 | MIPS_MAAR_S | MIPS_MAAR_VL; in mips_process_maar()
859 if (val & MIPS_MAAR_VL) in mips_process_maar()
/kernel/linux/linux-6.6/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()

Completed in 20 milliseconds