Home
last modified time | relevance | path

Searched refs:BOOTMEM_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/mm/
Dbootmem.c346 int exclusive = flags & BOOTMEM_EXCLUSIVE; in __reserve()
602 PFN_UP(end_off), BOOTMEM_EXCLUSIVE)) in alloc_bootmem_bdata()
/Linux-v4.19/include/linux/
Dbootmem.h84 #define BOOTMEM_EXCLUSIVE (1<<0) macro