Lines Matching defs:payload
399 unsigned long payload = vcpu->arch.exception.payload;
408 *exit_qual = has_payload ? payload : vcpu->arch.cr2;
414 payload = vcpu->arch.dr6;
415 payload &= ~(DR6_FIXED_1 | DR6_BT);
416 payload ^= DR6_RTM;
418 *exit_qual = payload;
3825 * In KVM, debug traps bear an exception payload. As such, the class of a #DB
3826 * exception may be inferred from the presence of an exception payload.
3832 vcpu->arch.exception.payload;
3838 * represents these debug traps with a payload that is said to be compatible
3839 * with the 'pending debug exceptions' field, write the payload to the VMCS
3846 vcpu->arch.exception.payload);