Searched refs:E820_TYPE_RESERVED (Results 1 – 11 of 11) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | e820.c | 192 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 D | setup.c | 611 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 D | crash.c | 326 cmd.type = E820_TYPE_RESERVED; in crash_setup_memmap_entries()
|
H A D | tboot.c | 84 boot_params.tboot_addr, E820_TYPE_RESERVED)) { in tboot_probe()
|
H A D | aperture_64.c | 363 e820__range_add(aper_base, aper_size, E820_TYPE_RESERVED); in early_gart_iommu_check()
|
/linux/arch/x86/include/asm/e820/ |
H A D | types.h | 12 E820_TYPE_RESERVED = 2, enumerator
|
/linux/arch/x86/include/asm/ |
H A D | iommu.h | 32 if (entry_type == E820_TYPE_RESERVED || entry_type == E820_TYPE_NVS) in arch_rmrr_sanity_check()
|
/linux/arch/x86/platform/pvh/ |
H A D | enlighten.c | 73 E820_TYPE_RESERVED; in init_pvh_bootparams()
|
/linux/arch/x86/xen/ |
H A D | setup.c | 849 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 D | cleanup.c | 853 return e820__range_update(trim_start, trim_size, E820_TYPE_RAM, E820_TYPE_RESERVED); in real_trim_memory()
|
/linux/drivers/crypto/ccp/ |
H A D | sev-dev.c | 1081 case E820_TYPE_RESERVED: in snp_filter_reserved_mem_regions()
|