/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 189 // better than VEH. Vectored exception handling catches all exceptions happening 246 // -fms-extensions. Use vectored exception handling (VEH). 248 // On Windows, we can make use of vectored exception handling to catch most 255 // Vectored works on a per-thread basis, which is an advantage over 260 // The vectored exception handler functionality was added in Windows 313 // We can set up vectored exception handling now. We will install our in installExceptionOrSignalHandlers() 324 // Now we can remove the vectored exception handler from the chain in uninstallExceptionOrSignalHandlers()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,vic.txt | 1 * ARM Vectored Interrupt Controller 3 One or more Vectored Interrupt Controllers (VIC's) can be connected in an ARM
|
H A D | arm,vic.yaml | 7 title: ARM Vectored Interrupt Controller 13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
|
H A D | aspeed,ast2400-vic.txt | 1 Aspeed Vectored Interrupt Controller
|
H A D | aspeed,ast2400-vic.yaml | 7 title: Aspeed Vectored Interrupt Controller
|
H A D | atmel,aic.yaml | 15 maskable, vectored interrupt controller providing handling of up to one
|
H A D | microchip,pic32-evic.txt | 4 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
|
/freebsd/tests/sys/aio/ |
H A D | aio_test.c | 326 * Perform a vectored I/O test of our initialized data buffer to the provided 450 aio_file_test(completion comp, struct sigevent *sev, bool vectored) in aio_file_test() argument 462 if (vectored) { in aio_file_test() 585 aio_unix_socketpair_test(completion comp, struct sigevent *sev, bool vectored) in aio_unix_socketpair_test() argument 599 if (vectored) { in aio_unix_socketpair_test() 862 aio_md_test(completion comp, struct sigevent *sev, bool vectored) in aio_md_test() argument 869 if (vectored) { in aio_md_test() 1180 aio_socket_blocking_short_write_test(bool vectored) in aio_socket_blocking_short_write_test() argument 1223 if (vectored) { in aio_socket_blocking_short_write_test() 1264 * completed vectored sends can be retried correctly. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | extensions.yaml | 430 The standard Zvbb extension for vectored basic bit-manipulation 436 The standard Zvbc extension for vectored carryless multiplication 472 The standard Zvfh extension for vectored half-precision 478 The standard Zvfhmin extension for vectored minimal half-precision
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | aspeed,ast2400-cvic.yaml | 7 title: Aspeed Coprocessor Vectored Interrupt Controller
|
/freebsd/sys/sys/ |
H A D | aio.h | 153 struct uio uio; /* (*) storage for non-vectored uio */ 154 struct iovec iov[1]; /* (*) storage for non-vectored uio */
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dtrace.h | 567 * this communication may be vectored elsewhere. Consumers who wish to 568 * perform a vectored open must fill in the vector, and use the dtrace_vopen()
|
H A D | dt_impl.h | 237 const dtrace_vector_t *dt_vector; /* library vector, if vectored open */ 238 void *dt_varg; /* vector argument, if vectored open */
|
H A D | dt_consume.c | 2034 * printing raw addresses in the vectored case. in dt_format_umod() 2075 * printing raw addresses in the vectored case. in dt_print_umod()
|
H A D | dt_aggregate.c | 398 * vectored open, and it doesn't seem to be worth defining in dt_aggregate_mod()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 95 * Vectored send, receive, and RDMA operations.
|
/freebsd/contrib/sendmail/libsm/ |
H A D | findfp.c | 279 ** - when vectored setinfo returns -1
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 149 PPC_LNX_FEATURE("scv","Kernel supports system call vectored",PPCF_SCV,0x00100000,PPC_FAWORD_HWCAP2)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 371 // results in a call to vectored exception handlers, and encodes to a short
|
H A D | CommandLine.h | 784 // vectored to us.
|
/freebsd/sys/x86/x86/ |
H A D | mptable.c | 868 "MPTable: Ignoring vectored local interrupt for LINTIN%d vector %d\n", in mptable_parse_local_int()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1251 kw_vectored = &IdentTable.get("vectored"); in AdditionalKeywords()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2687 * See "Information for VM Exits Due to Vectored Events". in vmx_exit_process()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 7995 * The vectored functions can use fnvlist_lookup_{type} for any in zfsdev_ioctl_common()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 2334 Otherwise, for use with vectored interrupt mode, the argument passed should be
|