HomeSort by relevance Sort by last modified time
    Searched refs:MemoryFence (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86MemoryFence.c 34 MemoryFence (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
X86MemoryFence.c 2 IA-32/x64 MemoryFence().
27 MemoryFence (
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Atomic.h 23 // Windows will at times define MemoryFence.
24 #ifdef MemoryFence
25 #undef MemoryFence
30 void MemoryFence();
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLib.c 92 MemoryFence ();
94 MemoryFence ();
121 MemoryFence ();
123 MemoryFence ();
153 MemoryFence ();
155 MemoryFence ();
185 MemoryFence ();
187 MemoryFence ();
217 MemoryFence ();
219 MemoryFence ();
    [all...]
IoLibIpf.c 278 MemoryFence ();
280 MemoryFence ();
315 MemoryFence ();
317 MemoryFence ();
352 MemoryFence ();
354 MemoryFence ();
389 MemoryFence ();
391 MemoryFence ();
421 MemoryFence ();
423 MemoryFence ();
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
XenPvBlkDxe.h 21 #define xen_mb() MemoryFence()
22 #define xen_rmb() MemoryFence()
23 #define xen_wmb() MemoryFence()
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/
IoLibIpf.c 281 MemoryFence ();
283 MemoryFence ();
310 MemoryFence ();
312 MemoryFence ();
339 MemoryFence ();
341 MemoryFence ();
368 MemoryFence ();
370 MemoryFence ();
398 MemoryFence ();
400 MemoryFence ();
    [all...]
  /external/llvm/include/llvm/Support/
Atomic.h 25 void MemoryFence();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Atomic.h 25 void MemoryFence();
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
MemoryFence.S 3 # MemoryFence() for AArch64
20 GCC_ASM_EXPORT(MemoryFence)
32 #MemoryFence (
36 ASM_PFX(MemoryFence):
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
MemoryFence.S 3 # MemoryFence() for AArch64
20 GCC_ASM_EXPORT(MemoryFence)
32 #MemoryFence (
36 ASM_PFX(MemoryFence):
MemoryFence.asm 3 ; MemoryFence() for AArch64
17 EXPORT MemoryFence
30 ;MemoryFence (
34 MemoryFence FUNCTION
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AsmCpuMisc.s 29 .proc MemoryFence
30 .type MemoryFence, @function
32 MemoryFence::
44 .endp MemoryFence
CpuBreakpoint.c 43 MemoryFence (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
CpuBreakpoint.c 48 MemoryFence (
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ManagedStatic.h 66 if (llvm_is_multithreaded()) sys::MemoryFence();
73 if (llvm_is_multithreaded()) sys::MemoryFence();
80 if (llvm_is_multithreaded()) sys::MemoryFence();
87 if (llvm_is_multithreaded()) sys::MemoryFence();
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
Events.c 62 MemoryFence ();
64 MemoryFence ();
  /external/llvm/lib/Support/
Atomic.cpp 22 #undef MemoryFence
29 void sys::MemoryFence() {

Completed in 1267 milliseconds

1 2 3 4