Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c53 uint64_t tmp = process->exception_enable_mask; in kfd_dbg_ev_query_debug_event()
73 uint64_t tmp = process->exception_enable_mask in kfd_dbg_ev_query_debug_event()
86 if (process->exception_enable_mask & process->exception_status) { in kfd_dbg_ev_query_debug_event()
181 if (process->exception_enable_mask & event_mask) { in kfd_dbg_ev_raise()
1149 target->exception_enable_mask = exception_set_mask; in kfd_dbg_set_enabled_debug_exception_mask()
H A Dkfd_priv.h981 uint64_t exception_enable_mask; member
H A Dkfd_process.c1524 process->exception_enable_mask = 0; in create_process()
H A Dkfd_chardev.c3005 target->exception_enable_mask = args->enable.exception_mask; in kfd_ioctl_set_debug_trap()