Searched refs:coproc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 673 static inline void nx_add_coprocs_list(struct nx_coproc *coproc, in nx_add_coprocs_list() argument 676 coproc->chip_id = chipid; in nx_add_coprocs_list() 677 INIT_LIST_HEAD(&coproc->list); in nx_add_coprocs_list() 678 list_add(&coproc->list, &nx_coprocs); in nx_add_coprocs_list() 681 static struct vas_window *nx_alloc_txwin(struct nx_coproc *coproc) in nx_alloc_txwin() argument 690 vas_init_tx_win_attr(&txattr, coproc->ct); in nx_alloc_txwin() 696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin() 712 struct nx_coproc *coproc, *n; in nx_open_percpu_txwins() local 720 list_for_each_entry_safe(coproc, n, &nx_coprocs, list) { in nx_open_percpu_txwins() 727 if (coproc->ct != VAS_COP_TYPE_842_HIPRI) in nx_open_percpu_txwins() [all …]
|
/openbmc/linux/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 54 struct coproc_dev *coproc; member 273 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() 530 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { in coproc_mmap() [all …]
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | sfc.rst | 38 * - ``coproc.boot`` 41 * - ``coproc.uboot`` 44 * - ``coproc.main`` 47 * - ``coproc.recovery``
|
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 212 int coproc) in syn_fp_access_trap() argument 217 | (cv << 24) | (cond << 20) | coproc; in syn_fp_access_trap()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 230 int coproc = arm_dc_feature(s, ARM_FEATURE_V8) ? 0 : 0xa; in vfp_access_check_a() local 231 uint32_t syn = syn_fp_access_trap(1, 0xe, false, coproc); in vfp_access_check_a()
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | encode_ext.def | 24 DEF_ENC(V6_extractw, ICLASS_LD" 001 0 000sssss PP0uuuuu --1ddddd") /* coproc insn, returns Rd */
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 3190 coproc.h: 362
|