Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-trace.h48 TRACE_EVENT( vas_tx_win_open,
H A Dvas-window.c995 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open() function
1089 EXPORT_SYMBOL_GPL(vas_tx_win_open);
1428 return vas_tx_win_open(vas_id, cop_type, &txattr); in vas_user_win_open()
/openbmc/linux/arch/powerpc/include/asm/
H A Dvas.h218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()