Searched refs:AMDKFD_IOWR (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kfd_ioctl.h | 478 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 484 AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 487 AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 493 AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 502 AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 514 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 529 AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 532 AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 538 AMDKFD_IOWR(0x14, \ 545 AMDKFD_IOWR( [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 310 #define AMDKFD_IOWR(nr,type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 312 #define AMDKFD_IOC_CREATE_QUEUE AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 313 #define AMDKFD_IOC_DESTROY_QUEUE AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 315 #define AMDKFD_IOC_GET_CLOCK_COUNTERS AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 318 #define AMDKFD_IOC_CREATE_EVENT AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 322 #define AMDKFD_IOC_WAIT_EVENTS AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 327 #define AMDKFD_IOC_SET_SCRATCH_BACKING_VA AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 328 #define AMDKFD_IOC_GET_TILE_CONFIG AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 330 #define AMDKFD_IOC_GET_PROCESS_APERTURES_NEW AMDKFD_IOWR(0x14, struct kfd_ioctl_get_process_apertures_new_args) 332 #define AMDKFD_IOC_ALLOC_MEMORY_OF_GPU AMDKFD_IOWR( [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 310 #define AMDKFD_IOWR(nr,type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 312 #define AMDKFD_IOC_CREATE_QUEUE AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 313 #define AMDKFD_IOC_DESTROY_QUEUE AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 315 #define AMDKFD_IOC_GET_CLOCK_COUNTERS AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 318 #define AMDKFD_IOC_CREATE_EVENT AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 322 #define AMDKFD_IOC_WAIT_EVENTS AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 327 #define AMDKFD_IOC_SET_SCRATCH_BACKING_VA AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 328 #define AMDKFD_IOC_GET_TILE_CONFIG AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 330 #define AMDKFD_IOC_GET_PROCESS_APERTURES_NEW AMDKFD_IOWR(0x14, struct kfd_ioctl_get_process_apertures_new_args) 332 #define AMDKFD_IOC_ALLOC_MEMORY_OF_GPU AMDKFD_IOWR( [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | kfd_ioctl.h | 1450 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 1456 AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 1459 AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 1465 AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 1474 AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 1486 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 1501 AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 1504 AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 1510 AMDKFD_IOWR(0x14, \ 1517 AMDKFD_IOWR( [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | kfd_ioctl.h | 257 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 261 AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 263 AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 267 AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 273 AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 281 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 291 AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 293 AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 297 AMDKFD_IOWR(0x14, \ 302 AMDKFD_IOWR( [all...] |
Completed in 8 milliseconds