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

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h337 struct pnv_vas_window *fault_win; /* Fault window */
340 struct pnv_vas_window *rxwin[VAS_COP_TYPE_MAX];
341 struct pnv_vas_window *windows[VAS_WINDOWS_PER_CHIP];
351 struct pnv_vas_window { struct
364 struct pnv_vas_window *rxwin;
425 extern void vas_window_init_dbgdir(struct pnv_vas_window *win);
426 extern void vas_window_free_dbgdir(struct pnv_vas_window *win);
430 extern void vas_return_credit(struct pnv_vas_window *window, bool tx);
431 extern struct pnv_vas_window *vas_pswid_to_window(struct vas_instance *vinst,
433 extern void vas_win_paste_addr(struct pnv_vas_window *windo
[all...]
H A Dvas-window.c30 void vas_win_paste_addr(struct pnv_vas_window *window, u64 *addr, int *len)
46 static inline void get_hvwc_mmio_bar(struct pnv_vas_window *window,
56 static inline void get_uwc_mmio_bar(struct pnv_vas_window *window,
71 static void *map_paste_region(struct pnv_vas_window *txwin)
136 static void unmap_paste_region(struct pnv_vas_window *window)
157 static void unmap_winctx_mmio_bars(struct pnv_vas_window *window)
190 static int map_winctx_mmio_bars(struct pnv_vas_window *window)
218 static void reset_window_regs(struct pnv_vas_window *window)
274 static void init_xlate_regs(struct pnv_vas_window *window, bool user_win)
339 static void init_rsvd_tx_buf_count(struct pnv_vas_window *txwi
[all...]
H A Dvas-debug.c32 struct pnv_vas_window *window = s->private;
51 static inline void print_reg(struct seq_file *s, struct pnv_vas_window *win,
59 struct pnv_vas_window *window = s->private;
107 void vas_window_free_dbgdir(struct pnv_vas_window *pnv_win)
119 void vas_window_init_dbgdir(struct pnv_vas_window *window)
H A Dvas-fault.c71 struct pnv_vas_window *window;
238 vinst->fault_win = container_of(win, struct pnv_vas_window, vas_win);
H A Dvas-trace.h83 struct pnv_vas_window *win),

Completed in 94 milliseconds