vcpu_reg_list
void finalize_vcpu(struct kvm_vcpu *vcpu, struct vcpu_reg_list *c)
static struct vcpu_reg_list vregs_config = {
static struct vcpu_reg_list vregs_pmu_config = {
static struct vcpu_reg_list sve_config = {
static struct vcpu_reg_list sve_pmu_config = {
static struct vcpu_reg_list pauth_config = {
static struct vcpu_reg_list pauth_pmu_config = {
static struct vcpu_reg_list el2_vregs_config = {
static struct vcpu_reg_list el2_vregs_pmu_config = {
static struct vcpu_reg_list el2_sve_config = {
static struct vcpu_reg_list el2_sve_pmu_config = {
static struct vcpu_reg_list el2_pauth_config = {
static struct vcpu_reg_list el2_pauth_pmu_config = {
static struct vcpu_reg_list el2_e2h0_vregs_config = {
static struct vcpu_reg_list el2_e2h0_vregs_pmu_config = {
static struct vcpu_reg_list el2_e2h0_sve_config = {
static struct vcpu_reg_list el2_e2h0_sve_pmu_config = {
static struct vcpu_reg_list el2_e2h0_pauth_config = {
static struct vcpu_reg_list el2_e2h0_pauth_pmu_config = {
struct vcpu_reg_list *vcpu_configs[] = {
void __weak finalize_vcpu(struct kvm_vcpu *vcpu, struct vcpu_reg_list *c)
static void prepare_vcpu_init(struct kvm_vm *vm, struct vcpu_reg_list *c,
static struct kvm_vcpu *vcpu_config_get_vcpu(struct vcpu_reg_list *c, struct kvm_vm *vm)
static struct kvm_vcpu *vcpu_config_get_vcpu(struct vcpu_reg_list *c, struct kvm_vm *vm)
static void check_supported(struct vcpu_reg_list *c)
static void run_test(struct vcpu_reg_list *c)
struct vcpu_reg_list *c;
static struct vcpu_reg_list *parse_config(const char *config)
extern struct vcpu_reg_list *vcpu_configs[];
struct vcpu_reg_list *c = NULL;
struct vcpu_reg_list *c, *sel = NULL;
static const char *config_name(struct vcpu_reg_list *c)
static struct vcpu_reg_list config_##ext = { \
static struct vcpu_reg_list config_sbi_##ext = { \
static struct vcpu_reg_list config_##ext = { \
static struct vcpu_reg_list config_sbi_##ext = { \
struct vcpu_reg_list *vcpu_configs[] = {
void finalize_vcpu(struct kvm_vcpu *vcpu, struct vcpu_reg_list *c)