Searched refs:hyp_trace (Results 1 – 4 of 4) sorted by relevance
| /hyp/misc/trace_standard/src/ |
| A D | trace.c | 82 hyp_trace.header = (trace_buffer_header_t *)base; in trace_init_common() 83 hyp_trace.header_phys = in trace_init_common() 107 hyp_trace.num_bufs = buffer_count; in trace_init_common() 109 hyp_trace.area_size_64 = (uint32_t)(size / 64U); in trace_init_common() 117 hyp_trace.flags = trace_control_flags_default(); in trace_boot_init() 118 trace_control_flags_set_format(&hyp_trace.flags, in trace_boot_init() 132 atomic_init(&hyp_trace.enabled_class_flags, flags); in trace_boot_init() 339 (void)atomic_fetch_or_explicit(&hyp_trace.enabled_class_flags, flags, in trace_set_class_flags() 346 (void)atomic_fetch_and_explicit(&hyp_trace.enabled_class_flags, ~flags, in trace_clear_class_flags() 361 &hyp_trace.enabled_class_flags, &flags, new_flags, in trace_update_class_flags() [all …]
|
| A D | debug.S | 9 adrp x0, hyp_trace
|
| /hyp/interfaces/trace/include/ |
| A D | trace.h | 29 extern trace_control_t hyp_trace; 35 &hyp_trace.enabled_class_flags, memory_order_relaxed); \
|
| /hyp/misc/gpt/tests/ |
| A D | host_tests.c | 31 trace_control_t hyp_trace; variable 55 atomic_init(&hyp_trace.enabled_class_flags, flags); in trace_and_log_init()
|
Completed in 11 milliseconds