Searched refs:msr_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/xen/interface/
H A Ddomctl.h947 * - A NULL 'msrs' guest handle is a request for the maximum 'msr_count'.
948 * - Otherwise, 'msr_count' is the number of entries in 'msrs'.
951 * - If 'msr_count' is less than the number Xen needs to write, -ENOBUFS shall
952 * be returned and 'msr_count' updated to reflect the intended number.
953 * - On success, 'msr_count' shall indicate the number of MSRs written, which
958 * and 'msr_count' shall be set to the offending index, to aid debugging.
962 uint32_t msr_count; /* IN/OUT */ member in struct:xen_domctl_vcpu_msrs

Completed in 176 milliseconds