Searched refs:E820_UNUSABLE (Results 1 – 8 of 8) sorted by relevance
45 case E820_UNUSABLE: return "Unusable"; in e820_names()86 (src[i].type == E820_UNUSABLE) || in e820_sanitize()139 if ((src[i].type == E820_UNUSABLE) || in e820_sanitize()159 src[i].type = E820_UNUSABLE; in e820_sanitize()179 src[i].type = E820_UNUSABLE; in e820_sanitize()186 if (src[i].type != E820_UNUSABLE) in e820_sanitize()201 e820[idx].type = E820_UNUSABLE; in e820_sanitize()
11 #define E820_UNUSABLE 5 macro
417 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()426 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()433 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()
112 case E820_UNUSABLE: in print_e820_memory_map()391 E820_RAM, E820_UNUSABLE) ) in clip_to_limit()
477 if ( (e820.map[i].type == E820_UNUSABLE) && in dom0_setup_permissions()
311 (e820.map[i].type != E820_UNUSABLE) ) in arch_init_memory()410 case E820_UNUSABLE: in page_is_ram_type()
189 type = E820_UNUSABLE; in efi_arch_process_memory_map()
1328 #define E820_UNUSABLE 5 macro
Completed in 30 milliseconds