Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Driscv_aplic.c82 #define APLIC_xMSICFGADDR_PPN_LHX_MASK(__lhxw) \ macro
87 (APLIC_xMSICFGADDR_PPN_LHX_MASK(__lhxw) << \
378 hart_idx &= APLIC_xMSICFGADDR_PPN_LHX_MASK(lhxw); in riscv_aplic_msi_send()
384 addr |= ((uint64_t)(hart_idx & APLIC_xMSICFGADDR_PPN_LHX_MASK(lhxw))) << in riscv_aplic_msi_send()