Home
last modified time | relevance | path

Searched refs:H_GUEST_CREATE_VCPU (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/arch/powerpc/
H A Dkvm-nested.rst79 - L1 requests the L0 create an L2 vCPU with H_GUEST_CREATE_VCPU()
159 H_GUEST_CREATE_VCPU()
167 H_GUEST_CREATE_VCPU(uint64 flags,
220 vcpuId: ID of the vCPU pass to H_GUEST_CREATE_VCPU
266 vcpuId: ID of the vCPU pass to H_GUEST_CREATE_VCPU
326 vcpuId: ID of the vCPU pass to H_GUEST_CREATE_VCPU
/linux-6.15/arch/powerpc/include/asm/
H A Dhvcall.h356 #define H_GUEST_CREATE_VCPU 0x474 macro
H A Dplpar_wrappers.h375 rc = plpar_hcall_norets(H_GUEST_CREATE_VCPU, 0, guest_id, vcpu_id); in plpar_guest_create_vcpu()