Searched refs:invept_desc (Results 1 – 3 of 3) sorted by relevance
159 struct invept_desc desc = *(struct invept_desc *)arg; in invept_single_context()167 struct invept_desc invept_desc = { 0 }; in ept_invalidate_mappings() local169 invept_desc.eptp = eptp; in ept_invalidate_mappings()171 smp_rendezvous(NULL, invept_single_context, NULL, &invept_desc); in ept_invalidate_mappings()
198 struct invept_desc { struct202 CTASSERT(sizeof(struct invept_desc) == 16); argument205 invept(uint64_t type, struct invept_desc desc) in invept()
562 struct invept_desc invept_desc = { 0 }; in vmx_disable() local573 invept(INVEPT_TYPE_ALL_CONTEXTS, invept_desc); in vmx_disable()