Searched refs:t0sz (Results 1 – 4 of 4) sorted by relevance
94 int t0sz = 32 - __builtin_ctzll(PLAT_VIRT_ADDR_SPACE_SIZE); in enable_mmu_svc_mon() local100 TTBCR_RGN0_INNER_NC | (uint32_t) t0sz; in enable_mmu_svc_mon()105 TTBCR_RGN0_INNER_WBA | (uint32_t) t0sz; in enable_mmu_svc_mon()
171 int t0sz = 64 - __builtin_ctzll(PLAT_VIRT_ADDR_SPACE_SIZE);\177 ((uint64_t)t0sz << TCR_T0SZ_SHIFT); \182 ((uint64_t)t0sz << TCR_T0SZ_SHIFT); \
214 int t0sz = 32 - __builtin_ctzll(virtual_addr_space_size); in setup_mmu_cfg() local216 ttbcr |= (uint32_t) t0sz; in setup_mmu_cfg()
249 int t0sz = 64 - __builtin_ctzll(virtual_addr_space_size); in setup_mmu_cfg() local251 tcr = (uint64_t)t0sz << TCR_T0SZ_SHIFT; in setup_mmu_cfg()