HomeSort by relevance Sort by last modified time
    Searched defs:fsl_hv_ioctl_memcpy (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 41 struct fsl_hv_ioctl_memcpy { struct
68 #define FSL_HV_IOCTL_MEMCPY _IOWR(FSL_HV_IOCTL_TYPE, 5, struct fsl_hv_ioctl_memcpy)
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 110 * struct fsl_hv_ioctl_memcpy - copy memory between partitions
124 * Used by FSL_HV_IOCTL_MEMCPY
141 struct fsl_hv_ioctl_memcpy { struct
205 #define FSL_HV_IOCTL_MEMCPY \
206 _IOWR(FSL_HV_IOCTL_TYPE, 5, struct fsl_hv_ioctl_memcpy)

Completed in 339 milliseconds