Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.c364 clflushopt(sva); in pmap_force_invalidate_cache_range()
H A Dpmap.c5587 clflushopt(sva); in __CONCAT()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcpu.h199 B(clflushopt, 23)
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcpu.h197 B(clflushopt, 23)
/freebsd-14.2/sys/i386/include/
H A Dcpufunc.h83 clflushopt(u_long addr) in clflushopt() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def186 X86_FEATURE (CLFLUSHOPT, "clflushopt")
/freebsd-14.2/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()
10971 clflushopt(va); in pmap_large_map_flush_range_clflushopt()
/freebsd-14.2/sys/amd64/include/
H A Dcpufunc.h80 clflushopt(u_long addr) in clflushopt() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td300 def FeatureCLFLUSHOPT : SubtargetFeature<"clflushopt", "HasCLFLUSHOPT", "true",
H A DX86InstrMisc.td1707 "clflushopt\t$src", [(int_x86_clflushopt addr:$src)]>, TB, PD;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def672 TARGET_BUILTIN(__builtin_ia32_clflushopt, "vvC*", "n", "clflushopt")
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5962 def mno_clflushopt : Flag<["-"], "mno-clflushopt">, Group<m_x86_Features_Group>;