Home
last modified time | relevance | path

Searched refs:RES_MEM_RESERVED (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c25 res_desc->type == RES_MEM_RESERVED) { in dram_init()
81 else if (res_desc->type == RES_MEM_RESERVED) in install_e820_map()
H A Dfsp_support.c320 if (res_desc->type == RES_MEM_RESERVED) { in fsp_get_reserved_mem_from_guid()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h69 #define RES_MEM_RESERVED 0x00000005 macro