Lines Matching refs:hypercall
168 in `xen_version` hypercall. This function is not called **anywhere** in
234 As such the hypercall **MUST** support an XSM policy to limit what the guest
433 We will employ the sub operations of the system management hypercall (sysctl).
456 The hypercall is part of the `xen_sysctl`. The top level structure contains
470 while the rest of hypercall specific structures are part of the this structure.
549 The return value of the hypercall is zero on success and -XEN_EXX on failure.
602 in the hypercall being a probing one and return the number of payloads
615 If the hypercall returns an positive number, it is the number (upto `nr`
616 provided to the hypercall) of the payloads returned, along with `nr` updated
622 If the hypercall returns -XEN_E2BIG the `nr` is too big and should be
625 If the hypercall returns an zero value there are no more payloads.
673 by using either **XEN_SYSCTL_LIVEPATCH_GET** or **XEN_SYSCTL_LIVEPATCH_LIST** hypercall.
681 **XEN_SYSCTL_LIVEPATCH_UPLOAD** hypercall is perfomed with same `name`.
735 - The CHECKED state is the starting one achieved with *XEN_SYSCTL_LIVEPATCH_UPLOAD* hypercall.