Home
last modified time | relevance | path

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

/kernel/lib/debugcommands/
A Ddebugcommands.cpp28 static int cmd_modify_mem(int argc, const cmd_args *argv, uint32_t flags);
43 STATIC_COMMAND_MASKED("mw", "modify word of memory", &cmd_modify_mem, CMD_AVAIL_ALWAYS)
44 STATIC_COMMAND_MASKED("mh", "modify halfword of memory", &cmd_modify_mem, CMD_AVAIL_ALWAYS)
45 STATIC_COMMAND_MASKED("mb", "modify byte of memory", &cmd_modify_mem, CMD_AVAIL_ALWAYS)
149 static int cmd_modify_mem(int argc, const cmd_args *argv, uint32_t flags) in cmd_modify_mem() function

Completed in 7 milliseconds