Lines Matching refs:BUILD_BUG_ON

74 	BUILD_BUG_ON(offsetof(struct compat_shared_info, wc) != 0x900);  in kvm_xen_shared_info_init()
75 BUILD_BUG_ON(offsetof(struct compat_shared_info, arch.wc_sec_hi) != 0x924); in kvm_xen_shared_info_init()
76 BUILD_BUG_ON(offsetof(struct pvclock_vcpu_time_info, version) != 0); in kvm_xen_shared_info_init()
80 BUILD_BUG_ON(offsetof(struct shared_info, wc) != 0xc00); in kvm_xen_shared_info_init()
81 BUILD_BUG_ON(offsetof(struct shared_info, wc_sec_hi) != 0xc0c); in kvm_xen_shared_info_init()
198 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state) != 0); in kvm_xen_update_runstate_guest()
199 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state) != 0); in kvm_xen_update_runstate_guest()
200 BUILD_BUG_ON(sizeof(struct compat_vcpu_runstate_info) != 0x2c); in kvm_xen_update_runstate_guest()
206 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
208 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, time) != in kvm_xen_update_runstate_guest()
210 BUILD_BUG_ON(sizeof(struct vcpu_runstate_info) != 0x2c + 4); in kvm_xen_update_runstate_guest()
216 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state) != in kvm_xen_update_runstate_guest()
218 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state) != in kvm_xen_update_runstate_guest()
220 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state) != in kvm_xen_update_runstate_guest()
229 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
231 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
233 BUILD_BUG_ON((XEN_RUNSTATE_UPDATE >> 56) != 0x80); in kvm_xen_update_runstate_guest()
239 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
241 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
243 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, time) != in kvm_xen_update_runstate_guest()
245 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, time) != in kvm_xen_update_runstate_guest()
567 BUILD_BUG_ON(offsetof(struct vcpu_info, evtchn_upcall_pending) != in __kvm_xen_has_interrupt()
569 BUILD_BUG_ON(sizeof(rc) != in __kvm_xen_has_interrupt()
571 BUILD_BUG_ON(sizeof(rc) != in __kvm_xen_has_interrupt()
724 BUILD_BUG_ON(sizeof(struct vcpu_info) != in kvm_xen_vcpu_set_attr()
726 BUILD_BUG_ON(offsetof(struct vcpu_info, time) != in kvm_xen_vcpu_set_attr()
1221 BUILD_BUG_ON(sizeof(sp32) != 16); in kvm_xen_schedop_poll()
1362 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()
1364 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()
1366 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, flags) != in kvm_xen_hcall_vcpu_op()
1368 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, flags) != in kvm_xen_hcall_vcpu_op()
2025 BUILD_BUG_ON(sizeof(send) != 4); in kvm_xen_hcall_evtchn_send()