Lines Matching refs:kfd_process

68 static inline struct kfd_process_device *kfd_lock_pdd_by_id(struct kfd_process *p, __u32 gpu_id)  in kfd_lock_pdd_by_id()
129 struct kfd_process *process; in kfd_open()
167 struct kfd_process *process = filep->private_data; in kfd_release()
175 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version()
292 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue()
420 static int kfd_ioctl_destroy_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_destroy_queue()
438 static int kfd_ioctl_update_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_update_queue()
484 static int kfd_ioctl_set_cu_mask(struct file *filp, struct kfd_process *p, in kfd_ioctl_set_cu_mask()
541 struct kfd_process *p, void *data) in kfd_ioctl_get_queue_wave_state()
559 struct kfd_process *p, void *data) in kfd_ioctl_set_memory_policy()
613 struct kfd_process *p, void *data) in kfd_ioctl_set_trap_handler()
643 struct kfd_process *p, void *data) in kfd_ioctl_dbg_register()
649 struct kfd_process *p, void *data) in kfd_ioctl_dbg_unregister()
655 struct kfd_process *p, void *data) in kfd_ioctl_dbg_address_watch()
662 struct kfd_process *p, void *data) in kfd_ioctl_dbg_wave_control()
668 struct kfd_process *p, void *data) in kfd_ioctl_get_clock_counters()
695 struct kfd_process *p, void *data) in kfd_ioctl_get_process_apertures()
746 struct kfd_process *p, void *data) in kfd_ioctl_get_process_apertures_new()
823 static int kfd_ioctl_create_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_create_event()
851 static int kfd_ioctl_destroy_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_destroy_event()
859 static int kfd_ioctl_set_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_set_event()
867 static int kfd_ioctl_reset_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_reset_event()
875 static int kfd_ioctl_wait_events(struct file *filp, struct kfd_process *p, in kfd_ioctl_wait_events()
886 struct kfd_process *p, void *data) in kfd_ioctl_set_scratch_backing_va()
925 struct kfd_process *p, void *data) in kfd_ioctl_get_tile_config()
968 static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, in kfd_ioctl_acquire_vm()
1026 struct kfd_process *p, void *data) in kfd_ioctl_get_available_memory()
1039 struct kfd_process *p, void *data) in kfd_ioctl_alloc_memory_of_gpu()
1177 struct kfd_process *p, void *data) in kfd_ioctl_free_memory_of_gpu()
1229 struct kfd_process *p, void *data) in kfd_ioctl_map_memory_to_gpu()
1347 struct kfd_process *p, void *data) in kfd_ioctl_unmap_memory_from_gpu()
1439 struct kfd_process *p, void *data) in kfd_ioctl_alloc_queue_gws()
1478 struct kfd_process *p, void *data) in kfd_ioctl_get_dmabuf_info()
1533 struct kfd_process *p, void *data) in kfd_ioctl_import_dmabuf()
1591 struct kfd_process *p, void *data) in kfd_ioctl_smi_events()
1609 struct kfd_process *p, void *data) in kfd_ioctl_set_xnack_mode()
1641 static int kfd_ioctl_svm(struct file *filep, struct kfd_process *p, void *data) in kfd_ioctl_svm()
1661 struct kfd_process *p, void *data) in kfd_ioctl_set_xnack_mode()
1665 static int kfd_ioctl_svm(struct file *filep, struct kfd_process *p, void *data) in kfd_ioctl_svm()
1671 static int criu_checkpoint_process(struct kfd_process *p, in criu_checkpoint_process()
1699 static int criu_checkpoint_devices(struct kfd_process *p, in criu_checkpoint_devices()
1755 static uint32_t get_process_num_bos(struct kfd_process *p) in get_process_num_bos()
1803 static int criu_checkpoint_bos(struct kfd_process *p, in criu_checkpoint_bos()
1929 static int criu_get_process_object_info(struct kfd_process *p, in criu_get_process_object_info()
1967 struct kfd_process *p, in criu_checkpoint()
2055 static int criu_restore_process(struct kfd_process *p, in criu_restore_process()
2096 static int criu_restore_devices(struct kfd_process *p, in criu_restore_devices()
2272 static int criu_restore_bo(struct kfd_process *p, in criu_restore_bo()
2336 static int criu_restore_bos(struct kfd_process *p, in criu_restore_bos()
2407 struct kfd_process *p, in criu_restore_objects()
2463 struct kfd_process *p, in criu_restore()
2519 struct kfd_process *p, in criu_unpause()
2543 struct kfd_process *p, in criu_resume()
2546 struct kfd_process *target = NULL; in criu_resume()
2588 struct kfd_process *p, in criu_process_info()
2628 static int kfd_ioctl_criu(struct file *filep, struct kfd_process *p, void *data) in kfd_ioctl_criu()
2777 struct kfd_process *process; in kfd_ioctl()
2891 static int kfd_mmio_mmap(struct kfd_dev *dev, struct kfd_process *process, in kfd_mmio_mmap()
2924 struct kfd_process *process; in kfd_mmap()