Home
last modified time | relevance | path

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

/arch/mn10300/
DKconfig.debug93 protocol messages generated exchanged with GDB.
/arch/x86/kvm/
Dx86.c4694 bool exchanged; in emulator_cmpxchg_emulated() local
4717 exchanged = CMPXCHG_TYPE(u8, kaddr, old, new); in emulator_cmpxchg_emulated()
4720 exchanged = CMPXCHG_TYPE(u16, kaddr, old, new); in emulator_cmpxchg_emulated()
4723 exchanged = CMPXCHG_TYPE(u32, kaddr, old, new); in emulator_cmpxchg_emulated()
4726 exchanged = CMPXCHG64(kaddr, old, new); in emulator_cmpxchg_emulated()
4734 if (!exchanged) in emulator_cmpxchg_emulated()