Searched refs:region_to_use (Results 1 – 2 of 2) sorted by relevance
41 int region_to_use = 0; in xlat_tables_print_internal() local65 for (region_to_use = 0; region_to_use < N_MPU_REGIONS; in xlat_tables_print_internal()66 region_to_use++) { in xlat_tables_print_internal()67 if (((prenr_el2_value >> region_to_use) & 1U) == 0U) { in xlat_tables_print_internal()
110 int region_to_use = 0; in mpu_map_region() local119 for (region_to_use = 0; region_to_use < N_MPU_REGIONS; in mpu_map_region()120 region_to_use++) { in mpu_map_region()121 if (((prenr_el2_value >> region_to_use) & 1) == 0) { in mpu_map_region()125 write_prselr_el2((uint64_t) (region_to_use)); in mpu_map_region()144 prenr_el2_value |= (1 << region_to_use); in mpu_map_region()
Completed in 2 milliseconds