Home
last modified time | relevance | path

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

/arch/x86/include/asm/
De820.h22 sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, u32 *pnr_map);
/arch/x86/kernel/
De820.c261 u32 *pnr_map) in sanitize_e820_map() argument
276 if (*pnr_map < 2) in sanitize_e820_map()
279 old_nr = *pnr_map; in sanitize_e820_map()
381 *pnr_map = new_nr; in sanitize_e820_map()
/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()