/linux/arch/mips/pci/ |
H A D | pci-malta.c | 81 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 D | linked_maps2.c | 17 } 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 D | linked_maps1.c | 16 } 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 D | bpf_loop.c | 19 } 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 D | test_subskeleton_lib.c | 35 } map1 SEC(".maps");
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroidhc1.dts | 75 map1 { 119 map1 { 163 map1 { 207 map1 { 244 map1 {
|
H A D | exynos5422-odroidxu3-common.dtsi | 97 map1 { 180 map1 { 253 map1 { 326 map1 { 399 map1 {
|
H A D | exynos4-cpu-thermal.dtsi | 42 map1 {
|
H A D | exynos5420-arndale-octa.dts | 121 map1 { 188 map1 { 251 map1 { 314 map1 {
|
H A D | exynos4412-odroidu3.dts | 77 map1 {
|
H A D | exynos4412-tiny4412.dts | 110 cooling_map1: map1 {
|
H A D | exynos4412-smdk4412.dts | 61 cooling_map1: map1 {
|
H A D | exynos4210-smdkv310.dts | 63 map1 {
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9132-sr-cex7.dtsi | 160 map1 { 397 map1 { 540 map1 { 688 map1 {
|
H A D | armada-ap80x.dtsi | 389 map1_hot: map1-hot { 394 map1_emerg: map1-emerg {
|
/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-tmu.dtsi | 61 map1 { 235 map1 {
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12a.dtsi | 109 map1 {
|
H A D | meson-g12b.dtsi | 129 map1 {
|
H A D | meson-a1-ad402.dts | 123 map1 {
|
H A D | meson-gxm.dtsi | 178 map1 {
|
/linux/net/ethtool/ |
H A D | bitset.c | 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/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 93 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 D | bpf_loop.c | 152 map_fd = bpf_map__fd(skel->maps.map1); in check_stack()
|
/linux/Documentation/driver-api/ |
H A D | io-mapping.rst | 59 addr1 = io_mapping_map_local_wc(map1, offset1);
|
/linux/drivers/acpi/nfit/ |
H A D | core.c | 2217 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()
|