Home
last modified time | relevance | path

Searched refs:E820_RESERVED (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/qemu/
H A De820.c20 entries[1].type = E820_RESERVED; in install_e820_map()
34 entries[3].type = E820_RESERVED; in install_e820_map()
38 entries[4].type = E820_RESERVED; in install_e820_map()
42 entries[5].type = E820_RESERVED; in install_e820_map()
/openbmc/u-boot/arch/x86/lib/
H A De820.c28 entries[1].type = E820_RESERVED; in install_e820_map()
34 entries[3].type = E820_RESERVED; in install_e820_map()
57 case E820_RESERVED: in efi_add_known_memory()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c82 entries[num_entries].type = E820_RESERVED; in install_e820_map()
92 entries[num_entries].type = E820_RESERVED; in install_e820_map()
103 entries[num_entries].type = E820_RESERVED; in install_e820_map()
/openbmc/u-boot/arch/x86/include/asm/
H A De820.h7 #define E820_RESERVED 2 macro
/openbmc/qemu/hw/i386/
H A De820_memory_layout.h14 #define E820_RESERVED 2 macro
H A Dpc.c854 e820_add_entry(AMD_HT_START, AMD_HT_SIZE, E820_RESERVED); in pc_memory_init()
893 e820_add_entry(pcms->sgx_epc.base, pcms->sgx_epc.size, E820_RESERVED); in pc_memory_init()
/openbmc/linux/arch/x86/include/uapi/asm/
H A De820.h32 #define E820_RESERVED 2 macro
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dsdram.c37 entries[i].type = E820_RESERVED; in install_e820_map()
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c131 type = E820_RESERVED; in sfi_setup_e820()
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c214 e820_type = E820_RESERVED; in install_e820_map()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c179 e820_add_entry(XEN_SPECIAL_AREA_ADDR, XEN_SPECIAL_AREA_SIZE, E820_RESERVED); in kvm_xen_init()
H A Dkvm.c3100 e820_add_entry(identity_base, 0x4000, E820_RESERVED); in kvm_arch_init()