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

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c57 tmp &= pqn->q->properties.exception_status;
62 *event_status = pqn->q->properties.exception_status;
65 pqn->q->properties.exception_status &= ~exception_clear_mask;
73 & pdd->exception_status;
78 *event_status = pdd->exception_status;
80 pdd->exception_status &= ~exception_clear_mask;
85 if (process->exception_enable_mask & process->exception_status) {
86 *event_status = process->exception_status;
87 process->exception_status &= ~exception_clear_mask;
110 * only if exception_status i
[all...]
H A Dkfd_priv.h523 uint64_t exception_status; member in struct:queue_properties
819 uint64_t exception_status; member in struct:kfd_process_device
959 uint64_t exception_status; member in struct:kfd_process
H A Dkfd_device_queue_manager.c981 is_new = q->properties.exception_status & KFD_EC_MASK(EC_QUEUE_NEW);
2998 q->properties.exception_status &=
3041 q->properties.exception_status &=
3103 qss_entry->exception_status = q->properties.exception_status;
3108 q->properties.exception_status &= ~exception_clear_mask;
H A Dkfd_process_queue_manager.c233 q_properties->exception_status = KFD_EC_MASK(EC_QUEUE_NEW);
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h117 __u64 exception_status; member in struct:kfd_dbg_device_info_entry
983 __u64 exception_status; member in struct:kfd_queue_snapshot_entry

Completed in 128 milliseconds