Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-loongarch-cpu.c103 irq_domain = irq_domain_create_linear(cpuintc_handle, EXCCODE_INT_NUM, in cpuintc_of_init()
159 irq_domain = irq_domain_create_linear(cpuintc_handle, EXCCODE_INT_NUM, in cpuintc_acpi_init()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1420 #define EXCCODE_INT_NUM (INT_NMI + 1) macro
1422 #define EXCCODE_INT_END (EXCCODE_INT_START + EXCCODE_INT_NUM - 1)
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c185 pr_cont("%s=%*pbl", key, EXCCODE_INT_NUM, &val); in print_intr_fragment()