Home
last modified time | relevance | path

Searched refs:E820_UNUSABLE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
De820.h46 #define E820_UNUSABLE 5 macro
/linux-3.4.99/arch/x86/xen/
Dsetup.c222 if (entry->type == E820_UNUSABLE) in xen_ignore_unusable()
320 type = E820_UNUSABLE; in xen_memory_setup()
/linux-3.4.99/arch/x86/kernel/
De820.c147 case E820_UNUSABLE: in e820_print_type()
903 case E820_UNUSABLE: return "Unusable memory"; in e820_type_to_string()
/linux-3.4.99/arch/x86/platform/efi/
Defi.c356 e820_type = E820_UNUSABLE; in do_add_efi_memmap()
/linux-3.4.99/arch/x86/boot/compressed/
Deboot.c828 e820_type = E820_UNUSABLE; in make_boot_params()