Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemu.c141 _BE_env.biosmem_base = (ulong) info->BIOSImage; in BE_setVGA()
144 _BE_env.biosmem_base = _BE_env.busmem_base + 0x20000; in BE_setVGA()
193 return (void *)(_BE_env.biosmem_base + addr - 0xC0000); in BE_mapRealPointer()
H A Dbesys.c89 return (u8*)(_BE_env.biosmem_base + addr - 0xC0000); in BE_memaddr()
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h88 ulong biosmem_base; member