/linux-6.14.4/kernel/trace/ |
D | trace_events_inject.c | 36 parse_field(char *str, struct trace_event_call *call, in parse_field() 43 u64 val; in parse_field() local 138 static int trace_get_entry_size(struct trace_event_call *call) in trace_get_entry_size() 153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) in trace_alloc_entry() 196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() 201 u64 val = 0; in parse_entry() local 287 struct trace_event_call *call; in event_inject_write() local
|
D | trace_events.c | 98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field() 145 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field() 160 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext() 220 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 236 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 252 struct trace_event_call *call) in find_event_field() 280 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field() 302 static bool process_pointer(const char *fmt, int len, struct trace_event_call *call) in process_pointer() 336 static bool process_string(const char *fmt, int len, struct trace_event_call *call) in process_string() 409 static void test_event_printk(struct trace_event_call *call) in test_event_printk() [all …]
|
D | trace_fprobe.c | 138 unsigned long val; in process_fetch_insn() local 182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local 222 unsigned long val = 0; in store_fprobe_entry_data() local 269 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local 310 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func() local 346 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func() local 495 static int enable_trace_fprobe(struct trace_event_call *call, in enable_trace_fprobe() 530 static int disable_trace_fprobe(struct trace_event_call *call, in disable_trace_fprobe() 687 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call() local 992 unsigned long val, void *data) in __tracepoint_probe_module_cb()
|
D | trace_events_synth.c | 126 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields() 317 int size, union trace_synth_field *val, char *space) in print_synth_event_num_val() 563 u64 val = var_ref_vals[val_idx]; in trace_event_raw_event_synth() local 591 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt() 637 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt() 854 static int synth_event_reg(struct trace_event_call *call, in synth_event_reg() 888 struct trace_event_call *call = &event->call; in register_synth_event() local 940 struct trace_event_call *call = &event->call; in unregister_synth_event() local 1756 u64 val = va_arg(args, u64); in synth_event_trace() local 1782 u64 val; in synth_event_trace() local [all …]
|
D | trace_eprobe.c | 300 unsigned long val; in get_event_field() local 364 unsigned long val; in get_eprobe_size() local 396 unsigned long val; in process_fetch_insn() local 422 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL() local 644 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe() 701 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe() 763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call() local
|
D | trace_kprobe.c | 216 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call() 227 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 236 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 357 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe() 407 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe() 695 unsigned long val, void *data) in trace_kprobe_module_callback() 1410 unsigned long val; in process_fetch_insn() local 1456 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local 1522 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local 1661 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local [all …]
|
D | trace_uprobe.c | 221 unsigned long val; in process_fetch_insn() local 319 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call() 1007 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local 1141 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() 1201 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() 1318 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close() 1342 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open() 1395 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local 1603 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
|
D | trace_events_filter.c | 84 u64 val; member 1503 struct trace_event_call *call = data; in parse_pred() local 1515 u64 val; in parse_pred() local 2075 static int process_preds(struct trace_event_call *call, in process_preds() 2283 struct trace_event_call *call, in create_filter() 2307 struct trace_event_call *call, in create_event_filter() 2348 struct trace_event_call *call = file->event_call; in apply_event_filter() local 2609 struct trace_event_call *call; in ftrace_profile_set_filter() local
|
D | trace_functions_graph.c | 853 struct ftrace_graph_ent *call; in print_graph_entry_leaf() local 912 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested() local 1110 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry() local 1578 unsigned long val; in graph_depth_write() local
|
D | trace_probe.c | 875 unsigned long val = 0; in store_trace_entry_data() local 1931 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local 2023 struct trace_event_call *call; in trace_probe_init() local 2090 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
|
D | trace_output.c | 103 trace_print_symbols_seq(struct trace_seq *p, unsigned long val, in trace_print_symbols_seq() 167 trace_print_symbols_seq_u64(struct trace_seq *p, unsigned long long val, in trace_print_symbols_seq_u64() 538 unsigned long long val; /* unit: nsec */ member 856 static void print_fields(struct trace_iterator *iter, struct trace_event_call *call, in print_fields() 961 struct trace_event_call *call; in print_event_fields() local
|
D | trace_events_user.c | 87 struct trace_event_call call; member 973 static struct list_head *user_event_get_fields(struct trace_event_call *call) in user_event_get_fields() 1016 char val[8]; in user_field_array_size() local 1713 static int user_event_reg(struct trace_event_call *call, in user_event_reg()
|
D | trace_events_hist.c | 284 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_log2() local 298 u64 val = hist_fn_call(operand, elt, buffer, rbe, event); in hist_field_bucket() local 449 u64 val = (u64)-sval; in hist_field_unary_minus() local 541 struct hist_field *val; member 776 struct trace_event_call *call; in last_cmd_set() local 2244 struct trace_event_call *call; in local_field_var_ref() local 3095 struct trace_event_call *call; in find_target_event_var() local 3132 struct hist_field *val = field_var->val; in __update_field_vars() local 3229 struct hist_field *val = NULL, *var = NULL; in create_field_var() local 3300 struct trace_event_call *call; in create_target_field_var() local [all …]
|
/linux-6.14.4/net/rxrpc/ |
D | af_rxrpc.c | 343 struct rxrpc_call *call; in rxrpc_kernel_begin_call() local 401 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call() 427 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call() 442 const struct rxrpc_call *call) in rxrpc_kernel_check_life() 460 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch() 495 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life() 642 int rxrpc_sock_set_min_security_level(struct sock *sk, unsigned int val) in rxrpc_sock_set_min_security_level()
|
/linux-6.14.4/arch/x86/coco/sev/ |
D | shared.c | 123 u64 val = GHCB_MSR_TERM_REQ; in sev_es_terminate() local 141 u64 val; in get_hv_features() local 159 u64 val; in snp_register_ghcb_early() local 174 u64 val; in sev_es_negotiate_protocol() local 254 static inline int svsm_process_result_codes(struct svsm_call *call) in svsm_process_result_codes() 282 static __always_inline void svsm_issue_call(struct svsm_call *call, u8 *pending) in svsm_issue_call() 305 static int svsm_perform_msr_protocol(struct svsm_call *call) in svsm_perform_msr_protocol() 308 u64 val, resp; in svsm_perform_msr_protocol() local 336 static int svsm_perform_ghcb_protocol(struct ghcb *ghcb, struct svsm_call *call) in svsm_perform_ghcb_protocol() 395 u64 val; in __sev_cpuid_hv() local [all …]
|
D | core.c | 282 static __always_inline void sev_es_wr_ghcb_msr(u64 val) in sev_es_wr_ghcb_msr() 655 static int svsm_perform_call_protocol(struct svsm_call *call) in svsm_perform_call_protocol() 769 u64 val; in early_set_pages_state() local 1098 struct svsm_call call = {}; in snp_set_vmsa() local 1687 struct svsm_call call = {}; in sev_es_init_vc_handling() local 1899 u8 *val = (u8 *)ghcb->shared_buffer; in vc_handle_mmio() local 1903 u16 *val = (u16 *)ghcb->shared_buffer; in vc_handle_mmio() local 1927 long val, *reg = vc_insn_get_rm(ctxt); in vc_handle_dr7_write() local 2386 struct svsm_call call = {}; in svsm_setup() local 2515 static void update_attest_input(struct svsm_call *call, struct svsm_attest_call *input) in update_attest_input() [all …]
|
/linux-6.14.4/arch/x86/kernel/ |
D | apm_32.c | 595 struct apm_bios_call *call = _call; in __apm_bios_call() local 622 static int on_cpu0(long (*fn)(void *), struct apm_bios_call *call) in on_cpu0() 651 static int apm_bios_call(struct apm_bios_call *call) in apm_bios_call() 676 struct apm_bios_call *call = _call; in __apm_bios_call_simple() local 717 struct apm_bios_call call; in apm_bios_call_simple() local 746 static int apm_driver_version(u_short *val) in apm_driver_version() 775 struct apm_bios_call call; in apm_get_event() local 1035 struct apm_bios_call call; in apm_get_power_status() local
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | tailcalls.c | 233 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_count() local 678 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_bpf2bpf_2() local 853 struct tailcall_bpf2bpf4__bss val; in test_tailcall_bpf2bpf_4() local 937 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_bpf2bpf_6() local 1016 int err, map_fd, prog_fd, data_fd, i, val; in test_tailcall_bpf2bpf_fentry_entry() local 1122 struct tailcall_poke *call = arg; in poke_update() local 1147 struct tailcall_poke *call, *test; in test_tailcall_poke() local 1198 int err, map_fd, prog_fd, main_data_fd, fentry_data_fd, fexit_data_fd, i, val; in test_tailcall_hierarchy_count() local
|
/linux-6.14.4/arch/x86/boot/compressed/ |
D | sev.c | 69 static inline void sev_es_wr_ghcb_msr(u64 val) in sev_es_wr_ghcb_msr() 142 static int svsm_perform_call_protocol(struct svsm_call *call) in svsm_perform_call_protocol() 167 u64 val, msr; in __page_state_change() local
|
/linux-6.14.4/tools/virtio/ |
D | virtio_test.c | 29 int call; member 161 unsigned long long val; in wait_for_interrupt() local
|
D | vhost_net_test.c | 34 int call; member 259 unsigned long long val; in wait_for_interrupt() local
|
/linux-6.14.4/sound/core/ |
D | pcm.c | 139 int val; in snd_pcm_control_ioctl() local 846 #define pcm_call_notify(pcm, call) \ argument 853 #define pcm_call_notify(pcm, call) do {} while (0) argument
|
/linux-6.14.4/arch/sparc/kernel/ |
D | sys_sparc_64.c | 288 unsigned long val = get_random_long(); in mmap_rnd() local 351 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument
|
/linux-6.14.4/net/ax25/ |
D | af_ax25.c | 725 int val = 0; in ax25_getsockopt() local 1103 ax25_address call; in ax25_bind() local
|
/linux-6.14.4/net/rose/ |
D | af_rose.c | 270 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) in rose_find_listener() 460 int val = 0; in rose_getsockopt() local
|