Home
last modified time | relevance | path

Searched full:vectored (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp189 // 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 Darm,vic.txt1 * ARM Vectored Interrupt Controller
3 One or more Vectored Interrupt Controllers (VIC's) can be connected in an ARM
H A Darm,vic.yaml7 title: ARM Vectored Interrupt Controller
13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
H A Daspeed,ast2400-vic.txt1 Aspeed Vectored Interrupt Controller
H A Daspeed,ast2400-vic.yaml7 title: Aspeed Vectored Interrupt Controller
H A Datmel,aic.yaml15 maskable, vectored interrupt controller providing handling of up to one
H A Dmicrochip,pic32-evic.txt4 The Microchip PIC32 contains an Enhanced Vectored Interrupt Controller (EVIC).
/freebsd/tests/sys/aio/
H A Daio_test.c326 * 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 Dextensions.yaml430 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 Daspeed,ast2400-cvic.yaml7 title: Aspeed Coprocessor Vectored Interrupt Controller
/freebsd/sys/sys/
H A Daio.h153 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 Ddtrace.h567 * 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 Ddt_impl.h237 const dtrace_vector_t *dt_vector; /* library vector, if vectored open */
238 void *dt_varg; /* vector argument, if vectored open */
H A Ddt_consume.c2034 * 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 Ddt_aggregate.c398 * vectored open, and it doesn't seem to be worth defining in dt_aggregate_mod()
/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h95 * Vectored send, receive, and RDMA operations.
/freebsd/contrib/sendmail/libsm/
H A Dfindfp.c279 ** - when vectored setinfo returns -1
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def149 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 DCompiler.h371 // results in a call to vectored exception handlers, and encodes to a short
H A DCommandLine.h784 // vectored to us.
/freebsd/sys/x86/x86/
H A Dmptable.c868 "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 DFormatToken.h1251 kw_vectored = &IdentTable.get("vectored"); in AdditionalKeywords()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2687 * See "Information for VM Exits Due to Vectored Events". in vmx_exit_process()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7995 * The vectored functions can use fnvlist_lookup_{type} for any in zfsdev_ioctl_common()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td2334 Otherwise, for use with vectored interrupt mode, the argument passed should be

12