Lines Matching full:vas
16 #include <asm/vas.h>
50 } vas; member
56 * where the process is executing. Use with VAS function.
589 * VAS copy CRB into L2 cache. Refer <asm/vas.h>. in nx842_exec_vas()
595 * VAS paste previously copied CRB to NX. in nx842_exec_vas()
601 * Retry copy/paste function for VAS failures. in nx842_exec_vas()
606 pr_err_ratelimited("VAS copy/paste failed\n"); in nx842_exec_vas()
694 * Open a VAS send window which is used to send request to NX. in nx_alloc_txwin()
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()
839 * Open a VAS receice window which is used to configure RxFIFO in vas_cfg_coproc_info()
845 pr_err("setting RxFIFO with VAS failed: %d\n", in vas_cfg_coproc_info()
850 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info()
851 coproc->vas.id = vasid; in vas_cfg_coproc_info()
1010 if (coproc->vas.rxwin) in nx_delete_coprocs()
1011 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()
1086 * Register VAS user space API for NX GZIP so in nx_compress_powernv_init()
1125 * VAS API for NX GZIP is registered during init for user space in nx_compress_powernv_exit()