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

/linux-4.4.14/arch/powerpc/sysdev/
H A Dudbg_memcons.c8 * Input may be passed by writing into the memcons_input buffer when it is
37 static char memcons_input[CONFIG_PPC_MEMCONS_INPUT_SIZE]; variable
43 .input_start = memcons_input,
44 .input_pos = memcons_input,
45 .input_end = &memcons_input[CONFIG_PPC_MEMCONS_INPUT_SIZE],

Completed in 36 milliseconds