Searched defs:has_amd_lock_mb_bug (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Datomicops_internals_x86_gcc.h16 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/
H A Datomicops_internals_x86_gcc.h41 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 123 milliseconds