Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h386 static inline int vmptrst(uint64_t *value) in vmptrst() function
394 __asm__ __volatile__("vmptrst %[value]; setna %[ret]" in vmptrst()
403 * A wrapper around vmptrst that ignores errors and returns zero if the
404 * vmptrst instruction fails.
409 vmptrst(&value); in vmptrstz()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h341 static inline int vmptrst(uint64_t *value) in vmptrst() function
349 __asm__ __volatile__("vmptrst %[value]; setna %[ret]" in vmptrst()
358 * A wrapper around vmptrst that ignores errors and returns zero if the
359 * vmptrst instruction fails.
364 vmptrst(&value); in vmptrstz()

Completed in 4 milliseconds