Searched refs:VA_BITS_MIN (Results 1 – 12 of 12) sorted by relevance
33 #define VMEMMAP_RANGE (_PAGE_END(VA_BITS_MIN) - PAGE_OFFSET)48 #define MODULES_VADDR (_PAGE_END(VA_BITS_MIN))58 #define VA_BITS_MIN (47) macro60 #define VA_BITS_MIN (48) macro63 #define VA_BITS_MIN (VA_BITS) macro110 #define PAGE_END (_PAGE_END(VA_BITS_MIN))
85 return (image_addr & ~(SZ_1G - 1UL)) + (1UL << (VA_BITS_MIN - 1)); in efi_get_max_initrd_addr()
55 #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS_MIN)
603 cmp \tmp, #TCR_T1SZ(VA_BITS_MIN)
24 #if VA_BITS == VA_BITS_MIN
259 va_bits = VA_BITS_MIN; in early_map_kernel()261 va_bits = VA_BITS_MIN; in early_map_kernel()265 if (va_bits > VA_BITS_MIN) in early_map_kernel()284 if (IS_ENABLED(CONFIG_ARM64_LPA2) && va_bits > VA_BITS_MIN) in early_map_kernel()
222 self.VA_BITS_MIN = 47224 self.VA_BITS_MIN = 48229 self.VA_BITS_MIN = self.VA_BITS265 self.MODULES_VADDR = self._PAGE_END(self.VA_BITS_MIN)268 self.VMEMMAP_RANGE = self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET292 self.PAGE_END = self._PAGE_END(self.VA_BITS_MIN)
67 if (VA_BITS_MIN >= 48 && !system_needs_vamap()) in check_platform_features()
204 BUILD_BUG_ON(!IS_ALIGNED(_KASAN_SHADOW_START(VA_BITS_MIN), SHADOW_ALIGN)); in kasan_early_init()
501 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
1119 static const u64 direct_map_end = _PAGE_END(VA_BITS_MIN); in map_mem()1138 pgd_index(_PAGE_OFFSET(VA_BITS_MIN)) != PTRS_PER_PGD - 1); in map_mem()
68 VA_BITS_MIN constant the *minimum* VA space size