Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h34 #define VMEMMAP_SIZE ((_PAGE_END(VA_BITS_MIN) - PAGE_OFFSET) >> VMEMMAP_SHIFT)
48 #define MODULES_VADDR (_PAGE_END(VA_BITS_MIN))
57 #define VA_BITS_MIN (48) macro
59 #define VA_BITS_MIN (VA_BITS) macro
80 #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.h53 #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS_MIN)
H A Dassembler.h358 orr \reg, \reg, #(1 << VA_BITS_MIN) - 1
/openbmc/linux/arch/arm64/kernel/pi/
H A Dkaslr_early.c109 return BIT(VA_BITS_MIN - 3) + (seed & GENMASK(VA_BITS_MIN - 3, 0)); in kaslr_early_init()
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py50 self.VA_BITS_MIN = 48
53 self.VA_BITS_MIN = self.VA_BITS
89 self.MODULES_VADDR = self._PAGE_END(self.VA_BITS_MIN)
93 … self.VMEMMAP_SIZE = ((self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET) >> self.VMEMMAP_SHIFT)
116 self.PAGE_END = self._PAGE_END(self.VA_BITS_MIN)
/openbmc/linux/drivers/firmware/efi/libstub/
H A Darm64.c68 if (VA_BITS_MIN >= 48 && !system_needs_vamap()) in check_platform_features()
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c51 u64 vabits_actual __ro_after_init = VA_BITS_MIN;
568 static const u64 direct_map_end = _PAGE_END(VA_BITS_MIN); in map_mem()
768 if (VA_BITS < 48 && idmap_t0sz < (64 - VA_BITS_MIN)) { in create_idmap()
795 idmap_t0sz = 63UL - __fls(__pa_symbol(_end) | GENMASK(VA_BITS_MIN - 1, 0)); in paging_init()
H A Dkasan_init.c174 BUILD_BUG_ON(!IS_ALIGNED(_KASAN_SHADOW_START(VA_BITS_MIN), PGDIR_SIZE)); in kasan_early_init()
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory.rst135 VA_BITS_MIN constant the *minimum* VA space size
/openbmc/linux/arch/arm64/kernel/
H A Dhead.S118 mov x25, #VA_BITS_MIN