Searched refs:vas_window (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 80 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);
|
/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 49 struct vas_window *rxwin; 59 static DEFINE_PER_CPU(struct vas_window *, cpu_txwin); 564 struct vas_window *txwin; in nx842_exec_vas() 682 static struct vas_window *nx_alloc_txwin(struct nx_coproc *coproc) in nx_alloc_txwin() 684 struct vas_window *txwin = NULL; in nx_alloc_txwin() 717 struct vas_window *txwin = NULL; in nx_open_percpu_txwins() 769 struct vas_window *rxwin = NULL; in vas_cfg_coproc_info() 996 struct vas_window *txwin; in nx_delete_coprocs()
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | vas.h | 352 struct vas_window vas_win; 436 static inline int vas_window_pid(struct vas_window *window) in vas_window_pid() 481 * we should be able to locate the 'struct vas_window' given the PSWID.
|
H A D | vas-trace.h | 89 __field(struct vas_window *, win)
|
H A D | vas-fault.c | 202 struct vas_window *win; in vas_setup_fault_window()
|
H A D | vas-debug.c | 109 struct vas_window *window = &pnv_win->vas_win; in vas_window_free_dbgdir()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | vas.h | 122 struct vas_window vas_win;
|
H A D | vas.c | 318 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() 534 * from the list, remove task references and free vas_window in vas_deallocate_window() 816 * free vas_window struct since it may be reused in reconfig_close_windows()
|