Lines Matching defs:window
29 void vas_win_paste_addr(struct vas_window *window, u64 *addr, int *len) in vas_win_paste_addr()
45 static inline void get_hvwc_mmio_bar(struct vas_window *window, in get_hvwc_mmio_bar()
55 static inline void get_uwc_mmio_bar(struct vas_window *window, in get_uwc_mmio_bar()
135 static void unmap_paste_region(struct vas_window *window) in unmap_paste_region()
156 static void unmap_winctx_mmio_bars(struct vas_window *window) in unmap_winctx_mmio_bars()
189 static int map_winctx_mmio_bars(struct vas_window *window) in map_winctx_mmio_bars()
217 static void reset_window_regs(struct vas_window *window) in reset_window_regs()
273 static void init_xlate_regs(struct vas_window *window, bool user_win) in init_xlate_regs()
360 static void init_winctx_regs(struct vas_window *window, in init_winctx_regs()
522 static void vas_window_free(struct vas_window *window) in vas_window_free()
539 struct vas_window *window; in vas_window_alloc() local
641 struct vas_window *window) in set_vinst_win()
666 static void clear_vinst_win(struct vas_window *window) in clear_vinst_win()
1190 static void poll_window_credits(struct vas_window *window) in poll_window_credits()
1243 static void poll_window_busy_state(struct vas_window *window) in poll_window_busy_state()
1285 static void poll_window_castout(struct vas_window *window) in poll_window_castout()
1294 static void unpin_close_window(struct vas_window *window) in unpin_close_window()
1316 int vas_win_close(struct vas_window *window) in vas_win_close()
1380 void vas_return_credit(struct vas_window *window, bool tx) in vas_return_credit()
1397 struct vas_window *window; in vas_pswid_to_window() local