Searched refs:debug_feature (Results 1 – 3 of 3) sorted by relevance
108 cpuid_debug_info.coprocessor_core_debug = id_dfr0.debug_feature.coprocessor_core_debug != 0; in machine_do_debugid()109 cpuid_debug_info.memory_mapped_core_debug = (id_dfr0.debug_feature.memory_mapped_core_debug != 0) in machine_do_debugid()122 if (id_dfr0.debug_feature.debug_arch_version) { in machine_do_debugid()123 cpuid_debug_info.num_watchpoint_pairs = id_dfr0.debug_feature.wrps + 1; in machine_do_debugid()124 cpuid_debug_info.num_breakpoint_pairs = id_dfr0.debug_feature.brps + 1; in machine_do_debugid()
77 } debug_feature; member
61 } debug_feature; member