/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 27 void *map; in cpu_set() local 60 void *map; in cpu_get() local 89 u32 __iomem *map; in gtt_set() local 122 u32 __iomem *map; in gtt_get() local 154 u32 *map; in wc_set() local 177 u32 *map; in wc_get() local 314 u32 *offsets, *values; in igt_gem_coherency() local
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.hpp | 125 std::vector<std::invoke_result_t<decltype(conv), const Value&>> values; in getValues() local 152 SectionMap map; member in phosphor::network::config::Parser
|
/openbmc/s2600wf-misc/callback-manager/src/ |
H A D | callback_manager.cpp | 69 std::string, boost::container::flat_map<std::string, bool>>& map) in assertedInMap() 281 values; in createAssociationMatch() local
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 42 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \ argument 45 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY) argument 46 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) argument 47 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRAY(map) || \ argument 114 static void bpf_map_write_active_inc(struct bpf_map *map) in bpf_map_write_active_inc() 119 static void bpf_map_write_active_dec(struct bpf_map *map) in bpf_map_write_active_dec() 124 bool bpf_map_write_active(const struct bpf_map *map) in bpf_map_write_active() 129 static u32 bpf_map_value_size(const struct bpf_map *map) in bpf_map_value_size() 142 static void maybe_wait_bpf_programs(struct bpf_map *map) in maybe_wait_bpf_programs() 153 static int bpf_map_update_value(struct bpf_map *map, struct file *map_file, in bpf_map_update_value() [all …]
|
H A D | hashtab.c | 87 struct bpf_map map; member 208 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) in fd_htab_map_get_ptr() 677 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() 698 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 719 static int htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in htab_map_gen_lookup() 734 static __always_inline void *__htab_lru_map_lookup_elem(struct bpf_map *map, in __htab_lru_map_lookup_elem() 748 static void *htab_lru_map_lookup_elem(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem() 753 static void *htab_lru_map_lookup_elem_sys(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem_sys() 758 static int htab_lru_map_gen_lookup(struct bpf_map *map, in htab_lru_map_gen_lookup() 834 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key() [all …]
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 80 U getNumberFromConfig(const PropertyMap& map, const std::string& name, in getNumberFromConfig() 421 std::vector<double> values; in calculateValue() local
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tvp5150.c | 507 unsigned char values[16]; member 612 struct regmap *map = decoder->regmap; in tvp5150_vdp_init() local 881 struct regmap *map = decoder->regmap; in tvp5150_isr() local 918 struct regmap *map = decoder->regmap; in tvp5150_reset() local 2120 struct regmap *map; in tvp5150_probe() local
|
/openbmc/linux/security/selinux/ss/ |
H A D | services.c | 96 const struct security_class_mapping *map, in selinux_set_mapping() 176 static u16 unmap_class(struct selinux_map *map, u16 tclass) in unmap_class() 187 static u16 map_class(struct selinux_map *map, u16 pol_value) in map_class() 199 static void map_decision(struct selinux_map *map, in map_decision() 2967 u32 *len, char ***names, int **values) in security_get_bools() 3019 int security_set_bools(u32 len, int *values) in security_set_bools()
|
/openbmc/linux/sound/usb/ |
H A D | mixer.c | 73 const struct usbmix_name_map *map; member 1662 const struct usbmix_name_map *map; in __build_feature_ctl() local 1879 const struct usbmix_name_map *map; in build_connector_control() local 2162 const struct usbmix_name_map *map; in build_mixer_unit_ctl() local 2360 const struct procunit_value_info *values; member 2474 const struct usbmix_name_map *map; in build_audio_procunit() local 2745 const struct usbmix_name_map *map; in parse_audio_selector_unit() local 3070 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls_badd() local 3224 const struct usbmix_ctl_map *map; in snd_usb_mixer_controls() local 3322 const struct usbmix_connector_map *map = mixer->connector_map; in delegate_notify() local
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 1531 struct bpf_map *map; in load_with_options() local 2124 struct bpf_perf_event_value values[num_cpu]; in profile_read_values() local
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 388 static const char *get_dsoname(struct map *map) in get_dsoname() 470 struct map *map = node->ms.map; in python_process_callchain() local 682 PyObject *values; in set_sample_read_in_dict() local
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 119 } map; member 1421 __aligned_u64 values; member 6517 } map; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 119 } map; member 1421 __aligned_u64 values; member 6520 } map; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 216 } values[KVM_MAX_NR_USER_RETURN_MSRS]; member 367 struct kvm_user_return_msr_values *values; in kvm_on_user_return() local 9793 struct kvm_apic_map *map; in kvm_sched_yield() local
|