Searched refs:ej (Results 1 – 2 of 2) sorted by relevance
924 struct kvm_cpuid_entry2 *ej; in move_to_next_stateful_cpuid_entry() local932 ej = &vcpu->arch.cpuid_entries[j]; in move_to_next_stateful_cpuid_entry()933 } while (ej->function != e->function); in move_to_next_stateful_cpuid_entry()935 ej->flags |= KVM_CPUID_FLAG_STATE_READ_NEXT; in move_to_next_stateful_cpuid_entry()
3 * Copyright (C) 2019 Ondřej Jirman <megous@megous.com>