Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dvas.h143 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dvas-trace.h48 TRACE_EVENT( vas_tx_win_open,
Dvas-api.c113 txwin = vas_tx_win_open(vasid, cp_inst->coproc->cop_type, &txattr); in coproc_ioc_tx_win_open()
Dvas-window.c992 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open() function
1126 EXPORT_SYMBOL_GPL(vas_tx_win_open);
/Linux-v5.10/drivers/crypto/nx/
Dnx-common-powernv.c699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()