Home
last modified time | relevance | path

Searched refs:cop (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/arch/powerpc/platforms/powernv/
Dvas-trace.h17 int cop,
20 TP_ARGS(tsk, vasid, cop, rxattr),
25 __field(int, cop)
36 __entry->cop = cop;
43 __entry->pid, __entry->vasid, __entry->cop,
52 int cop,
55 TP_ARGS(tsk, vasid, cop, txattr),
60 __field(int, cop)
70 __entry->cop = cop;
76 __entry->pid, __entry->vasid, __entry->cop,
Dvas-window.c593 if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
606 enum vas_cop_type cop, u32 pswid) in get_vinst_rxwin() argument
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
764 if (cop >= VAS_COP_TYPE_MAX) in rx_win_args_valid()
[all …]
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()
Dvas.h373 enum vas_cop_type cop; member
/Linux-v5.10/arch/powerpc/include/asm/
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);
143 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/Linux-v5.10/arch/nds32/include/asm/
Dfpuemu.h24 int fcmps(void *ft, void *fa, void *fb, int cop);
42 int fcmpd(void *ft, void *fa, void *fb, int cop);
/Linux-v5.10/arch/mips/math-emu/
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);
/Linux-v5.10/drivers/video/fbdev/
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++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq); in ami_init_copper()
[all …]