Lines Matching full:memory
35 : "=&r"(old) : "r"(1), "r"(lock) : "cr0", "memory"); in spin_lock()
42 : "+m"(*lock) : "r"(0) : "memory"); in spin_unlock()
67 : "=&r"(old) : "r"(1), "r"(var) : "cr0", "memory"); in test_lwarx_stwcx()
78 : "r"(1), "r"(var) : "cr0", "memory"); in test_lwarx_stwcx()
90 : "r"(1), "r"(2), "r"(var) : "cr0", "memory"); in test_lwarx_stwcx()
122 : "cr0", "memory"); in test_lwarx_stwcx()
172 : "cr0", "memory"); in test_lqarx_stqcx()
189 : "cr0", "memory"); in test_lqarx_stqcx()
206 : "cr0", "memory"); in test_lqarx_stqcx()
226 asm volatile ("lwarx %0,0,%1" : "=&r"(old) : "r"(var) : "memory"); in test_migrate_reserve()
228 asm volatile ("stwcx. %0,0,%1" : : "r"(0xf00d), "r"(var) : "cr0", "memory"); in test_migrate_reserve()