Home
last modified time | relevance | path

Searched refs:clflushopt (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h108 #undef clflushopt
113 clflushopt(addr); in lkpi_clflushopt()
120 #define clflushopt(x) lkpi_clflushopt((unsigned long)(x)) macro
/freebsd/sys/i386/i386/
H A Dsupport.S480 2: clflushopt 5376(%edi, %eax, 8)
511 2: clflushopt 5376(%edi, %eax, 8)
542 2: clflushopt 5376(%edi, %eax, 8)
H A Dpmap_base.c362 clflushopt(sva); in pmap_force_invalidate_cache_range()
H A Dpmap.c5677 clflushopt(sva); in __CONCAT()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcpu.h199 B(clflushopt, 23)
/freebsd/sys/contrib/zstd/lib/common/
H A Dcpu.h197 B(clflushopt, 23)
/freebsd/sys/amd64/amd64/
H A Dsupport.S1844 2: clflushopt 5376(%rdi, %rax, 8)
1884 2: clflushopt 5376(%rdi, %rax, 8)
1924 2: clflushopt 5376(%rdi, %rax, 8)
H A Dpmap.c3727 clflushopt(sva); in pmap_force_invalidate_cache_range()
3778 clflushopt(daddr); in pmap_invalidate_cache_pages()
10994 clflushopt(va); in pmap_large_map_flush_range_clflushopt()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def190 X86_FEATURE_COMPAT(CLFLUSHOPT, "clflushopt", 0)
/freebsd/sys/amd64/include/
H A Dcpufunc.h76 clflushopt(u_long addr) in clflushopt() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td285 def FeatureCLFLUSHOPT : SubtargetFeature<"clflushopt", "HasCLFLUSHOPT", "true",
H A DX86InstrMisc.td1723 "clflushopt\t$src", [(int_x86_clflushopt addr:$src)]>, TB, PD;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def635 TARGET_BUILTIN(__builtin_ia32_clflushopt, "vvC*", "n", "clflushopt")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6256 def mno_clflushopt : Flag<["-"], "mno-clflushopt">, Group<m_x86_Features_Group>;