pmap_enter_ept
return pmap_enter_ept(pmap, va, pa, prot);
int pmap_enter_ept(struct pmap *, vaddr_t, paddr_t, vm_prot_t);