Home
last modified time | relevance | path

Searched refs:E820_TYPE_RESERVED (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/kernel/
H A De820.c192 case E820_TYPE_RESERVED: pr_cont("reserved"); break; in e820_print_type()
810 e820__range_update_table(e820_table_kexec, addr, size, E820_TYPE_RAM, E820_TYPE_RESERVED); in e820__memblock_alloc_reserved()
948 e820__range_add(start_at, mem_size, E820_TYPE_RESERVED); in parse_memmap_one()
1073 case E820_TYPE_RESERVED: return "Reserved"; in e820_type_to_string()
1089 case E820_TYPE_RESERVED: /* Fall-through: */ in e820_type_to_iomem_type()
1102 case E820_TYPE_RESERVED: return IORES_DESC_RESERVED; in e820_type_to_iores_desc()
1122 case E820_TYPE_RESERVED: in do_mark_busy()
H A Dsetup.c611 e820__range_update(0, PAGE_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED); in trim_bios_range()
935 E820_TYPE_RESERVED); in setup_arch()
H A Dcrash.c326 cmd.type = E820_TYPE_RESERVED; in crash_setup_memmap_entries()
H A Dtboot.c84 boot_params.tboot_addr, E820_TYPE_RESERVED)) { in tboot_probe()
H A Daperture_64.c363 e820__range_add(aper_base, aper_size, E820_TYPE_RESERVED); in early_gart_iommu_check()
/linux/arch/x86/include/asm/e820/
H A Dtypes.h12 E820_TYPE_RESERVED = 2, enumerator
/linux/arch/x86/include/asm/
H A Diommu.h32 if (entry_type == E820_TYPE_RESERVED || entry_type == E820_TYPE_NVS) in arch_rmrr_sanity_check()
/linux/arch/x86/platform/pvh/
H A Denlighten.c73 E820_TYPE_RESERVED; in init_pvh_bootparams()
/linux/arch/x86/xen/
H A Dsetup.c849 xen_e820_table.entries[xen_e820_table.nr_entries].type = E820_TYPE_RESERVED; in xen_memory_setup()
905 if (type == E820_TYPE_RESERVED) in xen_memory_setup()
947 e820__range_add(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS, E820_TYPE_RESERVED); in xen_memory_setup()
/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()
/linux/drivers/crypto/ccp/
H A Dsev-dev.c1081 case E820_TYPE_RESERVED: in snp_filter_reserved_mem_regions()