vm_aplic_descr
struct vm_aplic_descr aplic;
struct vm_aplic_descr;
int vm_attach_aplic(struct vm *vm, struct vm_aplic_descr *descr);
_IOW('v', IOCNUM_ATTACH_APLIC, struct vm_aplic_descr)
vm_attach_aplic(struct vm *vm, struct vm_aplic_descr *descr)
aplic_attach_to_vm(struct hyp *hyp, struct vm_aplic_descr *descr)
struct vm_aplic_descr;
int aplic_attach_to_vm(struct hyp *hyp, struct vm_aplic_descr *descr);
struct vm_aplic_descr *aplic;
aplic = (struct vm_aplic_descr *)data;