| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 118 while ((static_call(serial_in)(early_serial_base, LSR) & XMTRDY) == 0 && --timeout) in early_serial_putc() 120 static_call(serial_out)(early_serial_base, TXR, ch); in early_serial_putc() 138 static_call(serial_out)(early_serial_base, LCR, 0x3); /* 8n1 */ in early_serial_hw_init() 139 static_call(serial_out)(early_serial_base, IER, 0); /* no interrupt */ in early_serial_hw_init() 140 static_call(serial_out)(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init() 141 static_call(serial_out)(early_serial_base, MCR, 0x3); /* DTR + RTS */ in early_serial_hw_init() 143 c = static_call(serial_in)(early_serial_base, LCR); in early_serial_hw_init() 144 static_call(serial_out)(early_serial_base, LCR, c | DLAB); in early_serial_hw_init() 145 static_call(serial_out)(early_serial_base, DLL, divisor & 0xff); in early_serial_hw_init() 146 static_call(serial_out)(early_serial_base, DLH, (divisor >> 8) & 0xff); in early_serial_hw_init() [all …]
|
| H A D | Makefile | 90 obj-y += static_call.o
|
| /linux/drivers/net/ethernet/intel/libeth/ |
| H A D | tx.c | 27 __libeth_xdp_complete_tx(sqe, cp, static_call(bulk), in libeth_tx_complete_any() 28 static_call(xsk)); in libeth_tx_complete_any()
|
| /linux/tools/include/linux/ |
| H A D | static_call_types.h | 92 #define static_call(name) __static_call(name) macro 100 #define static_call(name) \ macro
|
| /linux/include/linux/ |
| H A D | static_call_types.h | 92 #define static_call(name) __static_call(name) macro 100 #define static_call(name) \ macro
|
| H A D | perf_event.h | 1695 return static_call(__perf_guest_state)(); in perf_guest_state() 1700 return static_call(__perf_guest_get_ip)(); in perf_guest_get_ip() 1705 return static_call(__perf_guest_handle_intel_pt_intr)(); in perf_guest_handle_intel_pt_intr() 1710 static_call(__perf_guest_handle_mediated_pmi)(); in perf_guest_handle_mediated_pmi()
|
| H A D | tracepoint.h | 226 static_call(tp_func_##name)(__data, args); \
|
| H A D | bpf.h | 1484 static_call(bpf_dispatcher_##name##_call)(ctx, insnsi, bpf_func)
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 190 ret = static_call(trusted_key_unseal)(payload, datablob); in trusted_instantiate() 197 ret = static_call(trusted_key_get_random)(payload->key, in trusted_instantiate() 208 ret = static_call(trusted_key_seal)(payload, datablob); in trusted_instantiate() 277 ret = static_call(trusted_key_seal)(new_p, datablob); in trusted_update()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 728 return static_call(x86_pmu_guest_get_msrs)(nr, data); in perf_guest_get_msrs() 759 static_call(x86_pmu_disable_all)(); in x86_pmu_disable() 1041 c = static_call(x86_pmu_get_event_constraints)(cpuc, i, cpuc->event_list[i]); in x86_schedule_events() 1381 static_call(x86_pmu_set_period)(event); in x86_pmu_enable() 1398 static_call(x86_pmu_enable_all)(added); in x86_pmu_enable() 1508 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_add() 1550 static_call(x86_pmu_set_period)(event); in x86_pmu_start() 1556 static_call(x86_pmu_enable)(event); in x86_pmu_start() 1631 static_call(x86_pmu_disable)(event); in x86_pmu_stop() 1642 static_call(x86_pmu_update)(event); in x86_pmu_stop() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | builtin.h | 28 bool static_call; 25 bool static_call; global() member
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 91 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"), 193 opts.static_call || in copy_file()
|
| H A D | klp-diff.c | 1442 bool static_call = !strcmp(sym->sec->name, ".static_call_sites"); in validate_special_section_klp_reloc() local 1448 if (!static_branch && !static_call) in validate_special_section_klp_reloc()
|
| /linux/lib/crypto/x86/ |
| H A D | sha512.h | 34 static_call(sha512_blocks_x86)(state, data, nblocks); in sha512_blocks()
|
| H A D | sha1.h | 54 static_call(sha1_blocks_x86)(state, data, nblocks); in sha1_blocks()
|
| /linux/lib/crc/x86/ |
| H A D | crc-pclmul-template.h | 64 crc = static_call(prefix##_pclmul)((crc), (p), (len), \
|
| /linux/arch/arm64/kernel/ |
| H A D | Makefile | 49 obj-$(CONFIG_HAVE_STATIC_CALL) += static_call.o
|
| /linux/kernel/trace/ |
| H A D | fgraph.c | 677 if (static_call(fgraph_func)(&trace, fgraph_direct_gops, fregs)) in function_graph_enter_regs() 852 static_call(fgraph_retfunc)(&trace, fgraph_direct_gops, fregs); in __ftrace_return_to_handler()
|
| H A D | bpf_trace.c | 1175 entry_cnt = static_call(perf_snapshot_branch_stack)(buf, entry_cnt); in BPF_CALL_3()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 2649 static_call(x86_pmu_update)(event); in intel_pmu_nhm_workaround() 2664 static_call(x86_pmu_set_period)(event); in intel_pmu_nhm_workaround() 2851 static_call(x86_pmu_pebs_disable)(event); in intel_pmu_disable_event() 3082 static_call(intel_pmu_update_topdown_event)(event, NULL); in intel_pmu_read_event() 3300 static_call(x86_pmu_pebs_enable)(event); in intel_pmu_enable_event() 3413 static_call(x86_pmu_update)(event); in intel_pmu_save_and_restart() 3425 return static_call(x86_pmu_set_period)(event); in intel_pmu_save_and_restart() 3431 return static_call(intel_pmu_set_topdown_event_period)(event); in intel_pmu_set_period() 3439 return static_call(intel_pmu_update_topdown_event)(event, NULL); in intel_pmu_update() 3575 static_call(x86_pmu_drain_pebs)(regs, &data); in handle_pmi_common() [all …]
|
| H A D | ds.c | 1250 static_call(x86_pmu_drain_pebs)(NULL, &data); in intel_pmu_drain_pebs_buffer() 2408 static_call(intel_pmu_update_topdown_event) in __setup_pebs_counter_group() 2919 static_call(x86_pmu_set_period)(event); in __intel_pmu_pebs_last_event()
|
| /linux/kernel/ |
| H A D | static_call_inline.c | 559 WARN_ON(static_call(sc_selftest)(scd->val) != scd->expect); in test_static_call_init()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2043 #define kvm_x86_call(func) static_call(kvm_x86_##func) 2044 #define kvm_pmu_call(func) static_call(kvm_x86_pmu_##func)
|
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 655 *(.static_call.text) \
|
| /linux/security/ |
| H A D | security.c | 469 static_call(LSM_STATIC_CALL(HOOK, NUM))(__VA_ARGS__); \ 482 R = static_call(LSM_STATIC_CALL(HOOK, NUM))(__VA_ARGS__); \
|