Home
last modified time | relevance | path

Searched refs:LOONGARCH_CPU_CSRIPI (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dirq_work.h7 return IS_ENABLED(CONFIG_SMP) && cpu_opt(LOONGARCH_CPU_CSRIPI); in arch_irq_work_has_interrupt()
H A Dcpu-features.h57 #define cpu_has_csripi cpu_opt(LOONGARCH_CPU_CSRIPI)
H A Dcpu.h151 #define LOONGARCH_CPU_CSRIPI BIT_ULL(CPU_FEATURE_CSRIPI) macro
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c333 c->options |= LOONGARCH_CPU_CSRIPI; in cpu_probe_loongson()