| /linux/arch/x86/kernel/ |
| A D | e820.c | 190 case E820_TYPE_RAM: /* Fall through: */ in e820_print_type() 842 if (entry->type != E820_TYPE_RAM && in e820__end_ram_pfn() 942 e820__range_add(start_at, mem_size, E820_TYPE_RAM); in parse_memmap_one() 1034 E820_TYPE_RAM, E820_TYPE_RESERVED_KERN); in e820__reserve_setup_data() 1067 case E820_TYPE_RAM: return "System RAM"; in e820_type_to_string() 1083 case E820_TYPE_RAM: return IORESOURCE_SYSTEM_RAM; in e820_type_to_iomem_type() 1105 case E820_TYPE_RAM: /* Fall-through: */ in e820_type_to_iores_desc() 1128 case E820_TYPE_RAM: in do_mark_busy() 1231 if (entry->type != E820_TYPE_RAM) in e820__reserve_resources_late() 1272 e820__range_add(0, LOWMEMSIZE(), E820_TYPE_RAM); in e820__memory_setup_default() [all …]
|
| A D | setup.c | 608 e820__range_update(0, PAGE_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in trim_bios_range() 615 e820__range_remove(BIOS_BEGIN, BIOS_END - BIOS_BEGIN, E820_TYPE_RAM, 1); in trim_bios_range() 633 if (e820__mapped_all(start, start + size, E820_TYPE_RAM)) in e820_add_kernel_range() 637 e820__range_remove(start, size, E820_TYPE_RAM, 0); in e820_add_kernel_range() 638 e820__range_add(start, size, E820_TYPE_RAM); in e820_add_kernel_range() 931 e820__range_update(0x70000000ULL, 0x40000ULL, E820_TYPE_RAM, in setup_arch()
|
| A D | crash.c | 309 cmd.type = E820_TYPE_RAM; in crash_setup_memmap_entries() 335 ei.type = E820_TYPE_RAM; in crash_setup_memmap_entries() 351 ei.type = E820_TYPE_RAM; in crash_setup_memmap_entries()
|
| A D | tboot.c | 203 if ((e820_table->entries[i].type != E820_TYPE_RAM) in tboot_setup_sleep()
|
| A D | aperture_64.c | 359 E820_TYPE_RAM)) { in early_gart_iommu_check()
|
| A D | kexec-bzimage64.c | 283 if (params->e820_table[i].type != E820_TYPE_RAM) in setup_boot_parameters()
|
| A D | kvm.c | 958 if (entry->type != E820_TYPE_RAM) in kvm_init_platform()
|
| /linux/arch/x86/xen/ |
| A D | setup.c | 173 if (entry->type != E820_TYPE_RAM) in xen_find_pfn_range() 433 if (entry->type == E820_TYPE_RAM || i == xen_e820_table.nr_entries - 1) { in xen_foreach_remap_area() 437 if (entry->type == E820_TYPE_RAM) in xen_foreach_remap_area() 546 if (type == E820_TYPE_RAM) { in xen_align_and_add_e820_region() 569 entry->type = E820_TYPE_RAM; in xen_ignore_unusable() 586 if (entry->type == E820_TYPE_RAM && entry->addr <= start && in xen_is_e820_reserved() 611 if (entry->type != E820_TYPE_RAM || entry->size < size) in xen_find_free_area() 648 if (entry->type == E820_TYPE_RAM && entry->size >= swap_size && in xen_e820_swap_entry_with_ram() 665 swap_entry->type = E820_TYPE_RAM; in xen_e820_swap_entry_with_ram() 827 xen_e820_table.entries[0].type = E820_TYPE_RAM; in xen_memory_setup() [all …]
|
| A D | enlighten_pvh.c | 76 if (e->type != E820_TYPE_RAM) in pvh_reserve_extra_memory() 115 e->type = E820_TYPE_RAM; in pvh_reserve_extra_memory()
|
| A D | enlighten_hvm.c | 62 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
|
| /linux/arch/x86/virt/svm/ |
| A D | sev.c | 171 if (e820__mapped_any(pa, pa + PMD_SIZE, E820_TYPE_RAM)) { in __snp_fixup_e820_tables() 173 e820__range_update(pa, PMD_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in __snp_fixup_e820_tables() 174 e820__range_update_table(e820_table_kexec, pa, PMD_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in __snp_fixup_e820_tables() 175 e820__range_update_table(e820_table_firmware, pa, PMD_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in __snp_fixup_e820_tables()
|
| /linux/arch/x86/include/asm/e820/ |
| A D | types.h | 11 E820_TYPE_RAM = 1, enumerator
|
| /linux/arch/x86/include/asm/ |
| A D | gart.h | 100 if (e820__mapped_any(aper_base, aper_base + aper_size, E820_TYPE_RAM)) { in aperture_valid()
|
| /linux/arch/x86/boot/compressed/ |
| A D | pgtable_64.c | 78 if (entry->type != E820_TYPE_RAM) in find_trampoline_placement()
|
| A D | kaslr.c | 758 if (entry->type != E820_TYPE_RAM) in process_e820_entries()
|
| /linux/arch/x86/platform/efi/ |
| 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()
|
| A D | efi.c | 143 e820_type = E820_TYPE_RAM; in do_add_efi_memmap()
|
| /linux/arch/x86/mm/ |
| A D | init_64.c | 470 E820_TYPE_RAM) && in phys_pte_init() 527 E820_TYPE_RAM) && in phys_pmd_init() 616 E820_TYPE_RAM) && in phys_pud_init() 705 E820_TYPE_RAM) && in phys_p4d_init()
|
| /linux/arch/x86/kvm/mmu/ |
| A D | spte.c | 126 E820_TYPE_RAM); in kvm_is_mmio_pfn()
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | x86-stub.c | 655 e820_type = E820_TYPE_RAM; in setup_e820() 669 e820_type = E820_TYPE_RAM; in setup_e820()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | cleanup.c | 853 return e820__range_update(trim_start, trim_size, E820_TYPE_RAM, E820_TYPE_RESERVED); in real_trim_memory()
|
| /linux/arch/x86/kernel/cpu/ |
| A D | bugs.c | 2478 e820__mapped_any(half_pa, ULLONG_MAX - half_pa, E820_TYPE_RAM)) { in l1tf_select_mitigation()
|