Home
last modified time | relevance | path

Searched refs:clflush (Results 1 – 11 of 11) 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.pl397 &clflush(&DWP(0,$out));
408 &clflush(&DWP(0,$out));
437 &clflush(&DWP(0,$out));
449 &clflush(&DWP(0,$out));
/freebsd/sys/crypto/openssl/i386/
H A Dx86cpuid.S427 clflush (%edi)
438 clflush (%edi)
481 clflush (%edi)
492 clflush (%edi)
1049 clflush (%edi)
1060 clflush (%edi)
1100 clflush (%edi)
1111 clflush (%edi)
/freebsd/sys/crypto/openssl/amd64/
H A Dx86_64cpuid.S359 clflush (%r10)
369 clflush (%r10)
396 clflush (%r10)
406 clflush (%r10)
/freebsd/sys/i386/include/
H A Dcpufunc.h67 clflush(u_long addr) in clflush() function
/freebsd/sys/amd64/include/
H A Dcpufunc.h69 clflush(u_long addr) in clflush() function
/freebsd/sys/i386/i386/
H A Dpmap_base.c377 clflush(sva); in pmap_force_invalidate_cache_range()
H A Dpmap.c5689 clflush(sva); in __CONCAT()
/freebsd/sys/amd64/amd64/
H A Dpmap.c3642 clflush(sva); in pmap_force_invalidate_cache_range()
3686 clflush(daddr); in pmap_invalidate_cache_pages()
11005 clflush(va); in pmap_large_map_flush_range_clflush()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.td236 def clflush : X86Builtin<"void(void const *)">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td3241 "clflush\t$src", [(int_x86_sse2_clflush addr:$src)]>,