Home
last modified time | relevance | path

Searched refs:clflush (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h107 #undef clflush
115 clflush(addr); in lkpi_clflushopt()
119 #define clflush(x) clflush((unsigned long)(x)) macro
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl373 &clflush(&DWP(0,$out));
384 &clflush(&DWP(0,$out));
413 &clflush(&DWP(0,$out));
425 &clflush(&DWP(0,$out));
/freebsd/sys/crypto/openssl/i386/
H A Dx86cpuid.S408 clflush (%edi)
419 clflush (%edi)
462 clflush (%edi)
473 clflush (%edi)
1011 clflush (%edi)
1022 clflush (%edi)
1062 clflush (%edi)
1073 clflush (%edi)
/freebsd/sys/crypto/openssl/amd64/
H A Dx86_64cpuid.S333 clflush (%r10)
343 clflush (%r10)
370 clflush (%r10)
380 clflush (%r10)
/freebsd/sys/i386/i386/
H A Dpmap_base.c371 clflush(sva); in pmap_force_invalidate_cache_range()
H A Dpmap.c5676 * mtx_{un,}lock() because clflush on non-Intel CPUs in __CONCAT()
5688 clflush(sva); in __CONCAT()
/freebsd/sys/amd64/include/
H A Dcpufunc.h69 clflush(u_long addr) in clflush() function
/freebsd/sys/amd64/amd64/
H A Dpmap.c3736 clflush(sva); in pmap_force_invalidate_cache_range()
3780 clflush(daddr); in pmap_invalidate_cache_pages()
11003 clflush(va); in pmap_large_map_flush_range_clflush()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td3241 "clflush\t$src", [(int_x86_sse2_clflush addr:$src)]>,