| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | processor_64.h | 23 #define VA_BITS 44 macro 25 #define VPTE_SIZE (1UL << (VA_BITS - PAGE_SHIFT + 3)) 27 #define VPTE_SIZE (1 << (VA_BITS - PAGE_SHIFT + 3))
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | memory.h | 43 #define VA_BITS (CONFIG_ARM64_VA_BITS) macro 45 #define PAGE_OFFSET (_PAGE_OFFSET(VA_BITS)) 56 #if VA_BITS > 48 59 #define VA_BITS_MIN (VA_BITS)
|
| H A D | processor.h | 12 #define USER_DS ((UL(1) << VA_BITS) - 1)
|
| H A D | pgtable-hwdef.h | 72 #define PTRS_PER_PGD (1 << (VA_BITS - PGDIR_SHIFT))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 566 #define VA_BITS 68 macro 568 #define ESID_BITS (VA_BITS - (SID_SHIFT + CONTEXT_BITS)) 569 #define ESID_BITS_1T (VA_BITS - (SID_SHIFT_1T + CONTEXT_BITS)) 639 #define VSID_BITS_256M (VA_BITS - SID_SHIFT) 647 #define VSID_BITS_1T (VA_BITS - SID_SHIFT_1T) 769 unsigned long va_bits = VA_BITS; in get_vsid()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | crash_core.c | 21 VMCOREINFO_NUMBER(VA_BITS); in arch_crash_save_vmcoreinfo()
|
| H A D | head.S | 346 #if (VA_BITS < 48) 357 #if VA_BITS != EXTRA_SHIFT
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | memory.rst | 134 Most code in the kernel should not need to consider the VA_BITS, for 138 VA_BITS constant the *maximum* VA space size
|
| /OK3568_Linux_fs/kernel/arch/riscv/ |
| H A D | Kconfig | 97 # VA_BITS - PAGE_SHIFT - 3 124 config VA_BITS config
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | kasan_init.c | 172 BUILD_BUG_ON(!IS_ALIGNED(_KASAN_SHADOW_START(VA_BITS), PGDIR_SIZE)); in kasan_early_init()
|
| H A D | proc.S | 476 mov_q x10, TCR_TxSZ(VA_BITS) | TCR_CACHE_FLAGS | TCR_SMP_FLAGS | \
|
| H A D | mmu.c | 781 if ((((long)addr) >> VA_BITS) != -1UL) in kern_addr_valid()
|
| /OK3568_Linux_fs/kernel/arch/csky/ |
| H A D | Kconfig | 162 # VA_BITS - PAGE_SHIFT - 3
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 565 same_va_bits = VA_BITS; in kbase_region_tracker_init() 665 same_va_bits = VA_BITS; in kbase_region_tracker_init_jit()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | mmu.c | 346 if ((base ^ io_map_base) & BIT(VA_BITS - 1)) in __create_hyp_private_mapping()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 449 VA_BITS section in ARM64
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | lpar.c | 1935 unsigned long va_bits = VA_BITS; in vsid_unscramble()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 1951 ias = min_t(unsigned long, ias, VA_BITS); in arm_smmu_domain_finalise()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem.c | 86 size_t cpu_va_bits = VA_BITS; in kbase_get_num_cpu_va_bits()
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 249 # VA_BITS - PAGE_SHIFT - 3
|