Searched refs:PTE_ISVALID (Results 1 – 4 of 4) sorted by relevance
231 if (!PTE_ISVALID(pte)) in pte_find_next()394 if (!PTE_ISVALID(pte)) in pte_remove()462 if (PTE_ISVALID(pte)) { in pte_enter()510 if ((pte != NULL) && PTE_ISVALID(pte)) in pte_vatopa()643 valid = (pte != NULL && PTE_ISVALID(pte)) ? 1 : 0; in mmu_booke_sync_icache()
1161 if (PTE_ISVALID(pte)) { in mmu_booke_kenter_attr()1198 if (!PTE_ISVALID(pte)) { in mmu_booke_kremove()1318 (PTE_ISVALID(pte)) && (PTE_PA(pte) == pa)) { in mmu_booke_enter_locked()1538 if ((pte == NULL) || !PTE_ISVALID(pte)) in mmu_booke_remove()1689 if (PTE_ISVALID(pte)) { in mmu_booke_protect()1729 if (PTE_ISVALID(pte)) { in mmu_booke_remove_write()1768 if ((pte != NULL) && PTE_ISVALID(pte)) { in mmu_booke_extract_and_hold()1820 PTE_ISVALID(pte)) { in mmu_booke_is_modified()1861 PTE_ISVALID(pte)) { in mmu_booke_is_referenced()1893 PTE_ISVALID(pte)) { in mmu_booke_clear_modify()[all …]
446 if (pte == NULL || !PTE_ISVALID(pte)) in pte_remove()527 if (PTE_ISVALID(pte)) { in pte_enter()574 if ((pte != NULL) && PTE_ISVALID(pte)) in pte_vatopa()614 if (!PTE_ISVALID(pte)) in pte_find_next()740 valid = (pte != NULL && PTE_ISVALID(pte)) ? 1 : 0; in mmu_booke_sync_icache()
305 #define PTE_ISVALID(pte) ((*pte) & PTE_VALID) macro