Home
last modified time | relevance | path

Searched refs:ptables_phys (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/arch/x86/core/
Duserspace.c50 uintptr_t ptables_phys = incoming->arch.ptables; in z_x86_swap_update_page_tables() local
52 __ASSERT(ptables_phys != 0, "NULL page tables for thread %p\n", in z_x86_swap_update_page_tables()
55 if (ptables_phys != z_x86_cr3_get()) { in z_x86_swap_update_page_tables()
56 z_x86_cr3_set(ptables_phys); in z_x86_swap_update_page_tables()
Dx86_mmu.c410 uintptr_t ptables_phys; in z_x86_tlb_ipi() local
418 ptables_phys = z_x86_cr3_get(); in z_x86_tlb_ipi()
419 __ASSERT(ptables_phys == z_mem_phys_addr(&z_x86_kernel_ptables), ""); in z_x86_tlb_ipi()
424 ptables_phys = z_mem_phys_addr(z_x86_thread_page_tables_get(_current)); in z_x86_tlb_ipi()
434 z_x86_cr3_set(ptables_phys); in z_x86_tlb_ipi()
/Zephyr-Core-3.6.0/arch/x86/
Dgen_mmu.py775 ptables_phys = syms["z_x86_pagetables_start"] + virt_to_phys_offset
802 pt = pclass(ptables_phys)