Searched refs:kvmppc_gsm_new (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/powerpc/kvm/ |
D | guest-state-buffer.c | 503 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);
|
D | book3s_hv_nestedv2.c | 646 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()
|
D | test-guest-state-buffer.c | 288 gsm = kvmppc_gsm_new(&gs_msg_test1_ops, &test1_data, GSM_SEND, in test_gs_msg()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | guest-state-buffer.h | 857 struct kvmppc_gs_msg *kvmppc_gsm_new(struct kvmppc_gs_msg_ops *ops, void *data,
|