Searched refs:host_ver (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 5466 static void unlock_drm_version(struct drm_version *host_ver, in unlock_drm_version() argument 5470 unlock_user(host_ver->name, target_ver->name, in unlock_drm_version() 5471 copy ? host_ver->name_len : 0); in unlock_drm_version() 5472 unlock_user(host_ver->date, target_ver->date, in unlock_drm_version() 5473 copy ? host_ver->date_len : 0); in unlock_drm_version() 5474 unlock_user(host_ver->desc, target_ver->desc, in unlock_drm_version() 5475 copy ? host_ver->desc_len : 0); in unlock_drm_version() 5478 static inline abi_long target_to_host_drmversion(struct drm_version *host_ver, in target_to_host_drmversion() argument 5481 memset(host_ver, 0, sizeof(*host_ver)); in target_to_host_drmversion() 5483 __get_user(host_ver->name_len, &target_ver->name_len); in target_to_host_drmversion() [all …]
|