HomeSort by relevance Sort by last modified time
    Searched full:clflush (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/stressapptest/src/
os.h 125 // Put mfence before and after clflush to make sure:
126 // 1. The write before the clflush is committed to memory bus;
127 // 2. The read after the clflush is hitting the memory bus.
130 // CLFLUSH is only ordered by the MFENCE instruction. It is not guaranteed
131 // to be ordered by any other fencing, serializing or other CLFLUSH
135 asm volatile("clflush (%0)" :: "r" (vaddr));
271 bool has_clflush_; // Do we have clflush instructions?
  /external/elfutils/backends/
i386_auxv.c 43 "pat\0" "pse36\0" "pn\0" "clflush\0" "20\0" "dts\0" "acpi\0" "mmx\0"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
queue.cpp 96 clFlush(cl_command_queue q) {
  /external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp 96 clFlush(cl_command_queue q) {
  /external/kernel-headers/original/asm-x86/
system_32.h 164 static inline void clflush(volatile void *__p) function
166 asm volatile("clflush %0" : "+m" (*(char __force *)__p));
cpufeature_32.h 36 #define X86_FEATURE_CLFLSH (0*32+19) /* Supports the CLFLUSH instruction */
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86nasm.pl 22 elsif ($opcode eq "clflush" && $#_==0)
x86gas.pl 48 elsif ($#_==1 && $opcode =~ m/^(call|clflush|j|loop|set)/o)
  /external/openssl/crypto/perlasm/
x86nasm.pl 22 elsif ($opcode eq "clflush" && $#_==0)
x86gas.pl 48 elsif ($#_==1 && $opcode =~ m/^(call|clflush|j|loop|set)/o)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 587 .ascii "flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx est cid cx16 xtpr pdcm lahf_lm tpr_shadow\n"
589 .ascii "clflush size : 64\n"
612 .ascii "flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx est cid cx16 xtpr pdcm lahf_lm tpr_shadow\n"
614 .ascii "clflush size : 64\n"
  /external/chromium/base/
atomicops_internals_x86_gcc.h 219 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/chromium_org/base/
atomicops_internals_x86_gcc.h 222 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 245 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/chromium_org/v8/src/
atomicops_internals_x86_gcc.h 241 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/v8/src/
atomicops_internals_x86_gcc.h 241 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/valgrind/main/VEX/pub/
libvex_guest_mips32.h 135 /* For clflush: record start and length of area to invalidate */
libvex_guest_arm.h 98 /* For clflush: record start and length of area to invalidate */
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 99 vx1533 vx1590 118239 amd64: 0xF 0xAE 0x3F (clflush)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_queryobj.c 119 * we're writing to it. The usual clflush should be all that's required
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.h 262 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.h 262 // x86 stores/loads fail to act as barriers for a few instructions (clflush
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 119 * we're writing to it. The usual clflush should be all that's required
  /external/oprofile/events/x86-64/family11h/
events 76 event:0x26 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CFLUSH : Retired CLFLUSH instructions
  /external/oprofile/events/x86-64/hammer/
events 34 event:0x26 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CLFLUSH_INSTRUCTIONS : Retired CLFLUSH instructions

Completed in 1767 milliseconds

1 2 3