Lines Matching refs:hcall
29 KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
38 This API works primarily using a single hcall h_enter_nested(). This
48 it's partition table using the h_set_partition_table() hcall. All
69 hcall.
81 - L1 and L0 communicate the vCPU state using the H_GUEST_{G,S}ET() hcall
83 - L1 requests the L0 runs the vCPU running H_GUEST_VCPU_RUN() hcall
282 hcall.
284 This hcall also has associated input and output GSBs. Unlike
286 parameters to the hcall (This was done in the interest of
295 On exit from the hcall, the output buffer is filled with elements
298 type. For example, if the exit reason is the L2 doing a hcall (GPR4 =
300 state likely needed to service the hcall. If additional state is
304 the L1 may set a flag (as a hcall parameter) and the L0 will
632 on every h_enter_nested() hcall. If the L0 is not currently running