Home
last modified time | relevance | path

Searched refs:exception_status (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.c58 tmp &= pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
63 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
66 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
74 & pdd->exception_status; in kfd_dbg_ev_query_debug_event()
79 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event()
81 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
86 if (process->exception_enable_mask & process->exception_status) { in kfd_dbg_ev_query_debug_event()
87 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event()
88 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
138 pdd->exception_status |= event_mask & KFD_EC_MASK_DEVICE; in kfd_dbg_ev_raise()
[all …]
Dkfd_priv.h527 uint64_t exception_status; member
829 uint64_t exception_status; member
980 uint64_t exception_status; member
Dkfd_device_queue_manager.c1036 is_new = q->properties.exception_status & KFD_EC_MASK(EC_QUEUE_NEW); in suspend_single_queue()
3378 q->properties.exception_status &= in suspend_queues()
3421 q->properties.exception_status &= in suspend_queues()
3483 qss_entry->exception_status = q->properties.exception_status; in set_queue_snapshot_entry()
3488 q->properties.exception_status &= ~exception_clear_mask; in set_queue_snapshot_entry()
Dkfd_process_queue_manager.c244 q_properties->exception_status = KFD_EC_MASK(EC_QUEUE_NEW); in init_user_queue()
/linux-6.12.1/include/uapi/linux/
Dkfd_ioctl.h122 __u64 exception_status; member
1064 __u64 exception_status; member