e820_type 526 arch/x86/boot/compressed/eboot.c unsigned int e820_type = 0; e820_type 541 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_RESERVED; e820_type 545 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_UNUSABLE; e820_type 549 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_ACPI; e820_type 557 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_RAM; e820_type 561 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_NVS; e820_type 565 arch/x86/boot/compressed/eboot.c e820_type = E820_TYPE_PMEM; e820_type 573 arch/x86/boot/compressed/eboot.c if (prev && prev->type == e820_type && e820_type 592 arch/x86/boot/compressed/eboot.c entry->type = e820_type; e820_type 13 arch/x86/include/asm/e820/api.h extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type); e820_type 14 arch/x86/include/asm/e820/api.h extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type); e820_type 15 arch/x86/include/asm/e820/api.h extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type); e820_type 17 arch/x86/include/asm/e820/api.h extern void e820__range_add (u64 start, u64 size, enum e820_type type); e820_type 18 arch/x86/include/asm/e820/api.h extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type); e820_type 19 arch/x86/include/asm/e820/api.h extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type); e820_type 50 arch/x86/include/asm/e820/types.h enum e820_type type; e820_type 78 arch/x86/kernel/e820.c u64 start, u64 end, enum e820_type type) e820_type 94 arch/x86/kernel/e820.c bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) e820_type 100 arch/x86/kernel/e820.c bool e820__mapped_any(u64 start, u64 end, enum e820_type type) e820_type 113 arch/x86/kernel/e820.c enum e820_type type) e820_type 148 arch/x86/kernel/e820.c bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type) e820_type 166 arch/x86/kernel/e820.c static void __init __e820__range_add(struct e820_table *table, u64 start, u64 size, enum e820_type type) e820_type 182 arch/x86/kernel/e820.c void __init e820__range_add(u64 start, u64 size, enum e820_type type) e820_type 187 arch/x86/kernel/e820.c static void __init e820_print_type(enum e820_type type) e820_type 311 arch/x86/kernel/e820.c enum e820_type current_type, last_type; e820_type 448 arch/x86/kernel/e820.c __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) e820_type 515 arch/x86/kernel/e820.c u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) e820_type 520 arch/x86/kernel/e820.c static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) e820_type 526 arch/x86/kernel/e820.c u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) e820_type 815 arch/x86/kernel/e820.c static unsigned long __init e820_end_pfn(unsigned long limit_pfn, enum e820_type type) e820_type 944 arch/x86/kernel/e820.c enum e820_type from = 0, to = 0; e820_type 1074 arch/x86/kernel/e820.c static bool __init do_mark_busy(enum e820_type type, struct resource *res) e820_type 161 arch/x86/platform/efi/efi.c int e820_type; e820_type 170 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_RAM; e820_type 172 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_RESERVED; e820_type 175 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_ACPI; e820_type 178 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_NVS; e820_type 181 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_UNUSABLE; e820_type 184 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_PMEM; e820_type 192 arch/x86/platform/efi/efi.c e820_type = E820_TYPE_RESERVED; e820_type 195 arch/x86/platform/efi/efi.c e820__range_add(start, size, e820_type);