/freebsd/sys/cddl/dev/kinst/aarch64/ |
H A D | kinst_isa.c | 218 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 D | kinst_isa.h | 23 bool emulate; /* emulate in sw */ member
|
/freebsd/sys/cddl/dev/kinst/riscv/ |
H A D | kinst_isa.c | 329 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 D | kinst_isa.h | 28 bool emulate; /* emulate in sw */ member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 7 Desc<"Architecture to emulate.">;
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | ibm,ppc4xx-gpio.txt | 5 another purpose. GPIO outputs are separately programmable to emulate
|
/freebsd/sys/arm/arm/ |
H A D | generic_timer.c | 321 int emulate; in tmr_setup_user_access() local 327 if (TUNABLE_INT_FETCH("hw.emulate_phys_counter", &emulate) && in tmr_setup_user_access() 328 emulate != 0) { in tmr_setup_user_access()
|
/freebsd/contrib/ntp/util/ |
H A D | README | 40 that emulate WWV or IRIG (-B and -E). tg runs on Solaris.
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | arm-realview-eb.dts | 40 * Unless specified, QEMU will emulate an ARM926EJ-S core tile.
|
/freebsd/contrib/libcbor/ |
H A D | CHANGELOG.md | 68 - If you have previously relied on the broken behavior, you can use `cbor_move` to emulate as long as the returned handle is an "rvalue"
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | WebAssembly.rst | 148 In general, where possible, the WebAssembly linker attempts to emulate the
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 270 "TEST ONLY fail to read memory mappings to emulate sanitized "
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 719 this to emulate anonymous unions 721 this to emulate anonymous unions
|
/freebsd/contrib/bmake/ |
H A D | configure | 20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 22 emulate sh 7437 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 7439 emulate sh
|
/freebsd/contrib/byacc/ |
H A D | configure | 26 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
|
/freebsd/contrib/tcpdump/ |
H A D | configure | 19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 21 emulate sh 9835 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 9837 emulate sh
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl.pod | 250 facility to emulate an SSL/TLS-aware webserver.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrData.td | 537 /// since M68k does not have those we need to emulate. These instructions
|
/freebsd/contrib/libpcap/ |
H A D | configure | 19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 21 emulate sh 14103 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 14105 emulate sh
|
/freebsd/crypto/heimdal/ |
H A D | ltmain.sh | 87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 88 emulate sh
|
/freebsd/contrib/libarchive/ |
H A D | NEWS | 198 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x
|
/freebsd/contrib/openbsm/ |
H A D | configure | 19 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
|
/freebsd/contrib/sqlite3/ |
H A D | configure | 21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 23 emulate sh 14957 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 14959 emulate sh
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 118 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 119 emulate sh
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 109 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 110 emulate sh
|