Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dloongson,htvec.yaml14 receiving vectorized interrupts from PCH's interrupt controller.
H A Dloongson,pch-pic.yaml14 transforming interrupts from on-chip devices into HyperTransport vectorized
H A Dloongson,pch-msi.yaml14 transforming interrupts from PCIe MSI into HyperTransport vectorized
/linux/include/uapi/linux/
H A Dfutex.h83 * struct futex_waitv - A waiter for vectorized wait
/linux/arch/x86/crypto/
H A 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
H A Dsha1_ssse3_asm.S8 * This work was inspired by the vectorized implementation of Dean Gaudet.
/linux/arch/arm/crypto/
H A Dsha512-armv4.pl557 # 2x-vectorized, therefore runs every 2nd round
621 vadd.i64 q8,q12 @ vectorized accumulate
/linux/arch/riscv/
H A DKconfig651 int "Threshold size for vectorized user copies"
655 Prefer using vectorized copy_to_user()/copy_from_user() when the
/linux/drivers/target/
H A Dtarget_core_file.c594 * Call vectorized fileio functions to map struct scatterlist in fd_execute_rw_buffered()