Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/x86/include/
Dx86_mmu.h171 static inline uintptr_t z_x86_cr3_get(void) in z_x86_cr3_get() function
185 return z_mem_virt_addr(z_x86_cr3_get()); in z_x86_page_tables_get()
/Zephyr-Core-3.6.0/arch/x86/core/
Duserspace.c55 if (ptables_phys != z_x86_cr3_get()) { in z_x86_swap_update_page_tables()
Dfatal.c172 return z_x86_cr3_get(); in get_cr3()
Dx86_mmu.c418 ptables_phys = z_x86_cr3_get(); in z_x86_tlb_ipi()
1948 if (thread == _current && thread->arch.ptables != z_x86_cr3_get()) { in arch_mem_domain_thread_add()