Searched refs:TCR_T0SZ (Results 1 – 7 of 7) sorted by relevance
98 __cpu_set_tcr_t0sz(TCR_T0SZ(vabits_actual)); in cpu_uninstall_idmap()108 __cpu_set_tcr_t0sz(TCR_T0SZ(IDMAP_VA_BITS)); in cpu_install_idmap()
231 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_EL1_T0SZ_SHIFT) macro
275 *t0sz = TCR_T0SZ(max_msb + 1); in trans_pgd_idmap_page()
501 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
67 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET) macro
381 tcr_el1 |= TCR_T0SZ(vm->va_bits); in aarch64_vcpu_setup()
2088 tcr |= TCR_T0SZ(hyp_va_bits); in cpu_prepare_hyp_mode()