Home
last modified time | relevance | path

Searched refs:KERN_VIRT_SIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h31 #define KERN_VIRT_SIZE ASM_CONST(0x0000100000000000) macro
39 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2)
51 #define KERN_IO_START (KERN_VIRT_START + (KERN_VIRT_SIZE >> 1))
59 #define IOREMAP_END (KERN_VIRT_START + KERN_VIRT_SIZE - FIXADDR_SIZE)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A 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)
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dphysaddr.c16 WARN(y >= KERN_VIRT_SIZE, in __virt_to_phys()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A 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)
H A Dpage.h130 ((x) >= PAGE_OFFSET && (!IS_ENABLED(CONFIG_64BIT) || (x) < PAGE_OFFSET + KERN_VIRT_SIZE))
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpage.h36 #define KERN_VIRT_SIZE (-PAGE_OFFSET) macro
H A Dpgtable.h27 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1)
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dinit.c1101 * The default maximal physical memory size is KERN_VIRT_SIZE for 32-bit in setup_vm()
1106 memory_limit = KERN_VIRT_SIZE - (IS_ENABLED(CONFIG_64BIT) ? SZ_4G : 0); in setup_vm()

Completed in 8 milliseconds