Searched refs:pt_ptr (Results 1 – 1 of 1) sorted by relevance
154 uint64_t *pt_ptr = (uint64_t *)phys_2_virt(*pde_ptr & (~0xfffUL)); in mm_map_proc_page_table() local160 uint64_t *pte_ptr = pt_ptr + pte_id; in mm_map_proc_page_table()267 uint64_t *pt_ptr = (uint64_t *)phys_2_virt(*pde_ptr & (~0xfffUL)); in mm_unmap_proc_table() local271 uint64_t *pte_ptr = pt_ptr + pte_id; in mm_unmap_proc_table()278 if (unlikely(mm_check_page_table(pt_ptr)) == 0) in mm_unmap_proc_table()281 kfree(pt_ptr); in mm_unmap_proc_table()