Searched refs:_io_pte_present (Results 1 – 1 of 1) sorted by relevance
1083 #define _io_pte_present(pte) ((pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) macro1095 if (!_io_pte_present(pte) || _io_pte_leaf(pte)) in riscv_iommu_pte_free()1140 if (_io_pte_present(pte) && _io_pte_leaf(pte)) in riscv_iommu_pte_alloc()1176 if (_io_pte_present(pte) && _io_pte_leaf(pte)) { in riscv_iommu_pte_fetch()1286 if (_io_pte_none(*ptr) || !_io_pte_present(*ptr)) in riscv_iommu_iova_to_phys()
Completed in 8 milliseconds