Home
last modified time | relevance | path

Searched refs:vas_window (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/include/asm/
A Dvas.h80 struct vas_window { struct
94 struct vas_window * (*open_win)(int vas_id, u64 flags, argument
96 u64 (*paste_addr)(struct vas_window *);
97 int (*close_win)(struct vas_window *);
199 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop,
218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
226 int vas_win_close(struct vas_window *win);
238 int vas_paste_crb(struct vas_window *win, int offset, bool re);
/arch/powerpc/platforms/book3s/
A Dvas-api.c55 struct vas_window *txwin;
285 struct vas_window *txwin; in coproc_ioc_tx_win_open()
400 struct vas_window *txwin; in vas_mmap_fault()
478 struct vas_window *txwin; in vas_mmap_close()
508 struct vas_window *txwin; in coproc_mmap()
/arch/powerpc/platforms/powernv/
A Dvas-window.c853 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()
A Dvas.h352 struct vas_window vas_win;
436 static inline int vas_window_pid(struct vas_window *window) in vas_window_pid()
A Dvas-trace.h89 __field(struct vas_window *, win)
A Dvas-fault.c202 struct vas_window *win; in vas_setup_fault_window()
A Dvas-debug.c109 struct vas_window *window = &pnv_win->vas_win; in vas_window_free_dbgdir()
/arch/powerpc/platforms/pseries/
A Dvas.h122 struct vas_window vas_win;
A Dvas.c318 static struct vas_window *vas_allocate_window(int vas_id, u64 flags, in vas_allocate_window()
483 static u64 vas_paste_address(struct vas_window *vwin) in vas_paste_address()
511 static int vas_deallocate_window(struct vas_window *vwin) in vas_deallocate_window()

Completed in 18 milliseconds