Lines Matching full:vas
16 #include <asm/vas.h>
50 } vas; member
56 * where the process is executing. Use with VAS function.
592 * VAS copy CRB into L2 cache. Refer <asm/vas.h>. in nx842_exec_vas()
598 * VAS paste previously copied CRB to NX. in nx842_exec_vas()
604 * Retry copy/paste function for VAS failures. in nx842_exec_vas()
609 pr_err_ratelimited("VAS copy/paste failed\n"); in nx842_exec_vas()
697 * Open a VAS send window which is used to send request to NX. in nx_alloc_txwin()
699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()
842 * Open a VAS receice window which is used to configure RxFIFO in vas_cfg_coproc_info()
848 pr_err("setting RxFIFO with VAS failed: %d\n", in vas_cfg_coproc_info()
853 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info()
854 coproc->vas.id = vasid; in vas_cfg_coproc_info()
1013 if (coproc->vas.rxwin) in nx_delete_coprocs()
1014 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()
1089 * Register VAS user space API for NX GZIP so in nx_compress_powernv_init()
1128 * VAS API for NX GZIP is registered during init for user space in nx_compress_powernv_exit()