Searched refs:kvmppc_gsb_new (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | test-guest-state-buffer.c | 14 gsb = kvmppc_gsb_new(size, 0, 0, GFP_KERNEL); in test_creating_buffer() 38 gsb = kvmppc_gsb_new(size, 0, 0, GFP_KERNEL); in test_adding_element() 108 gsb = kvmppc_gsb_new(size, 0, 0, GFP_KERNEL); in test_gs_parsing() 292 gsb = kvmppc_gsb_new(kvmppc_gsm_size(gsm), 0, 0, GFP_KERNEL); in test_gs_msg()
|
| H A D | guest-state-buffer.c | 26 struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id, in kvmppc_gsb_new() function 53 EXPORT_SYMBOL_GPL(kvmppc_gsb_new);
|
| H A D | book3s_hv_nestedv2.c | 655 gsb = kvmppc_gsb_new(kvmppc_gsm_size(gsm), guest_id, vcpu_id, in kvmhv_nestedv2_host_create() 669 vcpu_run_output = kvmppc_gsb_new(cfg->vcpu_run_output_size, guest_id, in kvmhv_nestedv2_host_create() 696 vcpu_run_input = kvmppc_gsb_new(kvmppc_gsm_size(vcpu_message), guest_id, in kvmhv_nestedv2_host_create() 867 gsb = kvmppc_gsb_new(size, lpid, 0, GFP_KERNEL); in kvmhv_nestedv2_set_ptbl_entry()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | guest-state-buffer.h | 314 struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id,
|