Home
last modified time | relevance | path

Searched defs:vm_copyinfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/include/
H A Dvmm.h268 struct vm_copyinfo { struct
269 uint64_t gpa;
270 size_t len;
271 void *hva;
272 void *cookie;
/freebsd/sys/amd64/include/
H A Dvmm.h460 struct vm_copyinfo { struct
482 uint64_t gla, size_t len, int prot, struct vm_copyinfo *copyinfo, argument