HomeSort by: relevance | last modified time | path
    Searched refs:x86_lfence (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/common/include/asm/
barrier.h 67 #define rmb() x86_lfence()
  /src/sys/arch/i386/i386/
cpufunc.S 52 ENTRY(x86_lfence) function
56 END(x86_lfence)
  /src/sys/arch/amd64/amd64/
cpufunc.S 49 ENTRY(x86_lfence) function
52 END(x86_lfence)
  /src/sys/arch/x86/include/
cpufunc.h 56 void x86_lfence(void);
  /src/sys/external/bsd/ena-com/
ena_plat.h 387 #define rmb() x86_lfence()
  /src/sys/arch/x86/x86/
bus_space.c 915 x86_lfence();
bus_dma.c 849 x86_lfence();

Completed in 15 milliseconds