Home
last modified time | relevance | path

Searched refs:emulator_try_cmpxchg_user (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7780 #define emulator_try_cmpxchg_user(t, ptr, old, new) \ macro
7826 r = emulator_try_cmpxchg_user(u8, hva, old, new); in emulator_cmpxchg_emulated()
7829 r = emulator_try_cmpxchg_user(u16, hva, old, new); in emulator_cmpxchg_emulated()
7832 r = emulator_try_cmpxchg_user(u32, hva, old, new); in emulator_cmpxchg_emulated()
7835 r = emulator_try_cmpxchg_user(u64, hva, old, new); in emulator_cmpxchg_emulated()

Completed in 15 milliseconds