Home
last modified time | relevance | path

Searched refs:max_nr_map (Results 1 – 2 of 2) 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.c260 int __init sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, in sanitize_e820_map() argument
280 BUG_ON(old_nr > max_nr_map); in sanitize_e820_map()
364 if (++new_bios_entry >= max_nr_map) in sanitize_e820_map()