map2 425 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t map2:4; map2 431 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t map2:4; map2 466 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t map2:4; map2 472 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t map2:4; map2 81 arch/mips/pci/pci-malta.c resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; map2 154 arch/mips/pci/pci-malta.c map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> map2 162 arch/mips/pci/pci-malta.c if (map3 == map2 + 1) { map2 163 arch/mips/pci/pci-malta.c map = map2; map2 167 arch/mips/pci/pci-malta.c if (map2 == map1 + 1) { map2 120 arch/x86/include/asm/mpspec.h #define physids_equal(map1, map2) \ map2 121 arch/x86/include/asm/mpspec.h bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC) map2 2314 drivers/acpi/nfit/core.c struct nfit_set_info_map2 *map2 = &info2->mapping[i]; map2 2329 drivers/acpi/nfit/core.c map2->region_offset = memdev->region_offset; map2 2330 drivers/acpi/nfit/core.c map2->serial_number = dcr->serial_number; map2 2331 drivers/acpi/nfit/core.c map2->vendor_id = dcr->vendor_id; map2 2332 drivers/acpi/nfit/core.c map2->manufacturing_date = dcr->manufacturing_date; map2 2333 drivers/acpi/nfit/core.c map2->manufacturing_location = dcr->manufacturing_location; map2 2353 drivers/acpi/nfit/core.c struct nfit_set_info_map2 *map2 = &info2->mapping[i]; map2 2362 drivers/acpi/nfit/core.c if (map2->serial_number == dcr->serial_number && map2 2363 drivers/acpi/nfit/core.c map2->vendor_id == dcr->vendor_id && map2 2364 drivers/acpi/nfit/core.c map2->manufacturing_date == dcr->manufacturing_date && map2 2365 drivers/acpi/nfit/core.c map2->manufacturing_location map2 104 drivers/gpu/drm/amd/display/modules/inc/mod_shared.h enum lut3d_control_gamut_map map2; map2 44 drivers/input/joystick/gamecon.c module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); map2 45 drivers/input/joystick/gamecon.c MODULE_PARM_DESC(map2, "Describes second set of devices"); map2 40 drivers/input/joystick/turbografx.c module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); map2 41 drivers/input/joystick/turbografx.c MODULE_PARM_DESC(map2, "Describes second set of devices"); map2 88 drivers/net/ethernet/8390/ax88796.c void __iomem *map2; map2 818 drivers/net/ethernet/8390/ax88796.c if (ax->map2) { map2 819 drivers/net/ethernet/8390/ax88796.c iounmap(ax->map2); map2 927 drivers/net/ethernet/8390/ax88796.c ax->map2 = ioremap(mem2->start, mem2_size); map2 928 drivers/net/ethernet/8390/ax88796.c if (!ax->map2) { map2 934 drivers/net/ethernet/8390/ax88796.c ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; map2 942 drivers/net/ethernet/8390/ax88796.c if (!ax->map2) map2 945 drivers/net/ethernet/8390/ax88796.c iounmap(ax->map2); map2 766 drivers/xen/pvcalls-front.c struct sock_mapping *map2 = NULL; map2 790 drivers/xen/pvcalls-front.c map2 = map->passive.accept_map; map2 805 drivers/xen/pvcalls-front.c map2 = kzalloc(sizeof(*map2), GFP_KERNEL); map2 806 drivers/xen/pvcalls-front.c if (map2 == NULL) { map2 812 drivers/xen/pvcalls-front.c ret = alloc_active_ring(map2); map2 816 drivers/xen/pvcalls-front.c kfree(map2); map2 826 drivers/xen/pvcalls-front.c free_active_ring(map2); map2 827 drivers/xen/pvcalls-front.c kfree(map2); map2 832 drivers/xen/pvcalls-front.c ret = create_active(map2, &evtchn); map2 834 drivers/xen/pvcalls-front.c free_active_ring(map2); map2 835 drivers/xen/pvcalls-front.c kfree(map2); map2 842 drivers/xen/pvcalls-front.c list_add_tail(&map2->list, &bedata->socket_mappings); map2 848 drivers/xen/pvcalls-front.c req->u.accept.ref = map2->active.ref; map2 849 drivers/xen/pvcalls-front.c req->u.accept.id_new = (uintptr_t) map2; map2 851 drivers/xen/pvcalls-front.c map->passive.accept_map = map2; map2 874 drivers/xen/pvcalls-front.c map2->sock = newsock; map2 881 drivers/xen/pvcalls-front.c pvcalls_front_free_map(bedata, map2); map2 885 drivers/xen/pvcalls-front.c newsock->sk->sk_send_head = (void *)map2; map2 45 scripts/kconfig/confdata.c void *map1, *map2; map2 70 scripts/kconfig/confdata.c map2 = mmap(NULL, st2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0); map2 71 scripts/kconfig/confdata.c if (map2 == MAP_FAILED) map2 74 scripts/kconfig/confdata.c if (bcmp(map1, map2, st1.st_size)) map2 59 tools/testing/selftests/powerpc/mm/tlbie_test.c static char *map2; map2 592 tools/testing/selftests/powerpc/mm/tlbie_test.c memcpy(map2, tmp, size); map2 664 tools/testing/selftests/powerpc/mm/tlbie_test.c map2 = shmat(shmid, NULL, 0); map2 665 tools/testing/selftests/powerpc/mm/tlbie_test.c if (map2 == (void *) -1) { map2 677 tools/testing/selftests/powerpc/mm/tlbie_test.c printf("Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned long)map2); map2 642 tools/testing/selftests/seccomp/seccomp_bpf.c void *map1, *map2; map2 661 tools/testing/selftests/seccomp/seccomp_bpf.c map2 = (void *)syscall(sysno, map2 663 tools/testing/selftests/seccomp/seccomp_bpf.c EXPECT_EQ(MAP_FAILED, map2); map2 667 tools/testing/selftests/seccomp/seccomp_bpf.c munmap(map2, page_size);