/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | soft-dirty.c | 50 char *map, *map2; in test_vma_reuse() local 63 map2 = mmap(NULL, pagesize, (PROT_READ | PROT_WRITE), (MAP_PRIVATE | MAP_ANON), -1, 0); in test_vma_reuse() 64 if (map2 == MAP_FAILED) in test_vma_reuse() 68 if (map == map2) in test_vma_reuse() 69 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map2) == 1, in test_vma_reuse() 74 munmap(map2, pagesize); in test_vma_reuse()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | linked_maps1.c | 28 extern map2_t map2 SEC(".maps"); 53 bpf_map_update_elem(&map2, &key, &val, 0); in BPF_PROG() 71 val = bpf_map_lookup_elem(&map2, &key); in BPF_PROG()
|
A D | linked_maps2.c | 24 } map2 SEC(".maps"); 47 bpf_map_update_elem(&map2, &key, &val, 0); in BPF_PROG() 65 val = bpf_map_lookup_elem(&map2, &key); in BPF_PROG()
|
A D | test_subskeleton_lib.c | 42 } map2 SEC(".maps"); 49 bpf_map_update_elem(&map2, &key, &value, BPF_ANY); in lib_routine()
|
A D | test_subskeleton_lib2.c | 14 } map2 SEC(".maps");
|
/linux-6.3-rc2/arch/mips/pci/ |
A D | pci-malta.c | 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 154 map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> in mips_pcibios_init() 162 if (map3 == map2 + 1) { in mips_pcibios_init() 163 map = map2; in mips_pcibios_init() 167 if (map2 == map1 + 1) { in mips_pcibios_init()
|
/linux-6.3-rc2/drivers/xen/ |
A D | pvcalls-front.c | 769 struct sock_mapping *map2 = NULL; in pvcalls_front_accept() local 809 map2 = kzalloc(sizeof(*map2), GFP_KERNEL); in pvcalls_front_accept() 810 if (map2 == NULL) { in pvcalls_front_accept() 816 ret = alloc_active_ring(map2); in pvcalls_front_accept() 820 kfree(map2); in pvcalls_front_accept() 830 free_active_ring(map2); in pvcalls_front_accept() 831 kfree(map2); in pvcalls_front_accept() 838 free_active_ring(map2); in pvcalls_front_accept() 839 kfree(map2); in pvcalls_front_accept() 855 map->passive.accept_map = map2; in pvcalls_front_accept() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | global_data.c | 106 struct bpf_map *map, *map2; in test_global_data_rdonly() local 116 map2 = bpf_object__find_map_by_name(obj, ".rodata"); in test_global_data_rdonly() 117 if (!ASSERT_EQ(map, map2, "same_maps")) in test_global_data_rdonly()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/ |
A D | tlbie_test.c | 58 static char *map2; variable 591 memcpy(map2, tmp, size); in mem_snapshot_fn() 663 map2 = shmat(shmid, NULL, 0); in main() 664 if (map2 == (void *) -1) { in main() 676 …"Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned long)map2); in main()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mpspec.h | 110 #define physids_equal(map1, map2) \ argument 111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | exynos5422-odroidxu3-common.dtsi | 103 map2 { 186 map2 { 259 map2 { 332 map2 { 405 map2 {
|
A D | exynos5420-arndale-octa.dts | 132 map2 { 195 map2 { 258 map2 { 321 map2 {
|
A D | exynos4412-odroidu3.dts | 83 map2 {
|
/linux-6.3-rc2/drivers/net/ethernet/8390/ |
A D | ax88796.c | 88 void __iomem *map2; member 827 if (ax->map2) { in ax_remove() 828 iounmap(ax->map2); in ax_remove() 936 ax->map2 = ioremap(mem2->start, mem2_size); in ax_probe() 937 if (!ax->map2) { in ax_probe() 943 ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; in ax_probe() 951 if (!ax->map2) in ax_probe() 954 iounmap(ax->map2); in ax_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/inc/ |
A D | mod_shared.h | 104 enum lut3d_control_gamut_map map2; member
|
/linux-6.3-rc2/drivers/input/joystick/ |
A D | turbografx.c | 37 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); 38 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
A D | gamecon.c | 41 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 42 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
/linux-6.3-rc2/arch/arm64/boot/dts/exynos/ |
A D | exynos5433-tmu.dtsi | 67 map2 { 241 map2 {
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | confdata.c | 47 void *map1, *map2; in is_same() local 72 map2 = mmap(NULL, st2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0); in is_same() 73 if (map2 == MAP_FAILED) in is_same() 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/ |
A D | rk3399-nanopc-t4.dts | 85 map2 {
|
A D | rk3399-khadas-edge.dtsi | 223 map2 { 280 map2 {
|
/linux-6.3-rc2/drivers/acpi/nfit/ |
A D | core.c | 2285 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set() local 2298 map2->region_offset = memdev->region_offset; in acpi_nfit_init_interleave_set() 2299 map2->serial_number = dcr->serial_number; in acpi_nfit_init_interleave_set() 2300 map2->vendor_id = dcr->vendor_id; in acpi_nfit_init_interleave_set() 2301 map2->manufacturing_date = dcr->manufacturing_date; in acpi_nfit_init_interleave_set() 2302 map2->manufacturing_location = dcr->manufacturing_location; in acpi_nfit_init_interleave_set() 2319 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set() local 2328 if (map2->serial_number == dcr->serial_number && in acpi_nfit_init_interleave_set() 2329 map2->vendor_id == dcr->vendor_id && in acpi_nfit_init_interleave_set() 2330 map2->manufacturing_date == dcr->manufacturing_date && in acpi_nfit_init_interleave_set() [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/marvell/ |
A D | armada-ap80x.dtsi | 423 map2_hot: map2-hot { 428 map2_emerg: map2-emerg {
|
A D | armada-8040-clearfog-gt-8k.dts | 169 map2 { 217 map2 {
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | io-mapping.rst | 60 addr2 = io_mapping_map_local_wc(map2, offset2);
|