Home
last modified time | relevance | path

Searched refs:vas_tx_win_open (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dvas.h148 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dvas-trace.h48 TRACE_EVENT( vas_tx_win_open,
Dvas-window.c989 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open() function
1077 EXPORT_SYMBOL_GPL(vas_tx_win_open);
/Linux-v4.19/drivers/crypto/nx/
Dnx-842-powernv.c704 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx842_alloc_txwin()