Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A 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/include/linux/irqchip/
H A Driscv-aplic.h68 #define APLIC_xMSICFGADDR_PPN_HART(__lhxs) \ macro