/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
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 | 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 | 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");
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 58 static char *map1; variable 107 * map1 + (i * RIM_CHUNK_SIZE) 119 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr() 185 * address == map1 + 578 mprotect(map1, size, PROT_READ); in mem_snapshot_fn() 581 * Load from the working alias (map1). Loading from map2 in mem_snapshot_fn() 584 memcpy(tmp, map1, size); in mem_snapshot_fn() 598 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn() 659 map1 = shmat(shmid, NULL, 0); in main() 660 if (map1 in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 57 static char *map1; variable 106 * map1 + (i * RIM_CHUNK_SIZE) 118 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr() 184 * address == map1 + 577 mprotect(map1, size, PROT_READ); in mem_snapshot_fn() 580 * Load from the working alias (map1). Loading from map2 in mem_snapshot_fn() 583 memcpy(tmp, map1, size); in mem_snapshot_fn() 597 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn() 658 map1 = shmat(shmid, NULL, 0); in main() 659 if (map1 in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | subskeleton.c | 38 ASSERT_OK_PTR(lib->maps.map1, "map1"); in subskeleton_lib_subresult() 39 ASSERT_STREQ(bpf_map__name(lib->maps.map1), "map1", "map name"); in subskeleton_lib_subresult()
|
H A D | bpf_loop.c | 152 map_fd = bpf_map__fd(skel->maps.map1); in check_stack()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mpspec.h | 110 #define physids_equal(map1, map2) \ 111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 45 void *map1, *map2; in is_same() local 66 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0); in is_same() 67 if (map1 == MAP_FAILED) in is_same() 74 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 47 void *map1, *map2; in is_same() local 68 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0); in is_same() 69 if (map1 == MAP_FAILED) in is_same() 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 104 static int map_subset(int map0, int map1) in map_subset() argument 110 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset() 111 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 2305 const struct nfit_set_info_map *map1 = m1; in cmp_map_compat() local 2307 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map_compat() 2314 const struct nfit_set_info_map *map1 = m1; in cmp_map() local 2316 if (map0->region_offset < map1->region_offset) in cmp_map() 2318 else if (map0->region_offset > map1->region_offset) in cmp_map() 2326 const struct nfit_set_info_map2 *map1 = m1; in cmp_map2() local 2328 if (map0->region_offset < map1->region_offset) in cmp_map2() 2330 else if (map0->region_offset > map1->region_offset) in cmp_map2()
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 2213 const struct nfit_set_info *map1 = m1; in cmp_map_compat() local 2215 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map_compat() 2222 const struct nfit_set_info *map1 = m1; in cmp_map() local 2224 if (map0->region_offset < map1->region_offset) in cmp_map() 2226 else if (map0->region_offset > map1->region_offset) in cmp_map() 2234 const struct nfit_set_info2 *map1 = m1; in cmp_map2() local 2236 if (map0->region_offset < map1->region_offset) in cmp_map2() 2238 else if (map0->region_offset > map1->region_offset) in cmp_map2()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | switchtec.h | 251 struct partition_info map1; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | switchtec.h | 253 struct partition_info map1; member
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 426 uint64_t map1:4; member 430 uint64_t map1:4; 467 uint64_t map1:4; member 471 uint64_t map1:4;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 426 uint64_t map1:4; member 430 uint64_t map1:4; 467 uint64_t map1:4; member 471 uint64_t map1:4;
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 737 void *map1, *map2; in TEST_SIGNAL() local 752 map1 = (void *)syscall(sysno, in TEST_SIGNAL() 754 EXPECT_NE(MAP_FAILED, map1); in TEST_SIGNAL() 761 munmap(map1, page_size); in TEST_SIGNAL()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 752 void *map1, *map2; in TEST_SIGNAL() local 767 map1 = (void *)syscall(sysno, in TEST_SIGNAL() 769 EXPECT_NE(MAP_FAILED, map1); in TEST_SIGNAL() 776 munmap(map1, page_size); in TEST_SIGNAL()
|
/kernel/linux/linux-5.10/drivers/pci/switch/ |
H A D | switchtec.c | 714 set_fw_info_part(info, &fi->map1); in flash_part_info_gen4()
|
/kernel/linux/linux-6.6/drivers/pci/switch/ |
H A D | switchtec.c | 768 set_fw_info_part(info, &fi->map1); in flash_part_info_gen4()
|