Home
last modified time | relevance | path

Searched refs:APLIC_xMSICFGADDR_PPN_HART (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/irqchip/
Dirq-riscv-aplic-msi.c105 tbppn &= ~APLIC_xMSICFGADDR_PPN_HART(mc->lhxs); in aplic_msi_write_msg()
119 guest_index = tppn & APLIC_xMSICFGADDR_PPN_HART(mc->lhxs); in aplic_msi_write_msg()
241 mc->base_ppn &= ~APLIC_xMSICFGADDR_PPN_HART(mc->lhxs); in aplic_msi_setup()
/linux-6.12.1/include/linux/irqchip/
Driscv-aplic.h68 #define APLIC_xMSICFGADDR_PPN_HART(__lhxs) \ macro