Home | History | Annotate | Download | only in asm

Lines Matching refs:ull

392 #define VMX_EPT_EXECUTE_ONLY_BIT		(1ull)
393 #define VMX_EPT_PAGE_WALK_4_BIT (1ull << 6)
394 #define VMX_EPTP_UC_BIT (1ull << 8)
395 #define VMX_EPTP_WB_BIT (1ull << 14)
396 #define VMX_EPT_2MB_PAGE_BIT (1ull << 16)
397 #define VMX_EPT_1GB_PAGE_BIT (1ull << 17)
398 #define VMX_EPT_INVEPT_BIT (1ull << 20)
399 #define VMX_EPT_AD_BIT (1ull << 21)
400 #define VMX_EPT_EXTENT_CONTEXT_BIT (1ull << 25)
401 #define VMX_EPT_EXTENT_GLOBAL_BIT (1ull << 26)
403 #define VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT (1ull << 9) /* (41 - 32) */
404 #define VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT (1ull << 10) /* (42 - 32) */
410 #define VMX_EPT_AD_ENABLE_BIT (1ull << 6)
415 #define VMX_EPT_IPAT_BIT (1ull << 6)
416 #define VMX_EPT_ACCESS_BIT (1ull << 8)
417 #define VMX_EPT_DIRTY_BIT (1ull << 9)