Searched refs:CORE_MMU_BASE_TABLE_LEVEL (Results 1 – 6 of 6) sorted by relevance
63 #define CORE_MMU_BASE_TABLE_LEVEL U(1) macro66 #define CORE_MMU_BASE_TABLE_LEVEL U(0) macro211 #if CORE_MMU_BASE_TABLE_LEVEL == 0 in core_mmu_level_in_range()214 return level >= CORE_MMU_BASE_TABLE_LEVEL && in core_mmu_level_in_range()
185 #define BASE_XLAT_ADDRESS_SHIFT XLAT_ADDR_SHIFT(CORE_MMU_BASE_TABLE_LEVEL)186 #define BASE_XLAT_BLOCK_SIZE XLAT_BLOCK_SIZE(CORE_MMU_BASE_TABLE_LEVEL)214 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)228 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)288 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)339 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)355 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)529 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)579 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_alloc_mmu_prtn()924 if (CORE_MMU_BASE_TABLE_LEVEL == 0) { in set_user_va_idx()[all …]
156 #define CORE_MMU_BASE_TABLE_LEVEL (RISCV_PGLEVELS - 1) macro158 CORE_MMU_SHIFT_OF_LEVEL(CORE_MMU_BASE_TABLE_LEVEL)228 return level <= CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_level_in_range()
478 unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in core_init_mmu_prtn_ta_core()486 if (level == CORE_MMU_BASE_TABLE_LEVEL) { in core_init_mmu_prtn_ta_core()699 for (level = CORE_MMU_BASE_TABLE_LEVEL; level >= 0; level--) { in arch_va2pa_helper()757 unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_find_table()904 __maybe_unused unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in set_user_va_idx()
481 if (tbl_info->level == CORE_MMU_BASE_TABLE_LEVEL) in core_mmu_va2idx()
968 if (attr || level > CORE_MMU_BASE_TABLE_LEVEL) { in dump_xlat_table()1661 dump_xlat_table(0x0, CORE_MMU_BASE_TABLE_LEVEL); in core_init_mmu_map()1987 level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_map_region()