Searched refs:AMDKFD_IOW (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | kfd_ioctl.h | 396 #define AMDKFD_IOW(nr, type) _IOW(AMDKFD_IOCTL_BASE, nr, type) macro 409 AMDKFD_IOW(0x04, struct kfd_ioctl_set_memory_policy_args) 418 AMDKFD_IOW(0x07, struct kfd_ioctl_update_queue_args) 424 AMDKFD_IOW(0x09, struct kfd_ioctl_destroy_event_args) 427 AMDKFD_IOW(0x0A, struct kfd_ioctl_set_event_args) 430 AMDKFD_IOW(0x0B, struct kfd_ioctl_reset_event_args) 436 AMDKFD_IOW(0x0D, struct kfd_ioctl_dbg_register_args) 439 AMDKFD_IOW(0x0E, struct kfd_ioctl_dbg_unregister_args) 442 AMDKFD_IOW(0x0F, struct kfd_ioctl_dbg_address_watch_args) 445 AMDKFD_IOW(0x10, struct kfd_ioctl_dbg_wave_control_args) [all …]
|