Searched refs:vcpu_run_input (Results 1 – 3 of 3) sorted by relevance
637 struct kvmppc_gs_buff *gsb, *vcpu_run_output, *vcpu_run_input; in kvmhv_nestedv2_host_create() local694 vcpu_run_input = kvmppc_gsb_new(kvmppc_gsm_size(vcpu_message), guest_id, in kvmhv_nestedv2_host_create()696 if (!vcpu_run_input) { in kvmhv_nestedv2_host_create()701 io->vcpu_run_input = vcpu_run_input; in kvmhv_nestedv2_host_create()702 cfg->vcpu_run_input_cfg.address = kvmppc_gsb_paddress(vcpu_run_input); in kvmhv_nestedv2_host_create()703 cfg->vcpu_run_input_cfg.size = kvmppc_gsb_capacity(vcpu_run_input); in kvmhv_nestedv2_host_create()727 kvmppc_gsb_free(vcpu_run_input); in kvmhv_nestedv2_host_create()792 gsb = io->vcpu_run_input; in __kvmhv_nestedv2_cached_reload()822 gsb = io->vcpu_run_input; in kvmhv_nestedv2_flush_vcpu()911 gsb = io->vcpu_run_input; in kvmhv_nestedv2_set_vpa()[all …]
4230 kvmppc_gse_put_u64(io->vcpu_run_input, KVMPPC_GSID_LPCR, lpcr); in kvmhv_vcpu_entry_nestedv2()
522 struct kvmppc_gs_buff *vcpu_run_input; member