Searched refs:clflushopt (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | page.h | 108 #undef clflushopt 113 clflushopt(addr); in lkpi_clflushopt() 120 #define clflushopt(x) lkpi_clflushopt((unsigned long)(x)) macro
|
| /freebsd/sys/i386/i386/ |
| H A D | support.S | 480 2: clflushopt 5376(%edi, %eax, 8) 511 2: clflushopt 5376(%edi, %eax, 8) 542 2: clflushopt 5376(%edi, %eax, 8)
|
| H A D | pmap_base.c | 368 clflushopt(sva); in pmap_force_invalidate_cache_range()
|
| H A D | pmap.c | 5687 clflushopt(sva); in __CONCAT()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | cpu.h | 234 B(clflushopt, 23)
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | cpu.h | 233 B(clflushopt, 23)
|
| /freebsd/sys/i386/include/ |
| H A D | cpufunc.h | 74 clflushopt(u_long addr) in clflushopt() function
|
| /freebsd/sys/amd64/amd64/ |
| H A D | support.S | 1847 2: clflushopt 5376(%rdi, %rax, 8) 1887 2: clflushopt 5376(%rdi, %rax, 8) 1927 2: clflushopt 5376(%rdi, %rax, 8)
|
| H A D | pmap.c | 3633 clflushopt(sva); in pmap_force_invalidate_cache_range() 3684 clflushopt(daddr); in pmap_invalidate_cache_pages() 10996 clflushopt(va); in pmap_large_map_flush_range_clflushopt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 191 X86_FEATURE_COMPAT(CLFLUSHOPT, "clflushopt", 0)
|
| /freebsd/sys/amd64/include/ |
| H A D | cpufunc.h | 76 clflushopt(u_long addr) in clflushopt() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 296 def FeatureCLFLUSHOPT : SubtargetFeature<"clflushopt", "HasCLFLUSHOPT", "true",
|
| H A D | X86InstrMisc.td | 1721 "clflushopt\t$src", [(int_x86_clflushopt addr:$src)]>, TB, PD;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsX86.td | 817 let Features = "clflushopt", Attributes = [NoThrow] in { 818 def clflushopt : X86Builtin<"void(void const *)">;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6664 def mno_clflushopt : Flag<["-"], "mno-clflushopt">, Group<m_x86_Features_Group>;
|