Lines Matching full:1
9 #define HV_X64_MSR_TIME_REF_COUNT_AVAILABLE (1 << 1)
10 #define HV_X64_MSR_SYNIC_AVAILABLE (1 << 2)
11 #define HV_X64_MSR_SYNTIMER_AVAILABLE (1 << 3)
13 #define HV_STIMER_DIRECT_MODE_AVAILABLE (1 << 19)
57 #define HV_SYNIC_CONTROL_ENABLE (1ULL << 0)
58 #define HV_SYNIC_SIMP_ENABLE (1ULL << 0)
59 #define HV_SYNIC_SIEFP_ENABLE (1ULL << 0)
60 #define HV_SYNIC_SINT_MASKED (1ULL << 16)
61 #define HV_SYNIC_SINT_AUTO_EOI (1ULL << 17)
71 u64 enable:1;
72 u64 periodic:1;
73 u64 lazy:1;
74 u64 auto_enable:1;
76 u64 direct_mode:1;
122 uint8_t msg_pending:1;
137 HVPORT_MSG = 1,
187 #define HV_HYPERCALL_FAST (1u << 16)