Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Dvariadic-macro.h16 #define _VM_HELP_1(_call, x, ...) _call(x) argument
17 #define _VM_HELP_2(_call, x, ...) _call(x) _VM_HELP_1(_call, __VA_ARGS__) argument
18 #define _VM_HELP_3(_call, x, ...) _call(x) _VM_HELP_2(_call, __VA_ARGS__) argument
19 #define _VM_HELP_4(_call, x, ...) _call(x) _VM_HELP_3(_call, __VA_ARGS__) argument
20 #define _VM_HELP_5(_call, x, ...) _call(x) _VM_HELP_4(_call, __VA_ARGS__) argument
21 #define _VM_HELP_6(_call, x, ...) _call(x) _VM_HELP_5(_call, __VA_ARGS__) argument
22 #define _VM_HELP_7(_call, x, ...) _call(x) _VM_HELP_6(_call, __VA_ARGS__) argument
23 #define _VM_HELP_8(_call, x, ...) _call(x) _VM_HELP_7(_call, __VA_ARGS__) argument
24 #define _VM_HELP_9(_call, x, ...) _call(x) _VM_HELP_8(_call, __VA_ARGS__) argument
25 #define _VM_HELP_10(_call, x, ...) _call(x) _VM_HELP_9(_call, __VA_ARGS__) argument
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c588 static long __apm_bios_call(void *_call) in __apm_bios_call() argument
595 struct apm_bios_call *call = _call; in __apm_bios_call()
668 static long __apm_bios_call_simple(void *_call) in __apm_bios_call_simple() argument
676 struct apm_bios_call *call = _call; in __apm_bios_call_simple()
/openbmc/linux/include/linux/
H A Dbpf.h1255 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
1258 static_call(bpf_dispatcher_##name##_call)(ctx, insnsi, bpf_func)
1281 __BPF_DISPATCHER_SC_INIT(_name##_call) \