Home
last modified time | relevance | path

Searched refs:exception_clear_mask (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.h33 uint64_t exception_clear_mask,
86 uint64_t exception_clear_mask,
Dkfd_debug.c34 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()
Dkfd_device_queue_manager.h294 uint64_t exception_clear_mask,
300 uint64_t exception_clear_mask,
Dkfd_device_queue_manager.c2932 uint64_t exception_clear_mask, in suspend_queues() argument
2967 if (exception_clear_mask && is_mes) in suspend_queues()
2969 ~exception_clear_mask; in suspend_queues()
3010 else if (exception_clear_mask) in suspend_queues()
3012 ~exception_clear_mask; in suspend_queues()
3063 uint64_t exception_clear_mask, in set_queue_snapshot_entry() argument
3078 q->properties.exception_status &= ~exception_clear_mask; in set_queue_snapshot_entry()
Dkfd_process_queue_manager.c607 uint64_t exception_clear_mask, in pqm_get_queue_snapshot() argument
631 set_queue_snapshot_entry(pqn->q, exception_clear_mask, &src); in pqm_get_queue_snapshot()
Dkfd_priv.h1341 uint64_t exception_clear_mask,