Home
last modified time | relevance | path

Searched refs:t_vu (Results 1 – 1 of 1) sorted by relevance

/hypervisor/dm/
A Dvuart.c480 struct acrn_vuart *t_vu; in notify_target() local
484 t_vu = vu->target_vu; in notify_target()
488 vuart_toggle_intr(t_vu); in notify_target()
520 struct acrn_vuart *t_vu; in vuart_read_reg() local
524 t_vu = vu->target_vu; in vuart_read_reg()
565 if (t_vu != NULL) { in vuart_read_reg()
708 struct acrn_vuart *vu, *t_vu; in vuart_setup_connection() local
713 if ((t_vu != NULL) && (t_vu->target_vu == NULL)) { in vuart_setup_connection()
714 vu->target_vu = t_vu; in vuart_setup_connection()
715 t_vu->target_vu = vu; in vuart_setup_connection()
[all …]

Completed in 4 milliseconds