Home
last modified time | relevance | path

Searched refs:kvmppc_gsm_new (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/kvm/
Dguest-state-buffer.c503 struct kvmppc_gs_msg *kvmppc_gsm_new(struct kvmppc_gs_msg_ops *ops, void *data, in kvmppc_gsm_new() function
516 EXPORT_SYMBOL_GPL(kvmppc_gsm_new);
Dbook3s_hv_nestedv2.c646 gsm = kvmppc_gsm_new(&config_msg_ops, cfg, KVMPPC_GS_FLAGS_WIDE, in kvmhv_nestedv2_host_create()
685 vcpu_message = kvmppc_gsm_new(&vcpu_message_ops, vcpu, 0, GFP_KERNEL); in kvmhv_nestedv2_host_create()
710 vcore_message = kvmppc_gsm_new(&vcpu_message_ops, vcpu, in kvmhv_nestedv2_host_create()
Dtest-guest-state-buffer.c288 gsm = kvmppc_gsm_new(&gs_msg_test1_ops, &test1_data, GSM_SEND, in test_gs_msg()
/linux-6.12.1/arch/powerpc/include/asm/
Dguest-state-buffer.h857 struct kvmppc_gs_msg *kvmppc_gsm_new(struct kvmppc_gs_msg_ops *ops, void *data,