Home
last modified time | relevance | path

Searched refs:VA_BITS_MIN (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dmemory.h33 #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) macro
60 #define VA_BITS_MIN (48) macro
63 #define VA_BITS_MIN (VA_BITS) macro
110 #define PAGE_END (_PAGE_END(VA_BITS_MIN))
H A Defi.h85 return (image_addr & ~(SZ_1G - 1UL)) + (1UL << (VA_BITS_MIN - 1)); in efi_get_max_initrd_addr()
H A Dprocessor.h55 #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS_MIN)
H A Dassembler.h603 cmp \tmp, #TCR_T1SZ(VA_BITS_MIN)
H A Dpgtable.h24 #if VA_BITS == VA_BITS_MIN
/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c259 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()
/linux/scripts/gdb/linux/
H A Dmm.py222 self.VA_BITS_MIN = 47
224 self.VA_BITS_MIN = 48
229 self.VA_BITS_MIN = self.VA_BITS
265 self.MODULES_VADDR = self._PAGE_END(self.VA_BITS_MIN)
268 self.VMEMMAP_RANGE = self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET
292 self.PAGE_END = self._PAGE_END(self.VA_BITS_MIN)
/linux/drivers/firmware/efi/libstub/
H A Darm64.c67 if (VA_BITS_MIN >= 48 && !system_needs_vamap()) in check_platform_features()
/linux/arch/arm64/mm/
H A Dkasan_init.c204 BUILD_BUG_ON(!IS_ALIGNED(_KASAN_SHADOW_START(VA_BITS_MIN), SHADOW_ALIGN)); in kasan_early_init()
H A Dproc.S501 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
H A Dmmu.c1119 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()
/linux/Documentation/arch/arm64/
H A Dmemory.rst68 VA_BITS_MIN constant the *minimum* VA space size