Searched refs:z_mem_virt_addr (Results 1 – 4 of 4) sorted by relevance
185 return z_mem_virt_addr(z_x86_cr3_get()); in z_x86_page_tables_get()218 return z_mem_virt_addr(thread->arch.ptables); in z_x86_thread_page_tables_get()
179 static inline void *z_mem_virt_addr(uintptr_t phys) in z_mem_virt_addr() function
177 return z_mem_virt_addr(get_cr3(esf)); in get_ptables()
316 return z_mem_virt_addr(get_entry_phys(entry, level)); in next_table()1920 old_ptables = z_mem_virt_addr(thread->arch.ptables); in arch_mem_domain_thread_add()