Home
last modified time | relevance | path

Searched refs:map1 (Results 1 – 25 of 81) sorted by relevance

1234

/linux/arch/mips/pci/
H A Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
109 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init()
115 map = map1; in mips_pcibios_init()
152 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init()
159 map = map1; in mips_pcibios_init()
167 if (map2 == map1 + 1) { in mips_pcibios_init()
168 map = map1; in mips_pcibios_init()
/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 Dexynos4-cpu-thermal.dtsi42 map1 {
H A Dexynos5420-arndale-octa.dts121 map1 {
188 map1 {
251 map1 {
314 map1 {
H A Dexynos4412-odroidu3.dts77 map1 {
H A Dexynos4412-tiny4412.dts110 cooling_map1: map1 {
H A Dexynos4412-smdk4412.dts61 cooling_map1: map1 {
H A Dexynos4210-smdkv310.dts63 map1 {
/linux/arch/arm64/boot/dts/marvell/
H A Dcn9132-sr-cex7.dtsi160 map1 {
397 map1 {
540 map1 {
688 map1 {
H A Darmada-ap80x.dtsi389 map1_hot: map1-hot {
394 map1_emerg: map1-emerg {
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12a.dtsi109 map1 {
H A Dmeson-g12b.dtsi129 map1 {
H A Dmeson-a1-ad402.dts123 map1 {
H A Dmeson-gxm.dtsi178 map1 {
/linux/net/ethtool/
H A Dbitset.c436 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/tools/testing/selftests/bpf/
H A Dtest_lru_map.c93 static int map_subset(int map0, int map1) in map_subset() argument
99 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset()
100 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_loop.c152 map_fd = bpf_map__fd(skel->maps.map1); in check_stack()
/linux/Documentation/driver-api/
H A Dio-mapping.rst59 addr1 = io_mapping_map_local_wc(map1, offset1);
/linux/drivers/acpi/nfit/
H A Dcore.c2217 const struct nfit_set_info *map1 = m1; in cmp_map_compat() local
2219 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map_compat()
2226 const struct nfit_set_info *map1 = m1; in cmp_map() local
2228 if (map0->region_offset < map1->region_offset) in cmp_map()
2230 else if (map0->region_offset > map1->region_offset) in cmp_map()
2238 const struct nfit_set_info2 *map1 = m1; in cmp_map2() local
2240 if (map0->region_offset < map1->region_offset) in cmp_map2()
2242 else if (map0->region_offset > map1->region_offset) in cmp_map2()

1234