Lines Matching +full:fast +full:- +full:charge +full:- +full:current +full:- +full:limit
8 * Permission is hereby granted, free of charge, to any person obtaining a copy
53 * Emulate the fault-causing instruction (if set in the event response flags).
79 * Currently only useful for MSR and control-register write events.
95 * At the moment x86-only, applies to EAX-EDX, ESP, EBP, ESI, EDI, R8-R15,
109 * Have a one-shot VM_EVENT_REASON_INTERRUPT event sent for the first
114 * Execute fast singlestepping on vm_event response.
149 /* Single-step (e.g. MTF) */
160 * As this behavior is CPU-specific, users are advised to not rely on it.
168 /* Current instruction is not implemented by the emulator */
177 /* The limit field is right-shifted by 12 bits if .ar.g is set. */
179 uint32_t limit : 20; member
231 * Current position in the vmtrace buffer, or ~0 if vmtrace is not active.
319 uint64_t pending_dbg; /* Behaves like the VT-x PENDING_DBG field. */
339 uint32_t instr_info; /* VMX: VMCS Instruction-Information */
382 uint8_t data[sizeof(struct vm_event_regs_x86) - sizeof(uint32_t)];
435 * c-file-style: "BSD"
436 * c-basic-offset: 4
437 * tab-width: 4
438 * indent-tabs-mode: nil