Lines Matching refs:ull
484 #define VMX_EPT_EXECUTE_ONLY_BIT (1ull)
485 #define VMX_EPT_PAGE_WALK_4_BIT (1ull << 6)
486 #define VMX_EPT_PAGE_WALK_5_BIT (1ull << 7)
487 #define VMX_EPTP_UC_BIT (1ull << 8)
488 #define VMX_EPTP_WB_BIT (1ull << 14)
489 #define VMX_EPT_2MB_PAGE_BIT (1ull << 16)
490 #define VMX_EPT_1GB_PAGE_BIT (1ull << 17)
491 #define VMX_EPT_INVEPT_BIT (1ull << 20)
492 #define VMX_EPT_AD_BIT (1ull << 21)
493 #define VMX_EPT_EXTENT_CONTEXT_BIT (1ull << 25)
494 #define VMX_EPT_EXTENT_GLOBAL_BIT (1ull << 26)
496 #define VMX_VPID_INVVPID_BIT (1ull << 0) /* (32 - 32) */
497 #define VMX_VPID_EXTENT_INDIVIDUAL_ADDR_BIT (1ull << 8) /* (40 - 32) */
498 #define VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT (1ull << 9) /* (41 - 32) */
499 #define VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT (1ull << 10) /* (42 - 32) */
500 #define VMX_VPID_EXTENT_SINGLE_NON_GLOBAL_BIT (1ull << 11) /* (43 - 32) */
506 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6)
513 #define VMX_EPT_IPAT_BIT (1ull << 6)
514 #define VMX_EPT_ACCESS_BIT (1ull << 8)
515 #define VMX_EPT_DIRTY_BIT (1ull << 9)
519 #define VMX_EPT_MT_MASK (7ull << VMX_EPT_MT_EPTE_SHIFT)