Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A De820.h7 #define E820_RESERVED 2 macro
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dsdram.c37 entries[i].type = E820_RESERVED; in install_e820_map()
/rk3399_rockchip-uboot/arch/x86/cpu/tangier/
H A Dsdram.c131 type = E820_RESERVED; in sfi_setup_e820()