Searched defs:aplic (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/riscv/vmm/ |
H A D | vmm_aplic.c | 108 struct aplic { struct 112 struct aplic_irq *irqs; argument 118 aplic_handle_sourcecfg(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_sourcecfg() 137 aplic_set_enabled(struct aplic *aplic, bool write, uint64_t *val, bool enabled) in aplic_set_enabled() 166 aplic_set_enabled_word(struct aplic *aplic, bool write, uint32_t word, in aplic_set_enabled_word() 189 aplic_handle_target(struct aplic *aplic, int i, bool write, uint64_t *val) in aplic_handle_target() 206 aplic_handle_idc_claimi(struct hyp *hyp, struct aplic *aplic, int cpu_id, in aplic_handle_idc_claimi() 240 aplic_handle_idc(struct hyp *hyp, struct aplic *aplic, int cpu, int reg, in aplic_handle_idc() 263 aplic_mmio_access(struct hyp *hyp, struct aplic *aplic, uint64_t reg, in aplic_mmio_access() 330 struct aplic *aplic; in mem_read() local [all …]
|
H A D | vmm_dev_machdep.c | 71 struct vm_aplic_descr *aplic; in vmmdev_machdep_ioctl() local
|
H A D | riscv.h | 113 struct aplic *aplic; member
|
/freebsd/lib/libvmmapi/riscv/ |
H A D | vmmapi_machdep.c | 62 struct vm_aplic_descr aplic; in vm_attach_aplic() local
|
/freebsd/sys/riscv/riscv/ |
H A D | aplic.c | 184 fdt_get_hartid(device_t dev, phandle_t aplic) in fdt_get_hartid()
|