Home
last modified time | relevance | path

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

/freebsd/sys/riscv/vmm/
H A Dvmm_aplic.h38 struct vm_aplic_descr;
40 int aplic_attach_to_vm(struct hyp *hyp, struct vm_aplic_descr *descr);
H A Dvmm_dev_machdep.c70 struct vm_aplic_descr *aplic; in vmmdev_machdep_ioctl()
104 aplic = (struct vm_aplic_descr *)data; in vmmdev_machdep_ioctl()
H A Dvmm_aplic.c365 aplic_attach_to_vm(struct hyp *hyp, struct vm_aplic_descr *descr) in aplic_attach_to_vm()
H A Dvmm.c1376 vm_attach_aplic(struct vm *vm, struct vm_aplic_descr *descr) in vm_attach_aplic()
/freebsd/sys/riscv/include/
H A Dvmm_dev.h140 struct vm_aplic_descr { struct
259 _IOW('v', IOCNUM_ATTACH_APLIC, struct vm_aplic_descr)
H A Dvmm.h116 struct vm_aplic_descr;
186 int vm_attach_aplic(struct vm *vm, struct vm_aplic_descr *descr);
/freebsd/lib/libvmmapi/riscv/
H A Dvmmapi_machdep.c61 struct vm_aplic_descr aplic; in vm_attach_aplic()