Home
last modified time | relevance | path

Searched refs:debug_feature (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_cpuid.c108 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()
H A Dmachine_cpuid.h77 } debug_feature; member
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_cpuid.h61 } debug_feature; member