Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Driscv_aplic.c348 uint32_t lhxs, lhxw, hhxs, hhxw, group_idx, msicfgaddr, msicfgaddrH; in riscv_aplic_msi_send() local
368 lhxs = (msicfgaddrH >> APLIC_xMSICFGADDRH_LHXS_SHIFT) & in riscv_aplic_msi_send()
385 APLIC_xMSICFGADDR_PPN_LHX_SHIFT(lhxs); in riscv_aplic_msi_send()
386 addr |= (uint64_t)(guest_idx & APLIC_xMSICFGADDR_PPN_HART(lhxs)); in riscv_aplic_msi_send()