HomeSort by relevance Sort by last modified time
    Searched defs:has_amd_lock_mb_bug (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
atomicops_internals_x86_gcc.h 16 bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence member in struct:AtomicOps_x86CPUFeatureStruct
66 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
76 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
190 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
247 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
  /external/v8/src/
atomicops_internals_x86_gcc.h 41 bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence member in struct:v8::internal::AtomicOps_x86CPUFeatureStruct
88 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
98 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
212 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
269 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {

Completed in 110 milliseconds