Searched refs:z_x86_page_tables_get (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/arch/x86/pagetables/src/ |
D | main.c | 68 z_x86_pentry_get(&level, &entry, z_x86_page_tables_get(), addr); in get_entry() 225 z_x86_pentry_get(&level, &entry, z_x86_page_tables_get(), NULL); in ZTEST()
|
/Zephyr-latest/arch/x86/include/ |
D | x86_mmu.h | 183 static inline pentry_t *z_x86_page_tables_get(void) in z_x86_page_tables_get() function
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1755 if (ptables == z_x86_page_tables_get()) { in region_map_update() 2075 pentry_get(&level, &pte, z_x86_page_tables_get(), virt); in arch_page_phys_get() 2123 page_map_set(z_x86_page_tables_get(), K_MEM_SCRATCH_PAGE, in arch_mem_scratch() 2213 pentry_get(&level, &pte, z_x86_page_tables_get(), addr); in arch_page_location_get()
|