Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
De820.h34 #define E820_UNUSABLE 5 macro
/linux-4.1.27/arch/x86/xen/
Dsetup.c558 if (entry->type == E820_UNUSABLE) in xen_ignore_unusable()
659 type = E820_UNUSABLE; in xen_memory_setup()
/linux-4.1.27/arch/x86/kernel/
De820.c149 case E820_UNUSABLE: in e820_print_type()
920 case E820_UNUSABLE: return "Unusable memory"; in e820_type_to_string()
/linux-4.1.27/arch/x86/platform/efi/
Defi.c154 e820_type = E820_UNUSABLE; in do_add_efi_memmap()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c1216 e820_type = E820_UNUSABLE; in setup_e820()