Searched refs:memcons_input (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/sysdev/
H A Dudbg_memcons.c9 * Input may be passed by writing into the memcons_input buffer when it is
33 static char memcons_input[CONFIG_PPC_MEMCONS_INPUT_SIZE]; variable
39 .input_start = memcons_input,
40 .input_pos = memcons_input,
41 .input_end = &memcons_input[CONFIG_PPC_MEMCONS_INPUT_SIZE],

Completed in 216 milliseconds