Lines Matching refs:ull
466 #define VMX_EPT_EXECUTE_ONLY_BIT (1ull)
467 #define VMX_EPT_PAGE_WALK_4_BIT (1ull << 6)
468 #define VMX_EPT_PAGE_WALK_5_BIT (1ull << 7)
469 #define VMX_EPTP_UC_BIT (1ull << 8)
470 #define VMX_EPTP_WB_BIT (1ull << 14)
471 #define VMX_EPT_2MB_PAGE_BIT (1ull << 16)
472 #define VMX_EPT_1GB_PAGE_BIT (1ull << 17)
473 #define VMX_EPT_INVEPT_BIT (1ull << 20)
474 #define VMX_EPT_AD_BIT (1ull << 21)
475 #define VMX_EPT_EXTENT_CONTEXT_BIT (1ull << 25)
476 #define VMX_EPT_EXTENT_GLOBAL_BIT (1ull << 26)
478 #define VMX_VPID_INVVPID_BIT (1ull << 0) /* (32 - 32) */
479 #define VMX_VPID_EXTENT_INDIVIDUAL_ADDR_BIT (1ull << 8) /* (40 - 32) */
480 #define VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT (1ull << 9) /* (41 - 32) */
481 #define VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT (1ull << 10) /* (42 - 32) */
482 #define VMX_VPID_EXTENT_SINGLE_NON_GLOBAL_BIT (1ull << 11) /* (43 - 32) */
488 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6)
495 #define VMX_EPT_IPAT_BIT (1ull << 6)
496 #define VMX_EPT_ACCESS_BIT (1ull << 8)
497 #define VMX_EPT_DIRTY_BIT (1ull << 9)
501 #define VMX_EPT_MT_MASK (7ull << VMX_EPT_MT_EPTE_SHIFT)