Home
last modified time | relevance | path

Searched refs:E820_TYPE_RAM (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A De820.c190 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 Dsetup.c733 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 Dcrash.c293 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 Dtboot.c203 if ((e820_table->entries[i].type != E820_TYPE_RAM) in tboot_setup_sleep()
H A Daperture_64.c360 E820_TYPE_RAM)) { in early_gart_iommu_check()
H A Dkexec-bzimage64.c276 if (params->e820_table[i].type != E820_TYPE_RAM) in setup_boot_parameters()
H A Dkvm.c955 if (entry->type != E820_TYPE_RAM) in kvm_init_platform()
/openbmc/linux/arch/x86/xen/
H A Dsetup.c174 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 Denlighten_pvh.c98 if (e->type != E820_TYPE_RAM) in xen_reserve_extra_memory()
137 e->type = E820_TYPE_RAM; in xen_reserve_extra_memory()
H A Denlighten_hvm.c64 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
/openbmc/linux/arch/x86/include/asm/e820/
H A Dtypes.h11 E820_TYPE_RAM = 1, enumerator
/openbmc/linux/arch/x86/include/asm/
H A Dgart.h100 if (e820__mapped_any(aper_base, aper_base + aper_size, E820_TYPE_RAM)) { in aperture_valid()
/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c78 if (entry->type != E820_TYPE_RAM) in find_trampoline_placement()
H A Dkaslr.c783 if (entry->type != E820_TYPE_RAM) in process_e820_entries()
/openbmc/linux/arch/x86/platform/efi/
H A Dquirks.c299 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 Dfake_mem.c192 e820__range_remove(start, size, E820_TYPE_RAM, 1); in efi_fake_memmap_early()
H A Defi.c143 e820_type = E820_TYPE_RAM; in do_add_efi_memmap()
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c470 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 Dspte.c106 E820_TYPE_RAM); in kvm_is_mmio_pfn()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c593 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 Dcleanup.c853 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 Dbugs.c2464 e820__mapped_any(half_pa, ULLONG_MAX - half_pa, E820_TYPE_RAM)) { in l1tf_select_mitigation()