Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dcpu-features.h48 #define cpu_has_lvz cpu_opt(LOONGARCH_CPU_LVZ)
H A Dcpu.h115 #define LOONGARCH_CPU_LVZ BIT_ULL(CPU_FEATURE_LVZ) macro
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c165 c->options |= LOONGARCH_CPU_LVZ; in cpu_probe_common()