Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
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))
Defi.h85 return (image_addr & ~(SZ_1G - 1UL)) + (1UL << (VA_BITS_MIN - 1)); in efi_get_max_initrd_addr()
Dprocessor.h53 #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS_MIN)
Dassembler.h590 cmp \tmp, #TCR_T1SZ(VA_BITS_MIN)
Dpgtable.h24 #if VA_BITS == VA_BITS_MIN
/linux-6.12.1/arch/arm64/kernel/pi/
Dmap_kernel.c223 va_bits = VA_BITS_MIN; in early_map_kernel()
225 va_bits = VA_BITS_MIN; in early_map_kernel()
229 if (va_bits > VA_BITS_MIN) in early_map_kernel()
248 if (IS_ENABLED(CONFIG_ARM64_LPA2) && va_bits > VA_BITS_MIN) in early_map_kernel()
/linux-6.12.1/scripts/gdb/linux/
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-6.12.1/drivers/firmware/efi/libstub/
Darm64.c67 if (VA_BITS_MIN >= 48 && !system_needs_vamap()) in check_platform_features()
/linux-6.12.1/arch/arm64/mm/
Dkasan_init.c204 BUILD_BUG_ON(!IS_ALIGNED(_KASAN_SHADOW_START(VA_BITS_MIN), SHADOW_ALIGN)); in kasan_early_init()
Dproc.S469 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
Dmmu.c625 static const u64 direct_map_end = _PAGE_END(VA_BITS_MIN); in map_mem()
644 pgd_index(_PAGE_OFFSET(VA_BITS_MIN)) != PTRS_PER_PGD - 1); in map_mem()
/linux-6.12.1/Documentation/arch/arm64/
Dmemory.rst133 VA_BITS_MIN constant the *minimum* VA space size