Lines Matching defs:con_write_page
37 static char *con_write_page;
408 /* Copy 's' into the con_write_page, decoding "\n" into
411 * 's' and also how many bytes to output via con_write_page.
417 char *p = con_write_page;
431 *page_bytes = p - con_write_page;
447 unsigned long ra = __pa(con_write_page);
537 con_write_page = kzalloc(PAGE_SIZE, GFP_KERNEL);
538 if (!con_write_page)
592 kfree(con_write_page);
610 kfree(con_write_page);