Home
last modified time | relevance | path

Searched full:intercepts (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.h170 * EXITINTINFO, Interrupt exit info for all intercepts.
171 * Section 15.7.2, Intercepts during IDT Interrupt Delivery.
259 uint32_t intercept[5]; /* all intercepts */
H A Dsvm.c1025 * From APMv2, Section "Intercepts during IDT interrupt delivery" in svm_save_intinfo()
1324 * that are due to instruction intercepts as well as MSR and IOIO intercepts
1644 /* Disable PUSHF intercepts - avoid a loop. */ in svm_vmexit()
1663 /* Disable POPF intercepts - avoid a loop*/ in svm_vmexit()
/freebsd/contrib/tcp_wrappers/
H A Dfakelog.c2 * This module intercepts syslog() library calls and redirects their output
H A Drfc931.c5 * used for authentication purposes. This routine intercepts alarm signals.
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h59 INTERCEPT_ONLY_CURRENT_THREAD, // Intercepts only thread local failures.
60 INTERCEPT_ALL_THREADS // Intercepts all failures.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DErrorHandling.h45 * Enable LLVM's built-in stack trace code. This intercepts the OS's crash
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmsi-pic.txt92 intercepts transactions and reroutes them to the true physical address.
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom.h27 * 3.2 has more accurate pcdac intercepts and analog chip
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,mpic-msi.yaml22 intercepts transactions and reroutes them to the true physical address.
/freebsd/contrib/capsicum-test/
H A Dsyscalls.h184 * Linux glibc attempts to be clever and intercepts various uid/gid functions.
/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c5 * Sample implementation of a program which intercepts a TCP connectiona and
/freebsd/contrib/pam-krb5/tests/fakepam/
H A DREADME76 The fakepam library intercepts the PAM functions that would normally
/freebsd/contrib/googletest/docs/
H A Dgmock_faq.md101 intercepts these messages and finds that they don't match any expectations, it
/freebsd/contrib/libpcap/
H A Dpcap-snf.c381 * Our create routine intercepts pcap_create() calls for in snf_findalldevs()
/freebsd/sys/netinet/libalias/
H A Dalias_irc.c30 /* Alias_irc.c intercepts packages contain IRC CTCP commands, and
/freebsd/sys/net80211/
H A Dieee80211_proto.h215 * is xauth; it intercepts requests so that protocols like
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h273 /// ASTImporter that intercepts and records the import process of the
/freebsd/sys/amd64/include/
H A Dvmm.h383 * in Figure 15-1, "EXITINTINFO for All Intercepts", APM, Vol 2.
/freebsd/share/man/man4/
H A Dice.4289 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
/freebsd/sys/kern/
H A Dkern_fork.c1150 * cpu_fork_kthread_handler intercepts this function call to in fork_exit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h710 /// inserted that intercepts all the edges to the headers. All backedges and
/freebsd/contrib/sqlite3/autosetup/
H A Dproj.tcl2101 # for $tgtArrayName(-flag). This function intercepts [return $val]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1181 // Tests that ScopedFakeTestPartResultReporter intercepts test
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc932 // results. Intercepts only failures from the current thread.