Home
last modified time | relevance | path

Searched refs:smmu_pmap_store (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c97 #define smmu_pmap_store(table, entry) atomic_store_64(table, entry) macro
474 smmu_pmap_store(l0, VM_PAGE_TO_PHYS(m) | IOMMU_L0_TABLE); in _pmap_alloc_l3()
500 smmu_pmap_store(l1, VM_PAGE_TO_PHYS(m) | IOMMU_L1_TABLE); in _pmap_alloc_l3()
541 smmu_pmap_store(l2, VM_PAGE_TO_PHYS(m) | IOMMU_L2_TABLE); in _pmap_alloc_l3()
645 smmu_pmap_store(l3, new_l3); in pmap_gpu_enter()
745 smmu_pmap_store(l3, new_l3); in smmu_pmap_enter()