Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powernv/
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; argument
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 *window, u64 *addr,
[all …]
Dvas-window.c30 void vas_win_paste_addr(struct pnv_vas_window *window, u64 *addr, int *len) in vas_win_paste_addr()
46 static inline void get_hvwc_mmio_bar(struct pnv_vas_window *window, in get_hvwc_mmio_bar()
56 static inline void get_uwc_mmio_bar(struct pnv_vas_window *window, in get_uwc_mmio_bar()
71 static void *map_paste_region(struct pnv_vas_window *txwin) in map_paste_region()
136 static void unmap_paste_region(struct pnv_vas_window *window) in unmap_paste_region()
157 static void unmap_winctx_mmio_bars(struct pnv_vas_window *window) in unmap_winctx_mmio_bars()
190 static int map_winctx_mmio_bars(struct pnv_vas_window *window) in map_winctx_mmio_bars()
218 static void reset_window_regs(struct pnv_vas_window *window) in reset_window_regs()
274 static void init_xlate_regs(struct pnv_vas_window *window, bool user_win) in init_xlate_regs()
339 static void init_rsvd_tx_buf_count(struct pnv_vas_window *txwin, in init_rsvd_tx_buf_count()
[all …]
Dvas-debug.c32 struct pnv_vas_window *window = s->private; in info_show()
51 static inline void print_reg(struct seq_file *s, struct pnv_vas_window *win, in print_reg()
59 struct pnv_vas_window *window = s->private; in hvwc_show()
107 void vas_window_free_dbgdir(struct pnv_vas_window *pnv_win) in vas_window_free_dbgdir()
119 void vas_window_init_dbgdir(struct pnv_vas_window *window) in vas_window_init_dbgdir()
Dvas-fault.c71 struct pnv_vas_window *window; in vas_fault_thread_fn()
238 vinst->fault_win = container_of(win, struct pnv_vas_window, vas_win); in vas_setup_fault_window()
Dvas-trace.h83 struct pnv_vas_window *win),