Searched refs:pmap_methods_ptr (Results 1 – 1 of 1) sorted by relevance
262 static struct pmap_methods *pmap_methods_ptr; variable267 return (pmap_methods_ptr->pm_sysctl_kmaps(oidp, arg1, arg2, req)); in sysctl_kmaps()301 pmap_methods_ptr->pm_flush_page(m); in pmap_flush_page()409 pmap_methods_ptr->pm_ksetrw(va); in pmap_ksetrw()416 pmap_methods_ptr->pm_remap_lower(enable); in pmap_remap_lower()423 pmap_methods_ptr->pm_remap_lowptdi(enable); in pmap_remap_lowptdi()431 return (pmap_methods_ptr->pm_align_superpage(object, offset, in pmap_align_superpage()439 return (pmap_methods_ptr->pm_quick_enter_page(m)); in pmap_quick_enter_page()446 return (pmap_methods_ptr->pm_quick_remove_page(addr)); in pmap_quick_remove_page()453 return (pmap_methods_ptr->pm_trm_alloc(size, flags)); in pmap_trm_alloc()[all …]