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.h239 struct vm_copyinfo { struct
240 uint64_t gpa;
241 size_t len;
242 void *hva;
243 void *cookie;
/freebsd/sys/amd64/include/
H A Dvmm.h434 struct vm_copyinfo { struct
456 uint64_t gla, size_t len, int prot, struct vm_copyinfo *copyinfo, argument