Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/arm/hwtrace/
H A Dhwtrace.c123 #define DEBUG_COMMAND_BUFFER_SIZE 256 macro
198 static command_buffer_element_t debug_command_buffer[DEBUG_COMMAND_BUFFER_SIZE]; in pe_init_debug_command()
245 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()