Searched refs:E820_UNUSABLE (Results 1 – 9 of 9) sorted by relevance
42 case E820_UNUSABLE: return "Unusable"; in e820_names()83 (src[i].type == E820_UNUSABLE) || in e820_sanitize()136 if ((src[i].type == E820_UNUSABLE) || in e820_sanitize()156 src[i].type = E820_UNUSABLE; in e820_sanitize()176 src[i].type = E820_UNUSABLE; in e820_sanitize()183 if (src[i].type != E820_UNUSABLE) in e820_sanitize()198 e820[idx].type = E820_UNUSABLE; in e820_sanitize()
11 #define E820_UNUSABLE 5 macro
421 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()430 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()437 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()
112 case E820_UNUSABLE: in print_e820_memory_map()389 E820_RAM, E820_UNUSABLE) ) in clip_to_limit()
533 if ( (e820.map[i].type == E820_UNUSABLE) && in dom0_setup_permissions()
301 (e820.map[i].type != E820_UNUSABLE) ) in arch_init_memory()403 case E820_UNUSABLE: in page_is_ram_type()451 case E820_UNUSABLE: in page_get_ram_type()
368 entry_guest->type = E820_UNUSABLE; in pvh_setup_e820()395 entry_guest->type = E820_UNUSABLE; in pvh_setup_e820()
190 type = E820_UNUSABLE; in efi_arch_process_memory_map()
1310 #define E820_UNUSABLE 5 macro
Completed in 27 milliseconds