Searched refs:AMDKFD_IOR (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kfd_ioctl.h | 476 #define AMDKFD_IOR(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type) macro 481 AMDKFD_IOR(0x01, struct kfd_ioctl_get_version_args) 496 AMDKFD_IOR(0x06, struct kfd_ioctl_get_process_apertures_args)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 308 #define AMDKFD_IOR(nr,type) _IOR(AMDKFD_IOCTL_BASE, nr, type) macro 311 #define AMDKFD_IOC_GET_VERSION AMDKFD_IOR(0x01, struct kfd_ioctl_get_version_args) 316 #define AMDKFD_IOC_GET_PROCESS_APERTURES AMDKFD_IOR(0x06, struct kfd_ioctl_get_process_apertures_args)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 308 #define AMDKFD_IOR(nr,type) _IOR(AMDKFD_IOCTL_BASE, nr, type) macro 311 #define AMDKFD_IOC_GET_VERSION AMDKFD_IOR(0x01, struct kfd_ioctl_get_version_args) 316 #define AMDKFD_IOC_GET_PROCESS_APERTURES AMDKFD_IOR(0x06, struct kfd_ioctl_get_process_apertures_args)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 255 #define AMDKFD_IOR(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type) macro 259 AMDKFD_IOR(0x01, struct kfd_ioctl_get_version_args) 269 AMDKFD_IOR(0x06, struct kfd_ioctl_get_process_apertures_args)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | kfd_ioctl.h | 1448 #define AMDKFD_IOR(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type) macro 1453 AMDKFD_IOR(0x01, struct kfd_ioctl_get_version_args) 1468 AMDKFD_IOR(0x06, struct kfd_ioctl_get_process_apertures_args)
|
Completed in 13 milliseconds