cortex_a_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_a_exec_command_handlers

cortex_a_exec_command_handlers variable

Syntax

static const struct command_registration cortex_a_exec_command_handlers[] = { { .name = "cache_info", .handler = cortex_a_handle_cache_info_command, .mode = COMMAND_EXEC, .help = "display information about target caches", .usage = "", }, { .name = "dbginit", .handler = cortex_a_handle_dbginit_command, .mode = COMMAND_EXEC, .help = "Initialize core debug", .usage = "", }, { .name = "maskisr", .handler = handle_cortex_a_mask_interrupts_command, .mode = COMMAND_ANY, .help = "mask cortex_a interrupts", .usage = "['on'|'off']", }, { .name = "dacrfixup", .handler = handle_cortex_a_dacrfixup_command, .mode = COMMAND_ANY, .help = "set domain access control (DACR) to all-manager " "on memory access", .usage = "['on'|'off']", }, { .name = "freeze_core", .handler = handle_cortex_a_freeze_core_command, .mode = COMMAND_EXEC, .help = "freeze or unfreeze a specified core in SMP mode", .usage = "[core number] [freeze delta]", }, { .chain = armv7a_mmu_command_handlers, }, { .chain = smp_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
cortex_a.c:3363
static const struct command_registration cortex_a_exec_command_handlers[] = {
cortex_a.c:3421
.chain = cortex_a_exec_command_handlers,

Type Use

Type of cortex_a_exec_command_handlers
cortex_a_exec_command_handlers
all items filtered out