Searched refs:coproc (Results 1 – 4 of 4) sorted by relevance
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()754 coproc->ct = high; in nx_set_ct()756 coproc->ct = normal; in nx_set_ct()812 coproc = kzalloc(sizeof(*coproc), GFP_KERNEL); in vas_cfg_coproc_info()813 if (!coproc) in vas_cfg_coproc_info()866 kfree(coproc); in vas_cfg_coproc_info()973 coproc = kzalloc(sizeof(*coproc), GFP_KERNEL); in nx842_powernv_probe()974 if (!coproc) in nx842_powernv_probe()977 coproc->ct = ct; in nx842_powernv_probe()978 coproc->ci = ci; in nx842_powernv_probe()[all …]
54 struct coproc_dev *coproc; member273 cp_inst->coproc = container_of(inode->i_cdev, struct coproc_dev, in coproc_open()307 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->open_win) { in coproc_ioc_tx_win_open()312 txwin = cp_inst->coproc->vops->open_win(uattr.vas_id, uattr.flags, in coproc_ioc_tx_win_open()313 cp_inst->coproc->cop_type); in coproc_ioc_tx_win_open()332 if (cp_inst->coproc->vops && in coproc_release()333 cp_inst->coproc->vops->close_win) { in coproc_release()334 rc = cp_inst->coproc->vops->close_win(cp_inst->txwin); in coproc_release()436 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in vas_mmap_fault()494 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { in coproc_mmap()[all …]
38 * - ``coproc.boot``41 * - ``coproc.uboot``44 * - ``coproc.main``47 * - ``coproc.recovery``
140 coproc ADDR2LINE_PROC (${ADDR2LINE} ${ADDR2LINE_ARGS})
Completed in 13 milliseconds