Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dmulticalls.c36 #define MC_ARGS (MC_BATCH * 16) macro
46 unsigned char args[MC_ARGS];
147 BUG_ON(b->argidx >= MC_ARGS); in __xen_mc_entry()
150 (argidx + args) >= MC_ARGS)) { in __xen_mc_entry()
165 BUG_ON(b->argidx >= MC_ARGS); in __xen_mc_entry()
175 BUG_ON(b->argidx >= MC_ARGS); in xen_mc_extend_args()
183 if (unlikely((b->argidx + size) >= MC_ARGS)) { in xen_mc_extend_args()
192 BUG_ON(b->argidx >= MC_ARGS); in xen_mc_extend_args()