Home
last modified time | relevance | path

Searched full:map1 (Results 1 – 25 of 93) sorted by relevance

1234

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c17 } map1 SEC(".maps");
46 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
61 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
H A Dlinked_maps1.c16 } map1 SEC(".maps");
52 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
67 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
H A Dbpf_loop.c19 } map1 SEC(".maps");
165 int *val = bpf_map_lookup_elem(&map1, &key); in map1_lookup_elem()
172 bpf_map_update_elem(&map1, &key, &val, BPF_ANY); in map1_update_elem()
H A Dtest_subskeleton_lib.c35 } map1 SEC(".maps");
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidhc1.dts75 map1 {
119 map1 {
163 map1 {
207 map1 {
244 map1 {
H A Dexynos5422-odroidxu3-common.dtsi97 map1 {
180 map1 {
253 map1 {
326 map1 {
399 map1 {
H A Dexynos5420-arndale-octa.dts121 map1 {
188 map1 {
251 map1 {
314 map1 {
H A Dexynos4-cpu-thermal.dtsi42 map1 {
H A Dexynos4412-tiny4412.dts110 cooling_map1: map1 {
H A Dexynos4412-odroidu3.dts77 map1 {
H A Dexynos4412-smdk4412.dts61 cooling_map1: map1 {
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62x-phyboard-lyra-gpio-fan.dtso54 map1 {
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c54 * eg: map1 key = 0, value = map1's map id in create_inner_maps()
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-8040-clearfog-gt-8k.dts129 map1 {
165 map1 {
213 map1 {
H A Darmada-ap80x.dtsi390 map1_hot: map1-hot {
395 map1_emerg: map1-emerg {
/linux/sound/soc/uniphier/
H A Daio.h170 * 0x12080 DMAC map1 --> [selector] --> DMAC hardware 1
173 * 0x42400 Port map1 --> [selector] --> Port hardware 2
/linux/net/ethtool/
H A Dbitset.c430 * @map1: first bitmap
436 static bool ethnl_bitmap32_equal(const u32 *map1, const u32 *map2, in ethnl_bitmap32_equal() argument
439 if (memcmp(map1, map2, nbits / 32 * sizeof(u32))) in ethnl_bitmap32_equal()
443 return !((map1[nbits / 32] ^ map2[nbits / 32]) & in ethnl_bitmap32_equal()
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/linux/Documentation/driver-api/
H A Dio-mapping.rst59 addr1 = io_mapping_map_local_wc(map1, offset1);
/linux/scripts/kconfig/
H A Dconfdata.c51 void *map1, *map2; in is_same() local
72 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0); in is_same()
73 if (map1 == MAP_FAILED) in is_same()
80 if (memcmp(map1, map2, st1.st_size)) in is_same()
/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-idle.yaml144 map1 {
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-a1-ad402.dts123 map1 {
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_loop.c152 map_fd = bpf_map__fd(skel->maps.map1); in check_stack()
/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2042-milkv-pioneer.dts193 map1 {
H A Dsg2042-evb-v2.dts64 map1 {

1234