Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmm_dev.h182 struct vm_gpa_pte { struct
433 _IOWR('v', IOCNUM_GET_GPA_PMAP, struct vm_gpa_pte)
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c190 struct vm_gpa_pte *gpapte; in vmmdev_machdep_ioctl()
443 gpapte = (struct vm_gpa_pte *)data; in vmmdev_machdep_ioctl()
/freebsd/lib/libvmmapi/
H A Dvmmapi.c860 struct vm_gpa_pte gpapte; in vm_get_gpa_pmap()