Searched refs:pmapops (Results 1 – 2 of 2) sorted by relevance
90 const struct pmap_ops *pmapops; variable139 return (*pmapops->pmapop_pte_spill)(pm, va, exec); in pmap_pte_spill()145 (*pmapops->pmapop_real_memory)(start, size); in pmap_real_memory()151 (*pmapops->pmapop_init)(); in pmap_init()157 (*pmapops->pmapop_virtual_space)(startp, endp); in pmap_virtual_space()163 return (*pmapops->pmapop_create)(); in pmap_create()169 (*pmapops->pmapop_reference)(pm); in pmap_reference()175 (*pmapops->pmapop_destroy)(pm); in pmap_destroy()182 (*pmapops->pmapop_copy)(dst_pmap, src_pmap, dst_va, len, src_va); in pmap_copy()188 (*pmapops->pmapop_update)(pm); in pmap_update()[all …]
221 extern const struct pmap_ops *pmapops;229 pmapops = &pmap32_ops; in pmap_setup32()235 pmapops = &pmap64_ops; in pmap_setup64()241 pmapops = &pmap64bridge_ops; in pmap_setup64bridge()