Searched refs:xencons_info (Results 1 – 1 of 1) sorted by relevance
47 struct xencons_info { struct63 static struct xencons_info *vtermno_to_xencons(int vtermno) in vtermno_to_xencons() argument65 struct xencons_info *entry, *n, *ret = NULL; in vtermno_to_xencons()85 static inline void notify_daemon(struct xencons_info *cons) in notify_daemon()91 static int __write_console(struct xencons_info *xencons, in __write_console()117 struct xencons_info *cons = vtermno_to_xencons(vtermno); in domU_write_console()145 struct xencons_info *xencons = vtermno_to_xencons(vtermno); in domU_read_console()204 struct xencons_info *info; in xen_hvm_console_init()211 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL); in xen_hvm_console_init()250 struct xencons_info *info; in xen_pv_console_init()[all …]