Home
last modified time | relevance | path

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

/linux/Documentation/arch/powerpc/
H A Dkvm-nested.rst276 H_GUEST_RUN_VCPU()
303 To synthesize interrupts in the L2, when calling H_GUEST_RUN_VCPU()
307 H_GUEST_RUN_VCPU() input GSB to set the state appropriately::
309 H_GUEST_RUN_VCPU(uint64 flags,
643 When a vCPU exits from a H_GUEST_RUN_VCPU() call, the L1 internally
/linux/arch/powerpc/include/asm/
H A Dhvcall.h360 #define H_GUEST_RUN_VCPU 0x480 macro
H A Dplpar_wrappers.h479 rc = plpar_hcall(H_GUEST_RUN_VCPU, retbuf, flags, guest_id, vcpu_id); in plpar_guest_run_vcpu()