Searched refs:HIGHMEM_START (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/ |
H A D | spaces.h | 56 #ifndef HIGHMEM_START 57 #define HIGHMEM_START _AC(0x20000000, UL) macro 85 #ifndef HIGHMEM_START 86 #define HIGHMEM_START (_AC(1, UL) << _AC(59, UL)) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/ |
H A D | spaces.h | 48 #ifndef HIGHMEM_START 49 #define HIGHMEM_START _AC(0x20000000, UL) macro 77 #ifndef HIGHMEM_START 78 #define HIGHMEM_START (_AC(1, UL) << _AC(59, UL)) macro
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | setup.c | 122 * If the region overlaps HIGHMEM_START, end is clipped so in dt_bootmem_init() 125 if (start >= PFN_DOWN(HIGHMEM_START)) in dt_bootmem_init() 127 if (end > PFN_DOWN(HIGHMEM_START)) in dt_bootmem_init() 128 end = PFN_DOWN(HIGHMEM_START); in dt_bootmem_init() 136 if (max_pfn > PFN_DOWN(HIGHMEM_START)) { in dt_bootmem_init() 138 highstart_pfn = PFN_DOWN(HIGHMEM_START); in dt_bootmem_init() 141 max_low_pfn = PFN_DOWN(HIGHMEM_START); in dt_bootmem_init()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | addrspace.h | 40 #ifndef HIGHMEM_START 41 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS)) macro
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | addrspace.h | 45 #ifndef HIGHMEM_START 46 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS)) macro
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | setup.c | 310 * If the region overlaps HIGHMEM_START, end is clipped so in bootmem_init() 313 if (start >= PFN_DOWN(HIGHMEM_START)) in bootmem_init() 315 if (end > PFN_DOWN(HIGHMEM_START)) in bootmem_init() 316 end = PFN_DOWN(HIGHMEM_START); in bootmem_init() 324 if (max_pfn > PFN_DOWN(HIGHMEM_START)) { in bootmem_init() 325 max_low_pfn = PFN_DOWN(HIGHMEM_START); in bootmem_init()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | setup.c | 314 * If the region overlaps HIGHMEM_START, end is clipped so in bootmem_init() 317 if (start >= PFN_DOWN(HIGHMEM_START)) in bootmem_init() 319 if (end > PFN_DOWN(HIGHMEM_START)) in bootmem_init() 320 end = PFN_DOWN(HIGHMEM_START); in bootmem_init() 328 if (max_pfn > PFN_DOWN(HIGHMEM_START)) { in bootmem_init() 329 max_low_pfn = PFN_DOWN(HIGHMEM_START); in bootmem_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-malta/ |
H A D | spaces.h | 38 #define HIGHMEM_START _AC(0xffff0000, UL) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-malta/ |
H A D | spaces.h | 38 #define HIGHMEM_START _AC(0xffff0000, UL) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/ |
H A D | spaces.h | 31 #define HIGHMEM_START (~0UL) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/ |
H A D | spaces.h | 31 #define HIGHMEM_START (~0UL) macro
|
Completed in 5 milliseconds