Home
last modified time | relevance | path

Searched refs:fetch_data_long_abs (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h68 u32 fetch_data_long_abs (uint segment, uint offset);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c403 u32 fetch_data_long_abs( in fetch_data_long_abs() function
H A Dops.c2667 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
2684 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
2973 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
2990 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
3004 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
H A Dprim_ops.c2338 (*sys_outl)(M.x86.R_DX,fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1162 -u32 fetch_data_long_abs(
1166 +fetch_data_long_abs(uint segment, uint offset)
8546 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8570 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8591 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8854 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8876 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8895 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
18612 - fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
18615 + fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
[all …]