Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c289 HALT_SYS(); in get_data_segment()
589 HALT_SYS(); in decode_rm_byte_register()
633 HALT_SYS(); in decode_rm_word_register()
677 HALT_SYS(); in decode_rm_long_register()
720 HALT_SYS(); in decode_rm_seg_register()
772 HALT_SYS(); in decode_sib_si()
835 HALT_SYS(); in decode_sib_address()
849 HALT_SYS(); in decode_sib_address()
941 HALT_SYS(); in decode_rm00_address()
1030 HALT_SYS(); in decode_rm01_address()
[all …]
Dops.c186 HALT_SYS(); in x86emuOp_illegal_op()
2152 HALT_SYS(); in x86emuOp_pop_RM()
3351 HALT_SYS(); in x86emuOp_mov_byte_RM_IMM()
3385 HALT_SYS(); in x86emuOp_mov_word_RM_IMM()
3973 HALT_SYS(); in x86emuOp_aam()
4396 HALT_SYS(); in x86emuOp_halt()
4447 HALT_SYS(); in x86emuOp_opcF6_byte_RM()
4494 HALT_SYS(); in x86emuOp_opcF6_byte_RM()
4563 HALT_SYS(); in x86emuOp_opcF7_word_RM()
4615 HALT_SYS(); in x86emuOp_opcF7_word_RM()
[all …]
Dops2.c65 HALT_SYS(); in x86emuOp2_illegal_op()
1096 HALT_SYS(); in x86emuOp2_btX_I()
/external/u-boot/drivers/bios_emulator/include/
Dx86emu.h165 #define HALT_SYS() \ macro
169 #define HALT_SYS() X86EMU_halt_sys() macro
/external/u-boot/drivers/bios_emulator/
Dbesys.c120 HALT_SYS(); in BE_memaddr()