Lines Matching defs:con_write_page
37 static char *con_write_page;
406 /* Copy 's' into the con_write_page, decoding "\n" into
409 * 's' and also how many bytes to output via con_write_page.
415 char *p = con_write_page;
429 *page_bytes = p - con_write_page;
445 unsigned long ra = __pa(con_write_page);
535 con_write_page = kzalloc(PAGE_SIZE, GFP_KERNEL);
536 if (!con_write_page)
590 kfree(con_write_page);
608 kfree(con_write_page);