Searched refs:exception_clear_mask (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_debug.h | 33 uint64_t exception_clear_mask, 86 uint64_t exception_clear_mask,
|
D | kfd_debug.c | 34 uint64_t exception_clear_mask, in kfd_dbg_ev_query_debug_event() argument 65 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 80 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 87 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event() 1015 uint64_t exception_clear_mask, in kfd_dbg_trap_device_snapshot() argument 1070 if (exception_clear_mask) in kfd_dbg_trap_device_snapshot() 1071 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot()
|
D | kfd_device_queue_manager.h | 294 uint64_t exception_clear_mask, 300 uint64_t exception_clear_mask,
|
D | kfd_device_queue_manager.c | 2933 uint64_t exception_clear_mask, in suspend_queues() argument 2968 if (exception_clear_mask && is_mes) in suspend_queues() 2970 ~exception_clear_mask; in suspend_queues() 3011 else if (exception_clear_mask) in suspend_queues() 3013 ~exception_clear_mask; in suspend_queues() 3064 uint64_t exception_clear_mask, in set_queue_snapshot_entry() argument 3079 q->properties.exception_status &= ~exception_clear_mask; in set_queue_snapshot_entry()
|
D | kfd_process_queue_manager.c | 622 uint64_t exception_clear_mask, in pqm_get_queue_snapshot() argument 646 set_queue_snapshot_entry(pqn->q, exception_clear_mask, &src); in pqm_get_queue_snapshot()
|
D | kfd_priv.h | 1341 uint64_t exception_clear_mask,
|