smmu_pmap
smmu_pmap_l0(struct smmu_pmap *pmap, vm_offset_t va)
smmu_pmap_l1(struct smmu_pmap *pmap, vm_offset_t va)
smmu_pmap_l2(struct smmu_pmap *pmap, vm_offset_t va)
smmu_pmap_pde(struct smmu_pmap *pmap, vm_offset_t va, int *level)
smmu_pmap_pte(struct smmu_pmap *pmap, vm_offset_t va, int *level)
smmu_pmap_resident_count_inc(struct smmu_pmap *pmap, int count)
smmu_pmap_resident_count_dec(struct smmu_pmap *pmap, int count)
smmu_pmap_resident_count_inc(struct smmu_pmap *pmap, int count)
smmu_pmap_resident_count_dec(struct smmu_pmap *pmap, int count)
smmu_pmap_unwire_l3(struct smmu_pmap *pmap, vm_offset_t va, vm_page_t m,
_smmu_pmap_unwire_l3(struct smmu_pmap *pmap, vm_offset_t va, vm_page_t m,
smmu_pmap_pinit(struct smmu_pmap *pmap)
_pmap_alloc_l3(struct smmu_pmap *pmap, vm_pindex_t ptepindex)
smmu_pmap_release(struct smmu_pmap *pmap)
pmap_gpu_enter(struct smmu_pmap *pmap, vm_offset_t va, vm_paddr_t pa,
pmap_gpu_remove(struct smmu_pmap *pmap, vm_offset_t va)
smmu_pmap_enter(struct smmu_pmap *pmap, vm_offset_t va, vm_paddr_t pa,
smmu_pmap_remove(struct smmu_pmap *pmap, vm_offset_t va)
smmu_pmap_remove_pages(struct smmu_pmap *pmap)
static vm_page_t _pmap_alloc_l3(struct smmu_pmap *pmap, vm_pindex_t ptepindex);
static void _smmu_pmap_unwire_l3(struct smmu_pmap *pmap, vm_offset_t va,
int smmu_pmap_enter(struct smmu_pmap *pmap, vm_offset_t va, vm_paddr_t pa,
int smmu_pmap_remove(struct smmu_pmap *pmap, vm_offset_t va);
int pmap_gpu_enter(struct smmu_pmap *pmap, vm_offset_t va, vm_paddr_t pa,
int pmap_gpu_remove(struct smmu_pmap *pmap, vm_offset_t va);
void smmu_pmap_remove_pages(struct smmu_pmap *pmap);
void smmu_pmap_release(struct smmu_pmap *pmap);
int smmu_pmap_pinit(struct smmu_pmap *pmap);
struct smmu_pmap *p;
struct smmu_pmap p;