Searched refs:PAGE_PRESENT_MASK (Results 1 – 3 of 3) sorted by relevance
201 if (curr_pte & PAGE_PRESENT_MASK) in get_next_hop_addr()291 pte_val = (hop1_addr & PTE_PHYS_ADDR_MASK) | PAGE_PRESENT_MASK; in dram_default_mapping_init()294 pte_val = (hop2_addr & PTE_PHYS_ADDR_MASK) | PAGE_PRESENT_MASK; in dram_default_mapping_init()301 PAGE_PRESENT_MASK; in dram_default_mapping_init()308 LAST_MASK | PAGE_PRESENT_MASK; in dram_default_mapping_init()588 PAGE_PRESENT_MASK; in _hl_mmu_unmap()596 if (!(curr_pte & PAGE_PRESENT_MASK)) { in _hl_mmu_unmap()606 if (!(curr_pte & PAGE_PRESENT_MASK)) in _hl_mmu_unmap()777 PAGE_PRESENT_MASK; in _hl_mmu_map()793 } else if (curr_pte & PAGE_PRESENT_MASK) { in _hl_mmu_map()[all …]
347 if (curr_pte & PAGE_PRESENT_MASK) in get_next_hop_addr()417 if (!(hop4_pte & PAGE_PRESENT_MASK)) in mmu_show()420 if (!(hop3_pte & PAGE_PRESENT_MASK)) in mmu_show()585 if (!(hop_pte & PAGE_PRESENT_MASK)) in device_va_to_pa()
17 #define PAGE_PRESENT_MASK 0x0000000000001ull macro