con_write_page     41 drivers/tty/serial/sunhv.c static char *con_write_page;
con_write_page    421 drivers/tty/serial/sunhv.c 	char *p = con_write_page;
con_write_page    435 drivers/tty/serial/sunhv.c 	*page_bytes = p - con_write_page;
con_write_page    451 drivers/tty/serial/sunhv.c 		unsigned long ra = __pa(con_write_page);
con_write_page    541 drivers/tty/serial/sunhv.c 		con_write_page = kzalloc(PAGE_SIZE, GFP_KERNEL);
con_write_page    542 drivers/tty/serial/sunhv.c 		if (!con_write_page)
con_write_page    595 drivers/tty/serial/sunhv.c 	kfree(con_write_page);
con_write_page    613 drivers/tty/serial/sunhv.c 	kfree(con_write_page);