Home
last modified time | relevance | path

Searched refs:cop (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas-trace.h17 int cop,
20 TP_ARGS(tsk, vasid, cop, rxattr),
25 __field(int, cop)
36 __entry->cop = cop;
42 TP_printk("pid=%d, vasid=%d, cop=%d, lpid=%d, pid=%d, tid=%d",
43 __entry->pid, __entry->vasid, __entry->cop,
52 int cop,
55 TP_ARGS(tsk, vasid, cop, txattr),
60 __field(int, cop)
[all...]
H A Dvas-window.c593 if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
601 * by @cop and if applicable, @pswid.
606 enum vas_cop_type cop, u32 pswid) in get_vinst_rxwin()
612 if (cop == VAS_COP_TYPE_FTW) in get_vinst_rxwin()
615 rxwin = vinst->rxwin[cop] ?: ERR_PTR(-EINVAL); in get_vinst_rxwin()
652 WARN_ON_ONCE(vinst->rxwin[window->cop]); in set_vinst_win()
653 vinst->rxwin[window->cop] = window; in set_vinst_win()
674 WARN_ON_ONCE(!vinst->rxwin[window->cop]); in clear_vinst_win()
675 vinst->rxwin[window->cop] = NULL; in clear_vinst_win()
756 static bool rx_win_args_valid(enum vas_cop_type cop, in rx_win_args_valid() argument
605 get_vinst_rxwin(struct vas_instance *vinst, enum vas_cop_type cop, u32 pswid) get_vinst_rxwin() argument
815 vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop) vas_init_rx_win_attr() argument
851 vas_rx_win_open(int vasid, enum vas_cop_type cop, struct vas_rx_win_attr *rxattr) vas_rx_win_open() argument
891 vas_init_tx_win_attr(struct vas_tx_win_attr *txattr, enum vas_cop_type cop) vas_init_tx_win_attr() argument
968 tx_win_args_valid(enum vas_cop_type cop, struct vas_tx_win_attr *attr) tx_win_args_valid() argument
992 vas_tx_win_open(int vasid, enum vas_cop_type cop, struct vas_tx_win_attr *attr) vas_tx_win_open() argument
[all...]
H A Dvas-debug.c16 static char *cop_to_str(int cop) in cop_to_str() argument
18 switch (cop) { in cop_to_str()
39 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->cop), in info_show()
H A Dvas.h373 enum vas_cop_type cop; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dvas-trace.h17 int cop,
20 TP_ARGS(tsk, vasid, cop, rxattr),
25 __field(int, cop)
36 __entry->cop = cop;
42 TP_printk("pid=%d, vasid=%d, cop=%d, lpid=%d, pid=%d, tid=%d",
43 __entry->pid, __entry->vasid, __entry->cop,
52 int cop,
55 TP_ARGS(tsk, vasid, cop, txattr),
60 __field(int, cop)
[all...]
H A Dvas-window.c595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
603 * by @cop and if applicable, @pswid.
608 enum vas_cop_type cop, u32 pswid) in get_vinst_rxwin()
614 if (cop == VAS_COP_TYPE_FTW) in get_vinst_rxwin()
617 rxwin = vinst->rxwin[cop] ?: ERR_PTR(-EINVAL); in get_vinst_rxwin()
654 WARN_ON_ONCE(vinst->rxwin[window->vas_win.cop]); in set_vinst_win()
655 vinst->rxwin[window->vas_win.cop] = window; in set_vinst_win()
676 WARN_ON_ONCE(!vinst->rxwin[window->vas_win.cop]); in clear_vinst_win()
677 vinst->rxwin[window->vas_win.cop] = NULL; in clear_vinst_win()
758 static bool rx_win_args_valid(enum vas_cop_type cop, in rx_win_args_valid() argument
607 get_vinst_rxwin(struct vas_instance *vinst, enum vas_cop_type cop, u32 pswid) get_vinst_rxwin() argument
817 vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop) vas_init_rx_win_attr() argument
853 vas_rx_win_open(int vasid, enum vas_cop_type cop, struct vas_rx_win_attr *rxattr) vas_rx_win_open() argument
893 vas_init_tx_win_attr(struct vas_tx_win_attr *txattr, enum vas_cop_type cop) vas_init_tx_win_attr() argument
971 tx_win_args_valid(enum vas_cop_type cop, struct vas_tx_win_attr *attr) tx_win_args_valid() argument
995 vas_tx_win_open(int vasid, enum vas_cop_type cop, struct vas_tx_win_attr *attr) vas_tx_win_open() argument
[all...]
H A Dvas-debug.c17 static char *cop_to_str(int cop) in cop_to_str() argument
19 switch (cop) { in cop_to_str()
40 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->vas_win.cop), in info_show()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dvas.h85 enum vas_cop_type cop; member
116 void vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop);
124 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop,
131 enum vas_cop_type cop);
135 * and the co-processor type @cop. Use @attr to initialize attributes
139 * the coprocessor type @cop.
143 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dvas.h84 enum vas_cop_type cop; member
159 enum vas_cop_type cop; member
191 void vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop);
199 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop,
206 enum vas_cop_type cop);
210 * and the co-processor type @cop. Use @attr to initialize attributes
214 * the coprocessor type @cop.
218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-common.sh29 [ -z "$exp_fail" ] && cop="-ne" || cop="-eq"
31 if [ $code $cop 0 ]; then
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dfpuemu.h24 int fcmps(void *ft, void *fa, void *fb, int cop);
42 int fcmpd(void *ft, void *fa, void *fb, int cop);
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dnetback.c390 struct gnttab_copy *cop = queue->tx_copy_ops + *copy_ops; in xenvif_get_requests() local
405 cop->source.u.ref = txp->gref; in xenvif_get_requests()
406 cop->source.domid = queue->vif->domid; in xenvif_get_requests()
407 cop->source.offset = txp->offset; in xenvif_get_requests()
409 cop->dest.domid = DOMID_SELF; in xenvif_get_requests()
410 cop->dest.offset = (offset_in_page(skb->data + in xenvif_get_requests()
413 cop->dest.u.gmfn = virt_to_gfn(skb->data + skb_headlen(skb) in xenvif_get_requests()
417 if (cop->dest.offset + amount > XEN_PAGE_SIZE) { in xenvif_get_requests()
418 amount = XEN_PAGE_SIZE - cop->dest.offset; in xenvif_get_requests()
423 cop in xenvif_get_requests()
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dnetback.c390 struct gnttab_copy *cop = queue->tx_copy_ops + *copy_ops; in xenvif_get_requests() local
405 cop->source.u.ref = txp->gref; in xenvif_get_requests()
406 cop->source.domid = queue->vif->domid; in xenvif_get_requests()
407 cop->source.offset = txp->offset; in xenvif_get_requests()
409 cop->dest.domid = DOMID_SELF; in xenvif_get_requests()
410 cop->dest.offset = (offset_in_page(skb->data + in xenvif_get_requests()
413 cop->dest.u.gmfn = virt_to_gfn(skb->data + skb_headlen(skb) in xenvif_get_requests()
417 if (cop->dest.offset + amount > XEN_PAGE_SIZE) { in xenvif_get_requests()
418 amount = XEN_PAGE_SIZE - cop->dest.offset; in xenvif_get_requests()
423 cop in xenvif_get_requests()
[all...]
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dieee754.h63 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cop, int sig);
106 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cop, int sig);
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dieee754.h63 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cop, int sig);
106 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cop, int sig);
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damifb.c2108 copins *cop = copdisplay.init; in ami_init_copper() local
2113 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0); in ami_init_copper()
2114 (cop++)->l = CMOVE(0x0181, diwstrt); in ami_init_copper()
2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2116 (cop++)->l = CMOVE(0x0000, diwhigh); in ami_init_copper()
2118 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0); in ami_init_copper()
2121 (cop++)->l = CMOVE(0, spr[i].pos); in ami_init_copper()
2122 (cop++)->l = CMOVE(highw(p), sprpt[i]); in ami_init_copper()
2123 (cop++)->l = CMOVE2(loww(p), sprpt[i]); in ami_init_copper()
2126 (cop in ami_init_copper()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damifb.c2108 copins *cop = copdisplay.init; in ami_init_copper() local
2113 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0); in ami_init_copper()
2114 (cop++)->l = CMOVE(0x0181, diwstrt); in ami_init_copper()
2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2116 (cop++)->l = CMOVE(0x0000, diwhigh); in ami_init_copper()
2118 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0); in ami_init_copper()
2121 (cop++)->l = CMOVE(0, spr[i].pos); in ami_init_copper()
2122 (cop++)->l = CMOVE(highw(p), sprpt[i]); in ami_init_copper()
2123 (cop++)->l = CMOVE2(loww(p), sprpt[i]); in ami_init_copper()
2126 (cop in ami_init_copper()
[all...]

Completed in 18 milliseconds