Home
last modified time | relevance | path

Searched refs:KERN_VIRT_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/nohash/64/
Dpgtable.h29 #define KERN_VIRT_SIZE ASM_CONST(0x0000100000000000) macro
37 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2)
49 #define KERN_IO_START (KERN_VIRT_START + (KERN_VIRT_SIZE >> 1))
50 #define KERN_IO_SIZE (KERN_VIRT_SIZE >> 2)
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h16 #define KERN_VIRT_SIZE (UL(-1)) macro
37 #define KERN_VIRT_SIZE ((PTRS_PER_PGD / 2 * PGDIR_SIZE) / 2) macro
39 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1)
Dpage.h130 ((x) >= PAGE_OFFSET && (!IS_ENABLED(CONFIG_64BIT) || (x) < PAGE_OFFSET + KERN_VIRT_SIZE))
/linux-6.6.21/arch/riscv/mm/
Dinit.c1106 memory_limit = KERN_VIRT_SIZE - (IS_ENABLED(CONFIG_64BIT) ? SZ_4G : 0); in setup_vm()