Searched refs:MIPS_CPU_LDPTE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/loongson64/
H A Dcpucfg-emul.c96 if (options & MIPS_CPU_LDPTE)
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h93 #define cpu_has_ldpte __opt(MIPS_CPU_LDPTE)
708 #define cpu_guest_has_ldpte (cpu_data[0].guest.options & MIPS_CPU_LDPTE)
H A Dcpu.h399 #define MIPS_CPU_LDPTE BIT_ULL(41) /* CPU has ldpte/lddir instructions */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c1669 c->options |= MIPS_CPU_LDPTE;
1670 c->guest.options |= MIPS_CPU_LDPTE;
1723 c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE;

Completed in 110 milliseconds