Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.c57 tmp &= pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
62 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
65 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
73 & pdd->exception_status; in kfd_dbg_ev_query_debug_event()
78 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event()
80 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
85 if (process->exception_enable_mask & process->exception_status) { in kfd_dbg_ev_query_debug_event()
86 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event()
87 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
136 pdd->exception_status |= event_mask & KFD_EC_MASK_DEVICE; in kfd_dbg_ev_raise()
[all …]
Dkfd_priv.h523 uint64_t exception_status; member
819 uint64_t exception_status; member
959 uint64_t exception_status; member
Dkfd_device_queue_manager.c973 is_new = q->properties.exception_status & KFD_EC_MASK(EC_QUEUE_NEW); in suspend_single_queue()
2969 q->properties.exception_status &= in suspend_queues()
3012 q->properties.exception_status &= in suspend_queues()
3074 qss_entry->exception_status = q->properties.exception_status; in set_queue_snapshot_entry()
3079 q->properties.exception_status &= ~exception_clear_mask; in set_queue_snapshot_entry()
Dkfd_process_queue_manager.c231 q_properties->exception_status = KFD_EC_MASK(EC_QUEUE_NEW); in init_user_queue()
/linux-6.6.21/include/uapi/linux/
Dkfd_ioctl.h116 __u64 exception_status; member
968 __u64 exception_status; member