Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dcpu-features.h68 #define cpu_has_msgint cpu_opt(LOONGARCH_CPU_MSGINT)
H A Dcpu.h160 #define LOONGARCH_CPU_MSGINT BIT_ULL(CPU_FEATURE_MSGINT) macro
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c165 c->options |= LOONGARCH_CPU_MSGINT; in cpu_probe_common()