nr_e820ext        598 arch/x86/boot/compressed/eboot.c 		u32 nr_e820ext = nr_entries - ARRAY_SIZE(params->e820_table);
nr_e820ext        600 arch/x86/boot/compressed/eboot.c 		add_e820ext(params, e820ext, nr_e820ext);
nr_e820ext        601 arch/x86/boot/compressed/eboot.c 		nr_entries -= nr_e820ext;
nr_e820ext        656 arch/x86/boot/compressed/eboot.c 		u32 nr_e820ext = nr_desc - ARRAY_SIZE(params->e820_table);
nr_e820ext        658 arch/x86/boot/compressed/eboot.c 		status = alloc_e820ext(nr_e820ext, e820ext, e820ext_size);