Searched refs:xencons_info (Results 1 – 1 of 1) sorted by relevance
35 struct xencons_info { struct51 static struct xencons_info *vtermno_to_xencons(int vtermno) in vtermno_to_xencons() argument53 struct xencons_info *entry, *n, *ret = NULL; in vtermno_to_xencons()73 static inline void notify_daemon(struct xencons_info *cons) in notify_daemon()79 static int __write_console(struct xencons_info *xencons, in __write_console()105 struct xencons_info *cons = vtermno_to_xencons(vtermno); in domU_write_console()133 struct xencons_info *xencons = vtermno_to_xencons(vtermno); in domU_read_console()192 struct xencons_info *info; in xen_hvm_console_init()199 info = kzalloc(sizeof(struct xencons_info), GFP_KERNEL); in xen_hvm_console_init()236 static int xencons_info_pv_init(struct xencons_info *info, int vtermno) in xencons_info_pv_init()[all …]