Home
last modified time | relevance | path

Searched refs:runtime_info (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debug.c219 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() argument
785 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 …]
H A Dkfd_debug.h48 void __user *runtime_info,
H A Dkfd_chardev.c2758 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 …]
H A Dkfd_packet_manager_v9.c56 pdd->process->runtime_info.runtime_state == DEBUG_RUNTIME_STATE_ENABLED) { in pm_map_process_v9()
H A Dkfd_priv.h983 struct kfd_runtime_info runtime_info; member
H A Dkfd_process.c1183 if (!kfd_dbg_is_rlc_restore_supported(pdd->dev) && p->runtime_info.ttmp_setup) in kfd_process_notifier_release_internal()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_gpu_error.h213 struct intel_runtime_info runtime_info; member
H A Di915_gpu_error.c683 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()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h746 struct runtime_info struct
H A Dhpread.c4352 TYPE_RUNTIME_PTR (type) = (struct runtime_info *) xmalloc (sizeof (struct runtime_info)); in hpread_read_struct_type()