Searched defs:kvm_queued_exception (Results 1 – 2 of 2) sorted by relevance
622 struct kvm_queued_exception { struct623 bool pending;624 bool injected;625 bool has_error_code;626 u8 nr;627 u32 error_code;628 unsigned long payload;629 bool has_payload;630 u8 nested_apf;
705 struct kvm_queued_exception { struct706 bool pending;707 bool injected;708 bool has_error_code;709 u8 vector;710 u32 error_code;711 unsigned long payload;712 bool has_payload;