Searched refs:gla (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | vmx.h | 58 u64 gla; member 995 static inline int __invvpid(unsigned long type, u64 vpid, u64 gla) in __invvpid() argument 1000 struct invvpid_operand operand = {vpid, gla}; in __invvpid() 1006 static inline void invvpid(unsigned long type, u64 vpid, u64 gla) in invvpid() argument 1008 __TEST_ASSERT(!__invvpid(type, vpid, gla)); in invvpid()
|
H A D | vmx_tests.c | 3101 static bool invvpid_valid(u64 type, u64 vpid, u64 gla) in invvpid_valid() argument 3112 if (type == INVVPID_ADDR && !is_canonical(gla)) in invvpid_valid() 3118 static void try_invvpid(u64 type, u64 vpid, u64 gla) in try_invvpid() argument 3121 bool valid = invvpid_valid(type, vpid, gla); in try_invvpid() 3129 rc = __invvpid(type, vpid, gla); in try_invvpid() 3131 vpid, gla, in try_invvpid() 3261 operand->gla = (u64)vaddr; in invvpid_test_lam()
|