Home
last modified time | relevance | path

Searched refs:exchanged (Results 1 – 2 of 2) sorted by relevance

/arch/mn10300/
DKconfig.debug97 protocol messages generated exchanged with GDB.
/arch/x86/kvm/
Dx86.c4257 bool exchanged; in emulator_cmpxchg_emulated() local
4280 exchanged = CMPXCHG_TYPE(u8, kaddr, old, new); in emulator_cmpxchg_emulated()
4283 exchanged = CMPXCHG_TYPE(u16, kaddr, old, new); in emulator_cmpxchg_emulated()
4286 exchanged = CMPXCHG_TYPE(u32, kaddr, old, new); in emulator_cmpxchg_emulated()
4289 exchanged = CMPXCHG64(kaddr, old, new); in emulator_cmpxchg_emulated()
4297 if (!exchanged) in emulator_cmpxchg_emulated()