Home
last modified time | relevance | path

Searched refs:BASE_XLAT_LEVEL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dmmu.h75 #define BASE_XLAT_LEVEL GET_BASE_XLAT_LEVEL(CONFIG_ARM64_VA_BITS) macro
Dmmu.c312 unsigned int level = BASE_XLAT_LEVEL; in set_mapping()
372 level = BASE_XLAT_LEVEL; in set_mapping()
520 virt_start, size, BASE_XLAT_LEVEL); in privatize_page_range()
649 virt_start, size, BASE_XLAT_LEVEL); in globalize_page_range()
775 del_mapping(ptables->base_xlat_table, virt, size, BASE_XLAT_LEVEL); in remove_map()
1171 for (level = XLAT_LAST_LEVEL; level >= BASE_XLAT_LEVEL; level--) { in arch_virt_region_align()
1225 dup_table(kernel_ptables.base_xlat_table, BASE_XLAT_LEVEL); in arch_mem_domain_init()
1397 unsigned int level = BASE_XLAT_LEVEL; in get_pte_location()