Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c26 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.c321 if (res_desc->type == RES_MEM_RESERVED) { in fsp_get_reserved_mem_from_guid()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h70 #define RES_MEM_RESERVED 0x00000005 macro