Searched refs:E820_RAM (Results 1 – 2 of 2) sorted by relevance
64 mb_mmap_entry->type = (type == E820_RAM)?1:0; in sfi_add_e820_entry()85 mb_mmap_entry->type = (type == E820_RAM)?1:0; in sfi_add_e820_entry()127 type = E820_RAM; in sfi_setup_mmap()
51 #define E820_RAM 1 macro