Deleted Added
full compact
26c26
< * $FreeBSD: projects/bhyve_svm/sys/amd64/vmm/amd/npt.h 249967 2013-04-27 04:49:51Z neel $
---
> * $FreeBSD: projects/bhyve_svm/sys/amd64/vmm/amd/npt.h 259579 2013-12-18 23:39:42Z grehan $
34,39c34,36
< int svm_npt_init(void);
< int svm_npt_cleanup(struct svm_softc *sc);
< vm_paddr_t svm_npt_vmmap_get(void *arg, vm_paddr_t gpa);
< int svm_npt_vmmap_set(void *arg, vm_paddr_t gpa, vm_paddr_t hpa,
< size_t len, vm_memattr_t attr, int prot,
< boolean_t sp);
---
> int svm_npt_init(void);
> struct vmspace *svm_npt_alloc(vm_offset_t min, vm_offset_t max);
> void svm_npt_free(struct vmspace *vmspace);