Searched defs:aplic (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | riscv_aplic.c | 180 void riscv_aplic_set_kvm_msicfgaddr(RISCVAPLICState *aplic, hwaddr addr) in riscv_aplic_set_kvm_msicfgaddr() 192 static bool riscv_aplic_irq_rectified_val(RISCVAPLICState *aplic, in riscv_aplic_irq_rectified_val() 218 static uint32_t riscv_aplic_read_input_word(RISCVAPLICState *aplic, in riscv_aplic_read_input_word() 233 static uint32_t riscv_aplic_read_pending_word(RISCVAPLICState *aplic, in riscv_aplic_read_pending_word() 250 static void riscv_aplic_set_pending_raw(RISCVAPLICState *aplic, in riscv_aplic_set_pending_raw() 260 static void riscv_aplic_set_pending(RISCVAPLICState *aplic, in riscv_aplic_set_pending() 301 static void riscv_aplic_set_pending_word(RISCVAPLICState *aplic, in riscv_aplic_set_pending_word() 319 static uint32_t riscv_aplic_read_enabled_word(RISCVAPLICState *aplic, in riscv_aplic_read_enabled_word() 336 static void riscv_aplic_set_enabled_raw(RISCVAPLICState *aplic, in riscv_aplic_set_enabled_raw() 346 static void riscv_aplic_set_enabled(RISCVAPLICState *aplic, in riscv_aplic_set_enabled() [all …]
|