Lines Matching refs:hypercall
9 The hypercall number should be placed in rax and the return value will be
11 by the particular hypercall.
14 R2-R7 are used for parameters 1-6. In addition, R1 is used for hypercall
17 S390 uses diagnose instruction as hypercall (0x500) along with hypercall
24 It uses R3-R10 and hypercall number in R11. R4-R11 are used as output registers.
27 KVM hypercalls uses 4 byte opcode, that are patched with 'hypercall-instructions'
33 The template for each hypercall is:
57 Purpose: Expose hypercall availability to the guest. On x86 platforms, cpuid
60 mechanism (which is this hypercall) can be used.
69 memory using this hypercall.
81 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
83 is used in the hypercall for future use.