Home
last modified time | relevance | path

Searched refs:VA_BITS_MIN (Results 1 – 11 of 11) 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.h75 * which is a 1 GB aligned region of size '1UL << (VA_BITS_MIN - 1)' that is
85 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.h593 cmp \tmp, #TCR_T1SZ(VA_BITS_MIN)
/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c252 va_bits = VA_BITS_MIN; in early_map_kernel()
254 va_bits = VA_BITS_MIN; in early_map_kernel()
258 if (va_bits > VA_BITS_MIN) in early_map_kernel()
277 if (IS_ENABLED(CONFIG_ARM64_LPA2) && va_bits > VA_BITS_MIN) in early_map_kernel()
/linux/scripts/gdb/linux/
H A Dmm.py51 self.VA_BITS_MIN = 47
53 self.VA_BITS_MIN = 48
58 self.VA_BITS_MIN = self.VA_BITS
94 self.MODULES_VADDR = self._PAGE_END(self.VA_BITS_MIN)
97 self.VMEMMAP_RANGE = self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET
121 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.S470 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
H A Dmmu.c645 static const u64 direct_map_end = _PAGE_END(VA_BITS_MIN); in map_mem()
664 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