Home
last modified time | relevance | path

Searched refs:env (Results 1 – 10 of 10) sorted by relevance

/include/linux/
A Dbpf_verifier.h694 struct bpf_verifier_env *env; member
857 return &env->subprog_info[subprog]; in subprog_info()
884 #define verifier_bug(env, fmt, args...) verifier_bug_if(1, env, fmt, ##args) argument
895 return cur_func(env)->regs; in cur_regs()
1010 env->scratched_regs |= 1U << regno; in mark_reg_scratched()
1015 env->scratched_stack_slots |= 1ULL << spi; in mark_stack_slot_scratched()
1030 return env->scratched_regs || env->scratched_stack_slots; in verifier_state_scratched()
1035 env->scratched_regs = 0U; in mark_verifier_state_clean()
1036 env->scratched_stack_slots = 0ULL; in mark_verifier_state_clean()
1042 env->scratched_regs = ~0U; in mark_verifier_state_scratched()
[all …]
A Dof_device.h28 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
29 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
52 struct kobj_uevent_env *env) { } in of_device_uevent() argument
61 struct kobj_uevent_env *env) in of_device_uevent_modalias() argument
A Dkobject.h136 int (* const uevent)(const struct kobject *kobj, struct kobj_uevent_env *env);
220 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
A Dbpf.h171 int (*map_set_for_each_callback_args)(struct bpf_verifier_env *env,
1078 int (*insn_hook)(struct bpf_verifier_env *env,
1080 int (*finalize)(struct bpf_verifier_env *env);
1082 int (*replace_insn)(struct bpf_verifier_env *env, u32 off,
1084 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt);
2689 int map_set_for_each_callback_args(struct bpf_verifier_env *env,
2818 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog);
A Dieee80211.h2924 const struct ieee80211_tx_pwr_env *env = (const void *)data; in ieee80211_valid_tpe_element() local
2926 u8 needed = sizeof(*env); in ieee80211_valid_tpe_element()
2932 count = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_COUNT); in ieee80211_valid_tpe_element()
2933 interpret = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_INTERPRET); in ieee80211_valid_tpe_element()
2934 category = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_CATEGORY); in ieee80211_valid_tpe_element()
2971 u8 K = u8_get_bits(env->variable[N], in ieee80211_valid_tpe_element()
A Ddevice.h91 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
A Dacpi.h991 struct kobj_uevent_env *env) in acpi_device_uevent_modalias() argument
/include/linux/soundwire/
A Dsdw_type.h24 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
/include/linux/device/
A Dbus.h86 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
A Dclass.h56 int (*dev_uevent)(const struct device *dev, struct kobj_uevent_env *env);

Completed in 58 milliseconds