Home
last modified time | relevance | path

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 Dspaces.h56 #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 Dspaces.h48 #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 Dsetup.c122 * 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 Daddrspace.h40 #ifndef HIGHMEM_START
41 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS)) macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Daddrspace.h45 #ifndef HIGHMEM_START
46 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS)) macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsetup.c310 * 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 Dsetup.c314 * 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 Dspaces.h38 #define HIGHMEM_START _AC(0xffff0000, UL) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-malta/
H A Dspaces.h38 #define HIGHMEM_START _AC(0xffff0000, UL) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H A Dspaces.h31 #define HIGHMEM_START (~0UL) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H A Dspaces.h31 #define HIGHMEM_START (~0UL) macro

Completed in 5 milliseconds