| /freebsd-head/sys/contrib/x86emu/ |
| HD | x86emu.c | 177 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 …]
|
| HD | x86emu_regs.h | 118 #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/ |
| HD | x86bios.c | 298 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/ |
| HD | runulp.sh | 17 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/ |
| HD | c64 | 16 # 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
|
| HD | console | 457 # 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/ |
| HD | keystone-k2l.dtsi | 154 gpio_emu_pins: gpio-emu-pins {
|
| /freebsd-head/contrib/ncurses/misc/ |
| HD | emx.src | 784 emu|emu native mode,
|
| HD | terminfo.src | 7056 # 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/ |
| HD | ChangeLog | 936 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/ |
| HD | omap3xxx-clocks.dtsi | 288 emu_src_mux_ck: clock-emu-src-mux@0 {
|
| HD | dra7xx-clocks.dtsi | 1202 emu_dclk_div: clock-emu-dclk-div@194 {
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| HD | EmulateInstructionRISCV.cpp | 1468 bool FCVT_f2i(T inst, std::optional<E> (Rs::*f)(EmulateInstructionRISCV &emu), in FCVT_f2i() argument
|
| /freebsd-head/contrib/wpa/wpa_supplicant/ |
| HD | ChangeLog | 1539 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/ |
| HD | whatsnew-2.1.txt | 683 Considered Harmful" at http://miller.emu.id.au/pmiller/books/rmch/ for
|
| /freebsd-head/contrib/libevent/ |
| HD | whatsnew-2.1.txt | 683 Considered Harmful" at http://miller.emu.id.au/pmiller/books/rmch/ for
|
| /freebsd-head/contrib/ncurses/ |
| HD | NEWS | 2646 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/ |
| HD | web2a | 19095 emu apple 19096 emu bush 19097 emu grass
|
| HD | web2 | 61420 emu
|