Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.h33 uint64_t exception_clear_mask,
88 uint64_t exception_clear_mask,
H A Dkfd_debug.c35 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 Dkfd_device_queue_manager.h316 uint64_t exception_clear_mask,
322 uint64_t exception_clear_mask,
H A Dkfd_device_queue_manager.c3449 uint64_t exception_clear_mask, in suspend_queues() argument
3485 if (exception_clear_mask && is_mes) in suspend_queues()
3487 ~exception_clear_mask; in suspend_queues()
3528 else if (exception_clear_mask) in suspend_queues()
3530 ~exception_clear_mask; in suspend_queues()
3581 uint64_t exception_clear_mask, in set_queue_snapshot_entry() argument
3596 q->properties.exception_status &= ~exception_clear_mask; in set_queue_snapshot_entry()