Searched refs:vas_window (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/include/asm/ |
D | vas.h | 67 struct vas_window { struct 80 struct vas_window * (*open_win)(int vas_id, u64 flags, argument 82 u64 (*paste_addr)(struct vas_window *); 83 int (*close_win)(struct vas_window *); 185 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop, 204 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, 212 int vas_win_close(struct vas_window *win); 224 int vas_paste_crb(struct vas_window *win, int offset, bool re);
|
/arch/powerpc/platforms/book3s/ |
D | vas-api.c | 53 struct vas_window *txwin; 284 struct vas_window *txwin; in coproc_ioc_tx_win_open() 356 struct vas_window *txwin; in coproc_mmap()
|
/arch/powerpc/platforms/powernv/ |
D | vas-window.c | 853 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop, in vas_rx_win_open() 875 return (struct vas_window *)rxwin; in vas_rx_win_open() 995 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open() 1026 return (struct vas_window *)rxwin; in vas_tx_win_open() 1098 int vas_paste_crb(struct vas_window *vwin, int offset, bool re) in vas_paste_crb() 1283 int vas_win_close(struct vas_window *vwin) in vas_win_close() 1412 static struct vas_window *vas_user_win_open(int vas_id, u64 flags, in vas_user_win_open() 1431 static u64 vas_user_win_paste_addr(struct vas_window *txwin) in vas_user_win_paste_addr() 1442 static int vas_user_win_close(struct vas_window *txwin) in vas_user_win_close()
|
D | vas.h | 352 struct vas_window vas_win; 436 static inline int vas_window_pid(struct vas_window *window) in vas_window_pid()
|
D | vas-trace.h | 89 __field(struct vas_window *, win)
|
D | vas-fault.c | 202 struct vas_window *win; in vas_setup_fault_window()
|
D | vas-debug.c | 109 struct vas_window *window = &pnv_win->vas_win; in vas_window_free_dbgdir()
|
/arch/powerpc/platforms/pseries/ |
D | vas.h | 110 struct vas_window vas_win;
|
D | vas.c | 262 static struct vas_window *vas_allocate_window(int vas_id, u64 flags, in vas_allocate_window() 386 static u64 vas_paste_address(struct vas_window *vwin) in vas_paste_address() 414 static int vas_deallocate_window(struct vas_window *vwin) in vas_deallocate_window()
|