/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 16 #define pr_vlog(env, fmt, ...) \ argument 83 static bool nfp_bpf_map_update_value_ok(struct bpf_verifier_env *env) in nfp_bpf_map_update_value_ok() 124 nfp_bpf_stack_arg_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_stack_arg_ok() 157 nfp_bpf_map_call_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_map_call_ok() 171 struct bpf_verifier_env *env, in nfp_bpf_check_helper_call() 312 struct bpf_verifier_env *env) in nfp_bpf_check_exit() 346 struct bpf_verifier_env *env) in nfp_bpf_check_stack_access() 392 nfp_bpf_map_mark_used_one(struct bpf_verifier_env *env, in nfp_bpf_map_mark_used_one() 417 nfp_bpf_map_mark_used(struct bpf_verifier_env *env, struct nfp_insn_meta *meta, in nfp_bpf_map_mark_used() 452 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr() [all …]
|
/linux/kernel/bpf/ |
H A D | verifier.c | 367 struct bpf_verifier_env *env = private_data; in verbose() local 378 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar() 433 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global() 440 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name() 451 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb() 460 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb() 555 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at() 602 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() 624 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi() 651 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi() [all …]
|
H A D | log.c | 14 #define verbose(env, fmt, args...) bpf_verifier_log_write(env, fmt, ##args) argument 304 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write() 333 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo() 381 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo() 440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str() 543 static void print_liveness(struct bpf_verifier_env *env, in print_liveness() 570 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum() 578 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum() 599 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges() 681 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state() [all …]
|
H A D | btf.c | 1434 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log() 1448 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type() 1492 #define btf_verifier_log_type(env, t, ...) \ argument 1494 #define btf_verifier_log_basic(env, t, ...) \ argument 1498 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member() 1551 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi() 1578 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr() 1602 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type() 1800 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init() 1836 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free() [all …]
|
H A D | offload.c | 313 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn() 329 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize() 348 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn() 367 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
|
/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 79 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch() 117 struct envelope *env = ctx; in envelope_detector_comp_isr() local 127 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare() 173 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout() local 190 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw() local 234 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert() local 244 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert() local 274 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval() local 284 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval() local 327 struct envelope *env; in envelope_detector_probe() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 26 static struct env { struct 38 } env; argument
|
H A D | veristat.c | 184 static struct env { struct 185 char **filenames; 186 int filename_cnt; 187 bool verbose; 188 bool debug; 189 bool quiet; 190 bool force_checkpoints; 191 bool force_reg_invariants; 192 enum resfmt out_fmt; 193 bool show_version; [all …]
|
/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 13 struct env { struct 17 } env = { argument
|
/linux/tools/perf/arch/ |
H A D | common.c | 109 char *env = getenv("PATH"); in lookup_path() local 144 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path() 221 int perf_env__lookup_objdump(struct perf_env *env, char **path) in perf_env__lookup_objdump() 238 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
|
/linux/arch/x86/kernel/fpu/ |
H A D | regset.c | 331 static void __convert_from_fxsr(struct user_i387_ia32_struct *env, in __convert_from_fxsr() 369 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr() 375 const struct user_i387_ia32_struct *env) in convert_to_fxsr() 405 struct user_i387_ia32_struct env; in fpregs_get() local 437 struct user_i387_ia32_struct env; in fpregs_set() local
|
H A D | signal.c | 68 struct user_i387_ia32_struct env; in save_fsave_header() local 327 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
|
/linux/tools/perf/util/ |
H A D | bpf-event.c | 48 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local 104 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf() 507 struct perf_env *env = &session->header.env; in perf_event__synthesize_final_bpf_metadata() local 543 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local 830 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info() 889 struct perf_env *env = data; in bpf_event__sb_cb() local 913 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event() 934 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
|
H A D | sample-raw.c | 15 void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env) in evlist__init_trace_event_sample_raw()
|
H A D | amd-sample-raw.c | 336 static void parse_cpuid(struct perf_env *env) in parse_cpuid() 357 struct perf_env *env = perf_session__env(evlist->session); in evlist__has_amd_ibs() local
|
H A D | cgroup.c | 557 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew() 573 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find() 583 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
|
/linux/drivers/hwmon/ |
H A D | ultra45_env.c | 62 struct env { struct 69 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
|
/linux/include/linux/ |
H A D | of_device.h | 52 struct kobj_uevent_env *env) { } in of_device_uevent() 61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
/linux/scripts/kconfig/ |
H A D | preprocess.c | 40 struct env { struct 48 struct env *e; in env_add() argument
|
/linux/tools/perf/ |
H A D | builtin-stat.c | 1536 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local 1547 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local 1563 static void perf_env__get_cache_id_for_cpu(struct perf_cpu cpu, struct perf_env *env, in perf_env__get_cache_id_for_cpu() 1603 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local 1620 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() local 1634 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local 1653 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local 1792 struct perf_env *env = perf_session__env(st->session); in perf_stat_init_aggr_mode_file() local 2115 struct perf_env *env = perf_session__env(session); in process_stat_round_event() local
|
/linux/drivers/net/netdevsim/ |
H A D | bpf.c | 26 #define pr_vlog(env, fmt, ...) \ argument 63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() 82 static int nsim_bpf_finalize(struct bpf_verifier_env *env) in nsim_bpf_finalize()
|
/linux/tools/testing/selftests/net/lib/py/ |
H A D | ksft.py | 179 def ksft_setup(env): argument 184 def get_bool(env, name): argument
|
/linux/tools/testing/selftests/drivers/net/lib/py/ |
H A D | load.py | 9 def __init__(self, env, port=None): argument
|
/linux/drivers/base/firmware_loader/ |
H A D | sysfs.c | 67 static int do_firmware_uevent(const struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent() 79 static int firmware_uevent(const struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
|
/linux/sound/hda/core/ |
H A D | hda_bus_type.c | 68 static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env) in hda_uevent()
|