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

/arch/x86/kvm/
H A Dvmx.c1138 static inline void __invept(int ext, u64 eptp, gpa_t gpa) argument
1141 u64 eptp, gpa; member in struct:__anon3233
1142 } operand = {eptp, gpa};
1295 static inline void ept_sync_context(u64 eptp) argument
1299 __invept(VMX_EPT_EXTENT_CONTEXT, eptp, 0);
3519 u64 eptp; local
3522 eptp = VMX_EPT_DEFAULT_MT |
3525 eptp |= VMX_EPT_AD_ENABLE_BIT;
3526 eptp |= (root_hpa & PAGE_MASK);
3528 return eptp;
3534 u64 eptp; local
6697 u64 eptp, gpa; member in struct:__anon3234
[all...]

Completed in 42 milliseconds