/openbmc/linux/arch/x86/kernel/ |
H A D | e820.c | 190 case E820_TYPE_RAM: /* Fall through: */ in e820_print_type() 867 return e820_end_pfn(MAX_ARCH_PFN, E820_TYPE_RAM); in e820__end_of_ram_pfn() 1028 E820_TYPE_RAM, E820_TYPE_RESERVED_KERN); in e820__reserve_setup_data() 1043 E820_TYPE_RAM, E820_TYPE_RESERVED_KERN); in e820__reserve_setup_data() 1045 E820_TYPE_RAM, E820_TYPE_RESERVED_KERN); in e820__reserve_setup_data() 1080 case E820_TYPE_RAM: return "System RAM"; in e820_type_to_string() 1096 case E820_TYPE_RAM: return IORESOURCE_SYSTEM_RAM; in e820_type_to_iomem_type() 1118 case E820_TYPE_RAM: /* Fall-through: */ in e820_type_to_iores_desc() 1141 case E820_TYPE_RAM: in do_mark_busy() 1244 if (entry->type != E820_TYPE_RAM) in e820__reserve_resources_late() [all …]
|
H A D | setup.c | 733 e820__range_update(0, PAGE_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in trim_bios_range() 740 e820__range_remove(BIOS_BEGIN, BIOS_END - BIOS_BEGIN, E820_TYPE_RAM, 1); in trim_bios_range() 758 if (e820__mapped_all(start, start + size, E820_TYPE_RAM)) in e820_add_kernel_range() 762 e820__range_remove(start, size, E820_TYPE_RAM, 0); in e820_add_kernel_range() 763 e820__range_add(start, size, E820_TYPE_RAM); in e820_add_kernel_range() 1055 e820__range_update(0x70000000ULL, 0x40000ULL, E820_TYPE_RAM, in setup_arch()
|
H A D | crash.c | 293 cmd.type = E820_TYPE_RAM; in crash_setup_memmap_entries() 319 ei.type = E820_TYPE_RAM; in crash_setup_memmap_entries() 335 ei.type = E820_TYPE_RAM; in crash_setup_memmap_entries()
|
H A D | tboot.c | 203 if ((e820_table->entries[i].type != E820_TYPE_RAM) in tboot_setup_sleep()
|
H A D | aperture_64.c | 360 E820_TYPE_RAM)) { in early_gart_iommu_check()
|
H A D | kexec-bzimage64.c | 276 if (params->e820_table[i].type != E820_TYPE_RAM) in setup_boot_parameters()
|
H A D | kvm.c | 955 if (entry->type != E820_TYPE_RAM) in kvm_init_platform()
|
/openbmc/linux/arch/x86/xen/ |
H A D | setup.c | 174 if (entry->type != E820_TYPE_RAM) in xen_find_pfn_range() 434 if (entry->type == E820_TYPE_RAM || i == xen_e820_table.nr_entries - 1) { in xen_foreach_remap_area() 438 if (entry->type == E820_TYPE_RAM) in xen_foreach_remap_area() 547 if (type == E820_TYPE_RAM) { in xen_align_and_add_e820_region() 570 entry->type = E820_TYPE_RAM; in xen_ignore_unusable() 587 if (entry->type == E820_TYPE_RAM && entry->addr <= start && in xen_is_e820_reserved() 612 if (entry->type != E820_TYPE_RAM || entry->size < size) in xen_find_free_area() 649 if (entry->type == E820_TYPE_RAM && entry->size >= swap_size && in xen_e820_swap_entry_with_ram() 666 swap_entry->type = E820_TYPE_RAM; in xen_e820_swap_entry_with_ram() 828 xen_e820_table.entries[0].type = E820_TYPE_RAM; in xen_memory_setup() [all …]
|
H A D | enlighten_pvh.c | 98 if (e->type != E820_TYPE_RAM) in xen_reserve_extra_memory() 137 e->type = E820_TYPE_RAM; in xen_reserve_extra_memory()
|
H A D | enlighten_hvm.c | 64 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
|
/openbmc/linux/arch/x86/include/asm/e820/ |
H A D | types.h | 11 E820_TYPE_RAM = 1, enumerator
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | gart.h | 100 if (e820__mapped_any(aper_base, aper_base + aper_size, E820_TYPE_RAM)) { in aperture_valid()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | pgtable_64.c | 78 if (entry->type != E820_TYPE_RAM) in find_trampoline_placement()
|
H A D | kaslr.c | 783 if (entry->type != E820_TYPE_RAM) in process_e820_entries()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | quirks.c | 299 e820__range_update(addr, size, E820_TYPE_RAM, E820_TYPE_RESERVED); in efi_arch_mem_reserve() 318 if (!e820__mapped_all(start, start+size, E820_TYPE_RAM)) in can_free_region()
|
H A D | fake_mem.c | 192 e820__range_remove(start, size, E820_TYPE_RAM, 1); in efi_fake_memmap_early()
|
H A D | efi.c | 143 e820_type = E820_TYPE_RAM; in do_add_efi_memmap()
|
/openbmc/linux/arch/x86/mm/ |
H A D | init_64.c | 470 E820_TYPE_RAM) && in phys_pte_init() 525 E820_TYPE_RAM) && in phys_pmd_init() 612 E820_TYPE_RAM) && in phys_pud_init() 699 E820_TYPE_RAM) && in phys_p4d_init()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | spte.c | 106 E820_TYPE_RAM); in kvm_is_mmio_pfn()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 593 e820_type = E820_TYPE_RAM; in setup_e820() 607 e820_type = E820_TYPE_RAM; in setup_e820()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cleanup.c | 853 return e820__range_update(trim_start, trim_size, E820_TYPE_RAM, E820_TYPE_RESERVED); in real_trim_memory()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | bugs.c | 2464 e820__mapped_any(half_pa, ULLONG_MAX - half_pa, E820_TYPE_RAM)) { in l1tf_select_mitigation()
|