Home
last modified time | relevance | path

Searched refs:pnr_map (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
De820.h22 sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, u32 *pnr_map);
/linux-4.1.27/arch/x86/kernel/
De820.c259 u32 *pnr_map) in sanitize_e820_map() argument
274 if (*pnr_map < 2) in sanitize_e820_map()
277 old_nr = *pnr_map; in sanitize_e820_map()
379 *pnr_map = new_nr; in sanitize_e820_map()
/linux-4.1.27/arch/blackfin/kernel/
Dsetup.c300 static int __init sanitize_memmap(struct bfin_memmap_entry *map, int *pnr_map) in sanitize_memmap() argument
347 if (*pnr_map < 2) in sanitize_memmap()
350 old_nr = *pnr_map; in sanitize_memmap()
441 *pnr_map = new_nr; in sanitize_memmap()