Searched refs:highmem (Results 1 – 5 of 5) sorted by relevance
173 uint32_t lowmem, highmem; in mboot_make_memmap() local181 highmem = 0x100000; in mboot_make_memmap()197 if (start < highmem) in mboot_make_memmap()198 start = highmem; in mboot_make_memmap()203 if (ard[i].Type == 1 && start == highmem) { in mboot_make_memmap()204 highmem = end; in mboot_make_memmap()210 if (highmem > highrsvd) in mboot_make_memmap()211 highmem = highrsvd; in mboot_make_memmap()214 mbinfo.mem_upper = (highmem - 0x100000) >> 10; in mboot_make_memmap()
60 echo Y > /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem
205 /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem
2297 int highmem __unused) in skge_devinit()
1122 when someone uses the "INT 15h mover" highmem API.