Searched refs:exception_clear_mask (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_debug.h | 33 uint64_t exception_clear_mask, 88 uint64_t exception_clear_mask,
|
| H A D | kfd_debug.c | 35 uint64_t exception_clear_mask, in kfd_dbg_ev_query_debug_event() argument 66 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 81 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 88 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 1071 uint64_t exception_clear_mask, in kfd_dbg_trap_device_snapshot() 1133 if (exception_clear_mask) in kfd_dbg_trap_device_snapshot() 1134 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot() 1065 kfd_dbg_trap_device_snapshot(struct kfd_process * target,uint64_t exception_clear_mask,void __user * user_info,uint32_t * number_of_device_infos,uint32_t * entry_size) kfd_dbg_trap_device_snapshot() argument
|
| H A D | kfd_device_queue_manager.c | 3596 uint64_t exception_clear_mask, in debug_lock_and_unmap() 3632 if (exception_clear_mask && is_mes) in debug_refresh_runlist() 3634 ~exception_clear_mask; in debug_refresh_runlist() 3674 else if (exception_clear_mask) in seq_reg_dump() 3676 ~exception_clear_mask; in seq_reg_dump() 3727 uint64_t exception_clear_mask, in dqm_debugfs_hqds() 3742 q->properties.exception_status &= ~exception_clear_mask; in dqm_debugfs_hqds() 3435 suspend_queues(struct kfd_process * p,uint32_t num_queues,uint32_t grace_period,uint64_t exception_clear_mask,uint32_t * usr_queue_id_array) suspend_queues() argument 3566 set_queue_snapshot_entry(struct queue * q,uint64_t exception_clear_mask,struct kfd_queue_snapshot_entry * qss_entry) set_queue_snapshot_entry() argument
|
| H A D | kfd_process_queue_manager.c | 696 uint64_t exception_clear_mask, in pqm_get_queue_snapshot() argument 720 set_queue_snapshot_entry(pqn->q, exception_clear_mask, &src); in pqm_get_queue_snapshot()
|
| H A D | kfd_priv.h | 1411 uint64_t exception_clear_mask,
|