Home
last modified time | relevance | path

Searched refs:kernel_fpu_end (Results 1 – 22 of 22) sorted by relevance

/linux/arch/x86/crypto/
H A Decb_cbc_helpers.h41 kernel_fpu_end(); \
64 kernel_fpu_end(); \
79 if (do_fpu) kernel_fpu_end(); \
H A Daria_aesni_avx2_glue.c106 kernel_fpu_end(); in aria_avx2_ctr_encrypt()
117 kernel_fpu_end(); in aria_avx2_ctr_encrypt()
H A Daria_aesni_avx_glue.c104 kernel_fpu_end(); in aria_avx_ctr_encrypt()
/linux/arch/loongarch/kernel/
H A Dkfpu.c69 void kernel_fpu_end(void) in kernel_fpu_end() function
97 EXPORT_SYMBOL_GPL(kernel_fpu_end);
/linux/lib/crypto/x86/
H A Dsha1.h21 kernel_fpu_end(); \
45 kernel_fpu_end(); in sha1_blocks_avx2()
H A Dchacha.h135 kernel_fpu_end(); in hchacha_block_arch()
151 kernel_fpu_end(); in chacha_crypt_arch()
H A Dsha512.h21 kernel_fpu_end(); \
H A Dblake2s.h42 kernel_fpu_end(); in blake2s_compress()
H A Dpoly1305.h127 kernel_fpu_end(); in poly1305_blocks()
/linux/arch/arm64/include/asm/
H A Dfpu.h21 static inline void kernel_fpu_end(void) in kernel_fpu_end() function
/linux/arch/x86/kernel/fpu/
H A Dbugs.c56 kernel_fpu_end(); in fpu__init_check_bugs()
/linux/lib/
H A Dtest_fpu_glue.c30 kernel_fpu_end(); in test_fpu_get()
H A Dtest_fpu.c
/linux/lib/crypto/s390/
H A Dchacha.h31 kernel_fpu_end(&vxstate, KERNEL_VXR); in chacha_crypt_arch()
/linux/lib/crc/x86/
H A Dcrc-pclmul-template.h66 kernel_fpu_end(); \
H A Dcrc32.h76 kernel_fpu_end(); in crc32c_arch()
/linux/lib/crc/s390/
H A Dcrc32.h47 kernel_fpu_end(&vxstate, KERNEL_VXR_LOW); \
/linux/arch/s390/lib/
H A Dcsum-partial.c77 kernel_fpu_end(&vxstate, KERNEL_VXR_V16V23); in csum_copy()
/linux/arch/loongarch/include/asm/
H A Dfpu.h27 void kernel_fpu_end(void);
/linux/arch/x86/power/
H A Dcpu.c149 kernel_fpu_end(); in do_fpu_end()
/linux/arch/x86/include/asm/
H A Defi.h89 kernel_fpu_end(); in efi_fpu_end()
/linux/Documentation/locking/
H A Dpreempt-locking.rst54 kernel_fpu_begin and kernel_fpu_end will disable and enable preemption.