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() 1045 uint64_t exception_clear_mask, in kfd_dbg_trap_device_snapshot() argument 1102 if (exception_clear_mask) in kfd_dbg_trap_device_snapshot() 1103 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot()
|
H A D | kfd_device_queue_manager.h | 316 uint64_t exception_clear_mask, 322 uint64_t exception_clear_mask,
|
H A D | kfd_process_queue_manager.c | 700 uint64_t exception_clear_mask, in pqm_get_queue_snapshot() argument 724 set_queue_snapshot_entry(pqn->q, exception_clear_mask, &src); in pqm_get_queue_snapshot()
|
H A D | kfd_priv.h | 1379 uint64_t exception_clear_mask,
|