Home
last modified time | relevance | path

Searched refs:emu (Results 1 – 19 of 19) sorted by relevance

/freebsd-head/sys/contrib/x86emu/
HDx86emu.c177 x86emu_intr_dispatch(struct x86emu *emu, uint8_t intno) in x86emu_intr_dispatch() argument
179 if (emu->_x86emu_intrTab[intno]) { in x86emu_intr_dispatch()
180 (*emu->_x86emu_intrTab[intno]) (emu, intno); in x86emu_intr_dispatch()
182 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch()
185 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch()
186 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2); in x86emu_intr_dispatch()
187 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch()
188 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); in x86emu_intr_dispatch()
193 x86emu_intr_handle(struct x86emu *emu) in x86emu_intr_handle() argument
197 if (emu->x86.intr & INTR_SYNCH) { in x86emu_intr_handle()
[all …]
HDx86emu_regs.h118 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag))
119 #define CLEAR_FLAG(flag) (emu->x86.R_FLG &= ~(flag))
120 #define ACCESS_FLAG(flag) (emu->x86.R_FLG & (flag))
121 #define CLEARALL_FLAG(m) (emu->x86.R_FLG = 0)
/freebsd-head/sys/compat/x86bios/
HDx86bios.c298 x86bios_set_fault(struct x86emu *emu, uint32_t addr) in x86bios_set_fault() argument
303 x86bios_fault_cs = emu->x86.R_CS; in x86bios_set_fault()
304 x86bios_fault_ip = emu->x86.R_IP; in x86bios_set_fault()
305 x86emu_halt_sys(emu); in x86bios_set_fault()
336 x86bios_emu_rdb(struct x86emu *emu, uint32_t addr) in x86bios_emu_rdb() argument
342 x86bios_set_fault(emu, addr); in x86bios_emu_rdb()
348 x86bios_emu_rdw(struct x86emu *emu, uint32_t addr) in x86bios_emu_rdw() argument
354 x86bios_set_fault(emu, addr); in x86bios_emu_rdw()
365 x86bios_emu_rdl(struct x86emu *emu, uint32_t addr) in x86bios_emu_rdl() argument
371 x86bios_set_fault(emu, addr); in x86bios_emu_rdl()
[all …]
/freebsd-head/contrib/arm-optimized-routines/math/test/
HDrunulp.sh17 emu="$@"
51 …$emu ./ulp -e $L $flags $extra_flags -r $r $c_arg $routine $ITV $n && PASS=$((PASS+1)) || FAIL=$((…
62 $emu ./ulp -f -q "$@"
/freebsd-head/contrib/file/magic/Magdir/
HDc6416 # Reference: https://vice-emu.sourceforge.io/vice_17.html#SEC391
207 # https://vice-emu.sourceforge.io/vice_16.html#SEC394
209 # http://mark0.net/download/triddefs_xml.7z/defs/e/emu-t64.trid.xml
271 # https://vice-emu.sourceforge.io/vice_16.html#SEC392
HDconsole457 # Reference: http://forum.pj64-emu.com/showthread.php?t=2239
892 # - GameCube/Wii CISO: https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DiscIO/CISOBl…
/freebsd-head/sys/contrib/device-tree/src/arm/ti/keystone/
HDkeystone-k2l.dtsi154 gpio_emu_pins: gpio-emu-pins {
/freebsd-head/contrib/ncurses/misc/
HDemx.src784 emu|emu native mode,
HDterminfo.src7056 # It corresponds to emu's internal emulation:
7057 # emu -term emu
7058 # emu's default sets TERM to "xterm", but that doesn't work well -TD
7061 emu|emu native mode,
7088 # emu -term vt220
7091 emu-220|Emu-220 (vt200-7bit mode),
25563 # * Added emu entry from the X11R6 contrib tape sources.
25741 # * correct typo in emu
25837 # * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
26262 # * minor fixes for emu -TD
[all …]
/freebsd-head/contrib/wpa/hostapd/
HDChangeLog936 draft (draft-ietf-emu-eap-gpsk-07.txt)
955 draft (draft-ietf-emu-eap-gpsk-04.txt)
986 draft (draft-ietf-emu-eap-gpsk-01.txt)
1014 draft-clancy-emu-eap-shared-secret-00.txt)
/freebsd-head/sys/contrib/device-tree/src/arm/ti/omap/
HDomap3xxx-clocks.dtsi288 emu_src_mux_ck: clock-emu-src-mux@0 {
HDdra7xx-clocks.dtsi1202 emu_dclk_div: clock-emu-dclk-div@194 {
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp1468 bool FCVT_f2i(T inst, std::optional<E> (Rs::*f)(EmulateInstructionRISCV &emu), in FCVT_f2i() argument
/freebsd-head/contrib/wpa/wpa_supplicant/
HDChangeLog1539 draft (draft-ietf-emu-eap-gpsk-07.txt)
1588 draft (draft-ietf-emu-eap-gpsk-04.txt)
1612 draft (draft-ietf-emu-eap-gpsk-01.txt)
1728 draft-clancy-emu-eap-shared-secret-00.txt)
/freebsd-head/contrib/ntp/sntp/libevent/
HDwhatsnew-2.1.txt683 Considered Harmful" at http://miller.emu.id.au/pmiller/books/rmch/ for
/freebsd-head/contrib/libevent/
HDwhatsnew-2.1.txt683 Considered Harmful" at http://miller.emu.id.au/pmiller/books/rmch/ for
/freebsd-head/contrib/ncurses/
HDNEWS2646 dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
8820 + add sgr, civis, cnorm to emu
8849 + minor fixes for emu
8850 + add emu-220
13987 + restore terminfo.src entry for emu to using setf/setb, since it is
/freebsd-head/share/dict/
HDweb2a19095 emu apple
19096 emu bush
19097 emu grass
HDweb261420 emu