Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dmulticalls.c35 #define MC_ARGS (MC_BATCH * 16) macro
45 unsigned char args[MC_ARGS];
141 BUG_ON(b->argidx >= MC_ARGS); in __xen_mc_entry()
144 (argidx + args) >= MC_ARGS)) { in __xen_mc_entry()
159 BUG_ON(b->argidx >= MC_ARGS); in __xen_mc_entry()
169 BUG_ON(b->argidx >= MC_ARGS); in xen_mc_extend_args()
177 if (unlikely((b->argidx + size) >= MC_ARGS)) { in xen_mc_extend_args()
186 BUG_ON(b->argidx >= MC_ARGS); in xen_mc_extend_args()