Searched refs:HVC_COOKIE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_xen.c33 #define HVC_COOKIE 0x58656e /* "Xen" in hex */ macro
78 return devid + HVC_COOKIE;
249 info = vtermno_to_xencons(HVC_COOKIE);
277 info->vtermno = HVC_COOKIE;
313 info = vtermno_to_xencons(HVC_COOKIE);
323 xencons_info_pv_init(info, HVC_COOKIE);
337 info = vtermno_to_xencons(HVC_COOKIE);
346 info->vtermno = HVC_COOKIE;
370 struct xencons_info *info = vtermno_to_xencons(HVC_COOKIE);
609 info = vtermno_to_xencons(HVC_COOKIE);
[all...]

Completed in 176 milliseconds