Home
last modified time | relevance | path

Searched refs:FASTEST (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dxor.h846 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument
847 (implver() == IMPLVER_EV6 ? &xor_block_alpha_prefetch : FASTEST)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dxor_avx.h168 #define AVX_SELECT(FASTEST) \ argument
169 (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE) ? &xor_block_avx : FASTEST)
H A Dxor.h485 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument
486 AVX_SELECT(FASTEST)
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dxor.h19 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_xc) argument
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c79 #ifndef FASTEST
125 #ifdef FASTEST
177 #ifdef FASTEST
243 #ifdef FASTEST
424 #ifdef FASTEST
1040 #ifndef FASTEST
1047 #ifndef FASTEST
1351 #ifndef FASTEST
1569 #ifndef FASTEST
1608 #ifndef FASTEST
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dxor_64.h57 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument