Home
last modified time | relevance | path

Searched refs:z_mem_virt_addr (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/arch/x86/include/
Dx86_mmu.h185 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()
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dmem_manage.h179 static inline void *z_mem_virt_addr(uintptr_t phys) in z_mem_virt_addr() function
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c177 return z_mem_virt_addr(get_cr3(esf)); in get_ptables()
Dx86_mmu.c316 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()