• Home
  • Raw
  • Download

Lines Matching defs:window

31 static void compute_paste_address(struct vas_window *window, u64 *addr, int *len)  in compute_paste_address()
57 static inline void get_hvwc_mmio_bar(struct vas_window *window, in get_hvwc_mmio_bar()
67 static inline void get_uwc_mmio_bar(struct vas_window *window, in get_uwc_mmio_bar()
147 static void unmap_paste_region(struct vas_window *window) in unmap_paste_region()
168 static void unmap_winctx_mmio_bars(struct vas_window *window) in unmap_winctx_mmio_bars()
201 int map_winctx_mmio_bars(struct vas_window *window) in map_winctx_mmio_bars()
229 void reset_window_regs(struct vas_window *window) in reset_window_regs()
285 static void init_xlate_regs(struct vas_window *window, bool user_win) in init_xlate_regs()
372 int init_winctx_regs(struct vas_window *window, struct vas_winctx *winctx) in init_winctx_regs()
535 static void vas_window_free(struct vas_window *window) in vas_window_free()
552 struct vas_window *window; in vas_window_alloc() local
654 struct vas_window *window) in set_vinst_win()
679 static void clear_vinst_win(struct vas_window *window) in clear_vinst_win()
1141 static void poll_window_credits(struct vas_window *window) in poll_window_credits()
1176 static void poll_window_busy_state(struct vas_window *window) in poll_window_busy_state()
1208 static void poll_window_castout(struct vas_window *window) in poll_window_castout()
1217 static void unpin_close_window(struct vas_window *window) in unpin_close_window()
1239 int vas_win_close(struct vas_window *window) in vas_win_close()