Home
last modified time | relevance | path

Searched refs:kernel_fpu_begin (Results 1 – 21 of 21) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dkfpu.c38 void kernel_fpu_begin(void) in kernel_fpu_begin() function
67 EXPORT_SYMBOL_GPL(kernel_fpu_begin);
/linux/lib/crypto/x86/
H A Dsha1.h19 kernel_fpu_begin(); \
39 kernel_fpu_begin(); in sha1_blocks_avx2()
H A Dchacha.h133 kernel_fpu_begin(); in hchacha_block_arch()
149 kernel_fpu_begin(); in chacha_crypt_arch()
H A Dsha512.h19 kernel_fpu_begin(); \
H A Dblake2s.h37 kernel_fpu_begin(); in blake2s_compress()
H A Dpoly1305.h120 kernel_fpu_begin(); in poly1305_blocks()
/linux/arch/arm64/include/asm/
H A Dfpu.h14 static inline void kernel_fpu_begin(void) in kernel_fpu_begin() function
/linux/arch/x86/kernel/fpu/
H A Dbugs.c36 kernel_fpu_begin(); in fpu__init_check_bugs()
/linux/lib/
H A Dtest_fpu_glue.c28 kernel_fpu_begin(); in test_fpu_get()
H A Dtest_fpu.c
/linux/lib/crypto/s390/
H A Dchacha.h29 kernel_fpu_begin(&vxstate, KERNEL_VXR); in chacha_crypt_arch()
/linux/lib/crc/x86/
H A Dcrc-pclmul-template.h63 kernel_fpu_begin(); \
H A Dcrc32.h70 kernel_fpu_begin(); in crc32c_arch()
/linux/lib/crc/s390/
H A Dcrc32.h45 kernel_fpu_begin(&vxstate, KERNEL_VXR_LOW); \
/linux/arch/x86/crypto/
H A Daria_aesni_avx2_glue.c102 kernel_fpu_begin(); in aria_avx2_ctr_encrypt()
113 kernel_fpu_begin(); in aria_avx2_ctr_encrypt()
H A Decb_cbc_helpers.h27 if (do_fpu) kernel_fpu_begin()
H A Daria_aesni_avx_glue.c100 kernel_fpu_begin(); in aria_avx_ctr_encrypt()
/linux/arch/s390/lib/
H A Dcsum-partial.c28 kernel_fpu_begin(&vxstate, KERNEL_VXR_V16V23); in csum_copy()
/linux/arch/loongarch/include/asm/
H A Dfpu.h26 void kernel_fpu_begin(void);
/linux/arch/x86/power/
H A Dcpu.c86 kernel_fpu_begin(); in __save_processor_state()
/linux/Documentation/locking/
H A Dpreempt-locking.rst54 kernel_fpu_begin and kernel_fpu_end will disable and enable preemption.