static_call_mod
static_call_mod(apic_call_send_IPI_mask)(mask, vector);
static_call_mod(apic_call_send_IPI_self)(vector);
static_call_mod(WARN_trap)(__WARN_bug_entry(__flags, format), ## arg); \
return static_call_mod(hv_hypercall)(control, input1, 0);
return static_call_mod(hv_hypercall)(control, input1, input2);
return static_call_mod(hv_hypercall)(control, input_address, output_address);
static_call_mod(perf_lopwr_cb)(lopwr_in);
static_call_mod(might_resched)();
return static_call_mod(cond_resched)();
struct static_call_mod *next;
struct static_call_mod *mods;
static inline struct static_call_mod *static_call_key_next(struct static_call_key *key)
struct static_call_mod *site_mod, first;
first = (struct static_call_mod){
struct static_call_mod *site_mod;
struct static_call_mod *site_mod, **prev;
struct static_call_mod *mods;