Searched refs:runtime_info (Results 1 – 10 of 10) sorted by relevance
219 p->runtime_info.runtime_state == DEBUG_RUNTIME_STATE_ENABLED) { in kfd_set_dbg_ev_from_interrupt()341 target->runtime_info.runtime_state = r == -EBUSY ? in kfd_dbg_set_workaround()593 target->runtime_info.ttmp_setup, in kfd_dbg_trap_deactivate()647 target->runtime_info.runtime_state = DEBUG_RUNTIME_STATE_ENABLED; in kfd_dbg_trap_disable()680 target->runtime_info.runtime_state = (r == -EBUSY) ? in kfd_dbg_trap_activate()697 target->runtime_info.ttmp_setup)) in kfd_dbg_trap_activate()724 target->runtime_info.runtime_state = in kfd_dbg_trap_activate()741 void __user *runtime_info, uint32_t *runtime_size) in kfd_dbg_trap_enable() argument785 if (copy_to_user(runtime_info, (void *)&target->runtime_info, copy_size)) { in kfd_dbg_trap_enable()790 *runtime_size = sizeof(target->runtime_info); in kfd_dbg_trap_enable()[all …]
48 void __user *runtime_info,
2758 if (p->runtime_info.runtime_state != DEBUG_RUNTIME_STATE_DISABLED) in runtime_enable()2778 p->runtime_info.runtime_state = DEBUG_RUNTIME_STATE_ENABLED; in runtime_enable()2779 p->runtime_info.r_debug = r_debug; in runtime_enable()2780 p->runtime_info.ttmp_setup = enable_ttmp_setup; in runtime_enable()2782 if (p->runtime_info.ttmp_setup) { in runtime_enable()2822 bool was_enabled = p->runtime_info.runtime_state == DEBUG_RUNTIME_STATE_ENABLED; in runtime_disable()2824 p->runtime_info.runtime_state = DEBUG_RUNTIME_STATE_DISABLED; in runtime_disable()2825 p->runtime_info.r_debug = 0; in runtime_disable()2844 if (was_enabled && p->runtime_info.ttmp_setup) { in runtime_disable()2853 p->runtime_info.ttmp_setup = false; in runtime_disable()[all …]
56 pdd->process->runtime_info.runtime_state == DEBUG_RUNTIME_STATE_ENABLED) { in pm_map_process_v9()
983 struct kfd_runtime_info runtime_info; member
1183 if (!kfd_dbg_is_rlc_restore_supported(pdd->dev) && p->runtime_info.ttmp_setup) in kfd_process_notifier_release_internal()
213 struct intel_runtime_info runtime_info; member
683 intel_device_info_print(&error->device_info, &error->runtime_info, &p); in err_print_capabilities()909 intel_subplatform(&error->runtime_info, in __err_print_to_sgl()2044 memcpy(&error->runtime_info, in capture_gen()2046 sizeof(error->runtime_info)); in capture_gen()
746 struct runtime_info struct
4352 TYPE_RUNTIME_PTR (type) = (struct runtime_info *) xmalloc (sizeof (struct runtime_info)); in hpread_read_struct_type()