Linux Kernel
3.7.1
|
#include <fsl_hypervisor.h>
Data Fields | |
__u32 | ret |
__u32 | partition |
__u32 | entry_point |
__u32 | load |
struct fsl_hv_ioctl_start - start a partition : return error code from the hypervisor : the ID of the partition to control : The offset within the guest IMA to start execution : If non-zero, reload the partition's images before starting
Used by FSL_HV_IOCTL_PARTITION_START
Definition at line 88 of file fsl_hypervisor.h.
__u32 entry_point |
Definition at line 91 of file fsl_hypervisor.h.
__u32 load |
Definition at line 92 of file fsl_hypervisor.h.
Definition at line 90 of file fsl_hypervisor.h.
__u32 ret |
Definition at line 89 of file fsl_hypervisor.h.