Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.c4588 #define CMPXCHG_TYPE(t, ptr, old, new) \ macro
4592 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new)
4632 exchanged = CMPXCHG_TYPE(u8, kaddr, old, new); in emulator_cmpxchg_emulated()
4635 exchanged = CMPXCHG_TYPE(u16, kaddr, old, new); in emulator_cmpxchg_emulated()
4638 exchanged = CMPXCHG_TYPE(u32, kaddr, old, new); in emulator_cmpxchg_emulated()