Searched refs:emulator_try_cmpxchg_user (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 8038 #define emulator_try_cmpxchg_user(t, ptr, old, new) \ macro 8084 r = emulator_try_cmpxchg_user(u8, hva, old, new); in emulator_cmpxchg_emulated() 8087 r = emulator_try_cmpxchg_user(u16, hva, old, new); in emulator_cmpxchg_emulated() 8090 r = emulator_try_cmpxchg_user(u32, hva, old, new); in emulator_cmpxchg_emulated() 8093 r = emulator_try_cmpxchg_user(u64, hva, old, new); in emulator_cmpxchg_emulated()
|