Lines Matching defs:set
234 /* The vCPU feature set for the VM is configured */
248 /* VM-wide vCPU feature set */
506 /* Configuration flags, set once and for all before the vcpu can run */
518 * Contrary to the flags above, this is set/cleared outside of
525 * We maintain more than a single set of debug registers to support
531 * values we want to debug the guest. This is set via the
534 * debug_ptr points to the set of debug registers that should be loaded
580 /* Virtual SError ESR to restore when HCR_EL2.VSE is set */
599 * - the flag-set it belongs to in the vcpu->arch structure
630 * Note that the set/clear accessors must be preempt-safe in order to
685 * be set together with an exception...
697 * When PENDING_EXCEPTION is set, EXCEPT_MASK can take the following
814 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but
859 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but
860 * should never be listed below, because the MPIDR should only be set
1049 /* The host's MPIDR is immutable, so let's set it up at boot time */
1100 void kvm_set_pmu_events(u32 set, struct perf_event_attr *attr);
1104 static inline void kvm_set_pmu_events(u32 set, struct perf_event_attr *attr) {}