Searched refs:sfence (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | support.S | 59 sfence 484 sfence 515 sfence 546 sfence
|
H A D | pmap_base.c | 360 sfence(); in pmap_force_invalidate_cache_range() 363 sfence(); in pmap_force_invalidate_cache_range()
|
H A D | pmap.c | 5675 * Use mfence or sfence despite the ordering implied by in __CONCAT() 5681 sfence(); in __CONCAT() 5691 sfence(); in __CONCAT()
|
/freebsd/sys/riscv/riscv/ |
H A D | locore.S | 219 sfence.vma 374 sfence.vma
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memset-slm.S | 146 sfence
|
H A D | avx2-memset-kbl.S | 157 sfence
|
H A D | sse2-memmove-slm.S | 496 sfence 513 sfence
|
/freebsd/sys/amd64/amd64/ |
H A D | support.S | 1848 sfence 1888 sfence 1928 sfence
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 256 sfence(void) in sfence() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 804 def SFENCE_W_INVAL : Priv<"sfence.w.inval", 0b0001100>, Sched<[]> { 810 def SFENCE_INVAL_IR : Priv<"sfence.inval.ir", 0b0001100>, Sched<[]> { 820 def SFENCE_VMA : Priv_rr<"sfence.vma", 0b0001001>, Sched<[]>; 986 def : InstAlias<"sfence.vma", (SFENCE_VMA X0, X0)>; 987 def : InstAlias<"sfence.vma $rs", (SFENCE_VMA GPR:$rs, X0)>;
|
H A D | RISCVInstrInfoXTHead.td | 725 def TH_SFENCE_VMAS : THCacheInst_rr<0b0000010, "th.sfence.vmas">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSSE.td | 3254 // TODO: As with mfence, we may want to ease the availability of sfence/lfence 3256 def SFENCE : I<0xAE, MRM7X, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,
|