Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 25 of 52) sorted by relevance

123

/src/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c218 if (kp->kp_md.emulate) in kinst_invop()
253 kpmd->emulate = false; in kinst_instr_dissect()
256 kpmd->emulate = true; /* adr/adrp */ in kinst_instr_dissect()
258 kpmd->emulate = true; /* b */ in kinst_instr_dissect()
260 kpmd->emulate = true; /* b.cond */ in kinst_instr_dissect()
262 kpmd->emulate = true; /* bl */ in kinst_instr_dissect()
264 kpmd->emulate = true; /* cbnz/cbz */ in kinst_instr_dissect()
266 kpmd->emulate = true; /* tbnz/tbz */ in kinst_instr_dissect()
268 if (!kpmd->emulate) in kinst_instr_dissect()
H A Dkinst_isa.h23 bool emulate; /* emulate in sw */ member
/src/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c329 if (kp->kp_md.emulate) in kinst_invop()
370 kpmd->emulate = false; in kinst_instr_dissect()
382 kpmd->emulate = true; in kinst_instr_dissect()
393 kpmd->emulate = true; in kinst_instr_dissect()
402 kpmd->emulate = true; /* c.jr/c.jalr */ in kinst_instr_dissect()
407 if (!kpmd->emulate) in kinst_instr_dissect()
H A Dkinst_isa.h28 bool emulate; /* emulate in sw */ member
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td7 Desc<"Architecture to emulate.">;
/src/sys/contrib/device-tree/Bindings/gpio/
H A Dibm,ppc4xx-gpio.txt5 another purpose. GPIO outputs are separately programmable to emulate
/src/sys/arm/arm/
H A Dgeneric_timer.c348 int emulate; in tmr_setup_user_access() local
354 if (TUNABLE_INT_FETCH("hw.emulate_phys_counter", &emulate) && in tmr_setup_user_access()
355 emulate != 0) { in tmr_setup_user_access()
/src/contrib/ntp/util/
H A DREADME40 that emulate WWV or IRIG (-B and -E). tg runs on Solaris.
/src/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-eb.dts40 * Unless specified, QEMU will emulate an ARM926EJ-S core tile.
/src/crypto/openssl/doc/designs/quic-design/
H A Ddgram-api.md35 - For OSes which do not support `sendmmsg`, we emulate it using repeated
36 calls to `sendmsg`. For OSes which do not support `sendmsg`, we emulate it
65 - The only way we could emulate iovecs on platforms which don't support
273 - Provide these functions and emulate the functionality:
288 pitfall of buffer copying to emulate iovec support. There is a fair risk
/src/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst148 In general, where possible, the WebAssembly linker attempts to emulate the
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc270 "TEST ONLY fail to read memory mappings to emulate sanitized "
/src/contrib/libcbor/
H A DCHANGELOG.md68 …- If you have previously relied on the broken behavior, you can use `cbor_move` to emulate as long…
/src/crypto/heimdal/kadmin/
H A DChangeLog719 this to emulate anonymous unions
721 this to emulate anonymous unions
/src/contrib/byacc/
H A Dconfigure26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27 emulate sh
7763 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7764 emulate sh
/src/contrib/bmake/
H A Dconfigure20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22 emulate sh
7472 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
7474 emulate sh
/src/contrib/tcpdump/
H A Dconfigure19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 emulate sh
9910 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
9912 emulate sh
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td537 /// since M68k does not have those we need to emulate. These instructions
/src/crypto/openssl/doc/man1/
H A Dopenssl.pod254 facility to emulate an SSL/TLS-aware webserver.
/src/contrib/libpcap/
H A Dconfigure19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 emulate sh
14105 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
14107 emulate sh
/src/crypto/heimdal/
H A Dltmain.sh87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
88 emulate sh
/src/contrib/libarchive/
H A DNEWS214 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
/src/contrib/openbsm/
H A Dconfigure19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
14469 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14470 emulate sh
/src/contrib/libevent/build-aux/
H A Dltmain.sh109 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
110 emulate sh
/src/contrib/openbsm/config/
H A Dltmain.sh118 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
119 emulate sh

123