Home
last modified time | relevance | path

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

/xnu-12377.81.4/pexpert/arm/hwtrace/
H A Dhwtrace.c129 #define DEBUG_COMMAND_BUFFER_SIZE 256 macro
200 static command_buffer_element_t debug_command_buffer[DEBUG_COMMAND_BUFFER_SIZE]; in pe_init_debug_command()
247 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()