Lines Matching full:hypervisor
12 operating system and how it should interact with the hypervisor for
15 - **IBM PowerVM (PHYP)**: IBM's proprietary hypervisor that supports AIX,
22 On PPC64 arch a guest kernel running on top of a PAPR hypervisor is called
24 issue hypercalls to the hypervisor whenever it needs to perform an action
25 that is hypervisor privileged [3]_ or for other services managed by the
26 hypervisor.
29 asking hypervisor to perform a privileged operation on behalf of the guest. The
30 guest issues a with necessary input operands. The hypervisor after performing
36 The ABI specification for a hcall between a pseries guest and PAPR hypervisor
37 is covered in section 14.5.3 of ref [2]_. Switch to the Hypervisor context is
43 Once control returns back to the guest after hypervisor has serviced the
106 DR2 | Hypervisor | | |
111 PAPR hypervisor terms shared hardware resources like PCI devices, NVDIMMs etc
122 After servicing the hcall, hypervisor sets the return-value in *r3* indicating
130 return value of *H_CONTINUE* indicates that hypervisor hasn't still finished
134 initial call and use the hypervisor returned value of *continue-token*
135 for each subsequent hcall until hypervisor returns a non *H_CONTINUE*
176 case *targetLogicalMemoryAddress == 0xFFFFFFFF_FFFFFFFF* then hypervisor
289 subsequent hcalls to the hypervisor until the hcall is completely serviced
290 at which point H_SUCCESS or other error is returned by the hypervisor.