Searched refs:alternative_callN (Results 1 – 1 of 1) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | alternative.h | 221 ((void)alternative_callN(0, int, func)); \ 226 alternative_callN(0, typeof(func()), func); \ 233 (void)alternative_callN(1, int, func); \ 239 alternative_callN(1, typeof(func(arg)), func); \ 248 (void)alternative_callN(2, int, func); \ 256 alternative_callN(2, typeof(func(arg1, arg2)), func); \ 267 (void)alternative_callN(3, int, func); \ 277 alternative_callN(3, typeof(func(arg1, arg2, arg3)), \ 291 (void)alternative_callN(4, int, func); \ 303 alternative_callN(4, typeof(func(arg1, arg2, \ [all …]
|
Completed in 4 milliseconds