Home
last modified time | relevance | path

Searched full:vectorized (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dloongson,htvec.yaml14 receiving vectorized interrupts from PCH's interrupt controller.
Dloongson,pch-pic.yaml14 transforming interrupts from on-chip devices into HyperTransport vectorized
Dloongson,pch-msi.yaml14 transforming interrupts from PCIe MSI into HyperTransport vectorized
/linux-6.12.1/include/uapi/linux/
Dfutex.h83 * struct futex_waitv - A waiter for vectorized wait
/linux-6.12.1/arch/x86/crypto/
Daes-gcm-avx10-x86_64.S461 // operations are vectorized operations on vectors of 16-byte blocks. E.g.,
462 // with VL=32 there are 2 blocks per vector and the vectorized terms correspond
463 // to the following non-vectorized terms:
473 // - Do vectorized "schoolbook" multiplications to compute the intermediate
478 // - Do a vectorized reduction of these 256-bit intermediate values to
Dsha1_ssse3_asm.S8 * This work was inspired by the vectorized implementation of Dean Gaudet.
/linux-6.12.1/arch/riscv/
DKconfig603 int "Threshold size for vectorized user copies"
607 Prefer using vectorized copy_to_user()/copy_from_user() when the
/linux-6.12.1/arch/arm/crypto/
Dsha512-armv4.pl557 # 2x-vectorized, therefore runs every 2nd round
621 vadd.i64 q8,q12 @ vectorized accumulate
/linux-6.12.1/drivers/target/
Dtarget_core_file.c594 * Call vectorized fileio functions to map struct scatterlist in fd_execute_rw_buffered()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst5375 Vectorized Scrub
5379 earlier was a catalyst for enabling a vectorized scrub system call.
5385 With vectorized scrub, userspace pushes to the kernel the identity of a
5397 `kernel vectorized scrub
5398 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=vectorized-scrub>`_
5400 `userspace vectorized scrub
5401 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=vectorized-scrub>`_