Searched refs:CMPXCHG_TYPE (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | x86.c | 3886 #define CMPXCHG_TYPE(t, ptr, old, new) \ macro 3890 # define CMPXCHG64(ptr, old, new) CMPXCHG_TYPE(u64, ptr, old, new) 3931 exchanged = CMPXCHG_TYPE(u8, kaddr, old, new); in emulator_cmpxchg_emulated() 3934 exchanged = CMPXCHG_TYPE(u16, kaddr, old, new); in emulator_cmpxchg_emulated() 3937 exchanged = CMPXCHG_TYPE(u32, kaddr, old, new); in emulator_cmpxchg_emulated()
|