Home
last modified time | relevance | path

Searched refs:compat_vcpu_set_singleshot_timer (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/x86/kvm/
Dxen.c1119 struct compat_vcpu_set_singleshot_timer { struct
1152 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()
1154 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()
1156 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, flags) != in kvm_xen_hcall_vcpu_op()
1158 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, flags) != in kvm_xen_hcall_vcpu_op()
1163 sizeof(struct compat_vcpu_set_singleshot_timer))) { in kvm_xen_hcall_vcpu_op()