/linux-4.4.14/arch/x86/include/asm/ |
D | xor_32.h | 71 kernel_fpu_end(); in xor_pII_mmx_2() 120 kernel_fpu_end(); in xor_pII_mmx_3() 174 kernel_fpu_end(); in xor_pII_mmx_4() 247 kernel_fpu_end(); in xor_pII_mmx_5() 302 kernel_fpu_end(); in xor_p5_mmx_2() 359 kernel_fpu_end(); in xor_p5_mmx_3() 425 kernel_fpu_end(); in xor_p5_mmx_4() 513 kernel_fpu_end(); in xor_p5_mmx_5()
|
D | xor.h | 118 kernel_fpu_end(); in xor_sse_2() 152 kernel_fpu_end(); in xor_sse_2_pf64() 211 kernel_fpu_end(); in xor_sse_3() 248 kernel_fpu_end(); in xor_sse_3_pf64() 314 kernel_fpu_end(); in xor_sse_4() 353 kernel_fpu_end(); in xor_sse_4_pf64() 426 kernel_fpu_end(); in xor_sse_5() 467 kernel_fpu_end(); in xor_sse_5_pf64()
|
D | xor_avx.h | 58 kernel_fpu_end(); in xor_avx_2() 88 kernel_fpu_end(); in xor_avx_3() 121 kernel_fpu_end(); in xor_avx_4() 157 kernel_fpu_end(); in xor_avx_5()
|
D | efi.h | 44 kernel_fpu_end(); \ 54 kernel_fpu_end(); \
|
/linux-4.4.14/arch/x86/lib/ |
D | mmx_32.c | 112 kernel_fpu_end(); in _mmx_memcpy() 155 kernel_fpu_end(); in fast_clear_page() 237 kernel_fpu_end(); in fast_copy_page() 277 kernel_fpu_end(); in fast_clear_page() 328 kernel_fpu_end(); in fast_copy_page()
|
/linux-4.4.14/lib/raid6/ |
D | sse2.c | 88 kernel_fpu_end(); in raid6_sse21_gen_syndrome() 137 kernel_fpu_end(); in raid6_sse21_xor_syndrome() 200 kernel_fpu_end(); in raid6_sse22_gen_syndrome() 267 kernel_fpu_end(); in raid6_sse22_xor_syndrome() 366 kernel_fpu_end(); in raid6_sse24_gen_syndrome() 473 kernel_fpu_end(); in raid6_sse24_xor_syndrome()
|
D | avx2.c | 87 kernel_fpu_end(); in raid6_avx21_gen_syndrome() 149 kernel_fpu_end(); in raid6_avx22_gen_syndrome() 242 kernel_fpu_end(); in raid6_avx24_gen_syndrome()
|
D | mmx.c | 74 kernel_fpu_end(); in raid6_mmx1_gen_syndrome() 133 kernel_fpu_end(); in raid6_mmx2_gen_syndrome()
|
D | sse1.c | 90 kernel_fpu_end(); in raid6_sse11_gen_syndrome() 153 kernel_fpu_end(); in raid6_sse12_gen_syndrome()
|
D | recov_avx2.c | 189 kernel_fpu_end(); in raid6_2data_recov_avx2() 306 kernel_fpu_end(); in raid6_datap_recov_avx2()
|
D | recov_ssse3.c | 193 kernel_fpu_end(); in raid6_2data_recov_ssse3() 321 kernel_fpu_end(); in raid6_datap_recov_ssse3()
|
D | x86.h | 34 static inline void kernel_fpu_end(void) in kernel_fpu_end() function
|
/linux-4.4.14/arch/x86/crypto/ |
D | crct10dif-pclmul_glue.c | 65 kernel_fpu_end(); in chksum_update() 85 kernel_fpu_end(); in __chksum_finup()
|
D | aesni-intel_glue.c | 322 kernel_fpu_end(); in aes_set_key_common() 343 kernel_fpu_end(); in aes_encrypt() 356 kernel_fpu_end(); in aes_decrypt() 393 kernel_fpu_end(); in ecb_encrypt() 417 kernel_fpu_end(); in ecb_decrypt() 441 kernel_fpu_end(); in cbc_encrypt() 465 kernel_fpu_end(); in cbc_decrypt() 528 kernel_fpu_end(); in ctr_crypt() 609 kernel_fpu_end(); in lrw_encrypt() 633 kernel_fpu_end(); in lrw_decrypt() [all …]
|
D | fpu.c | 58 kernel_fpu_end(); in crypto_fpu_encrypt() 77 kernel_fpu_end(); in crypto_fpu_decrypt()
|
D | crc32c-intel_glue.c | 196 kernel_fpu_end(); in crc32c_pcl_intel_update() 208 kernel_fpu_end(); in __crc32c_pcl_intel_finup()
|
D | sha512_ssse3_glue.c | 62 kernel_fpu_end(); in sha512_update() 78 kernel_fpu_end(); in sha512_finup()
|
D | sha1_ssse3_glue.c | 52 kernel_fpu_end(); in sha1_update() 68 kernel_fpu_end(); in sha1_finup()
|
D | sha256_ssse3_glue.c | 62 kernel_fpu_end(); in sha256_update() 78 kernel_fpu_end(); in sha256_finup()
|
D | ghash-clmulni-intel_glue.c | 103 kernel_fpu_end(); in ghash_update() 128 kernel_fpu_end(); in ghash_flush()
|
D | chacha20_glue.c | 98 kernel_fpu_end(); in chacha20_simd()
|
D | crc32-pclmul_glue.c | 74 kernel_fpu_end(); in crc32_pclmul_le()
|
D | poly1305_glue.c | 152 kernel_fpu_end(); in poly1305_simd_update()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | fpu.h | 9 #define kernel_fpu_end() do { asm volatile("bar":::"memory"); preempt_enable(); } while(0) macro
|
/linux-4.4.14/arch/x86/include/asm/fpu/ |
D | api.h | 26 extern void kernel_fpu_end(void);
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | bugs.c | 53 kernel_fpu_end(); in check_fpu()
|
D | core.c | 145 void kernel_fpu_end(void) in kernel_fpu_end() function 150 EXPORT_SYMBOL_GPL(kernel_fpu_end);
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 404 kernel_fpu_end(); in sha_finish_walk() 525 kernel_fpu_end(); in sha1_mb_update() 588 kernel_fpu_end(); in sha1_mb_finup() 636 kernel_fpu_end(); in sha1_mb_final() 835 kernel_fpu_end(); in sha1_mb_flusher()
|
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 75 kernel_fpu_end(); in glue_fpu_end()
|
/linux-4.4.14/arch/x86/power/ |
D | cpu.c | 131 kernel_fpu_end(); in do_fpu_end()
|
/linux-4.4.14/Documentation/ |
D | preempt-locking.txt | 50 kernel_fpu_begin and kernel_fpu_end will disable and enable preemption.
|