/Linux-v5.4/arch/mips/pci/ |
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-v5.4/drivers/xen/ |
D | pvcalls-front.c | 766 struct sock_mapping *map2 = NULL; in pvcalls_front_accept() local 790 map2 = map->passive.accept_map; in pvcalls_front_accept() 805 map2 = kzalloc(sizeof(*map2), GFP_KERNEL); in pvcalls_front_accept() 806 if (map2 == NULL) { in pvcalls_front_accept() 812 ret = alloc_active_ring(map2); in pvcalls_front_accept() 816 kfree(map2); in pvcalls_front_accept() 826 free_active_ring(map2); in pvcalls_front_accept() 827 kfree(map2); in pvcalls_front_accept() 832 ret = create_active(map2, &evtchn); in pvcalls_front_accept() 834 free_active_ring(map2); in pvcalls_front_accept() [all …]
|
/Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 59 static char *map2; variable 592 memcpy(map2, tmp, size); in mem_snapshot_fn() 664 map2 = shmat(shmid, NULL, 0); in main() 665 if (map2 == (void *) -1) { in main() 677 …"Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned long)map2); in main()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | mpspec.h | 120 #define physids_equal(map1, map2) \ argument 121 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/Linux-v5.4/drivers/net/ethernet/8390/ |
D | ax88796.c | 88 void __iomem *map2; member 818 if (ax->map2) { in ax_remove() 819 iounmap(ax->map2); in ax_remove() 927 ax->map2 = ioremap(mem2->start, mem2_size); in ax_probe() 928 if (!ax->map2) { in ax_probe() 934 ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; in ax_probe() 942 if (!ax->map2) in ax_probe() 945 iounmap(ax->map2); in ax_probe()
|
/Linux-v5.4/arch/arm64/boot/dts/rockchip/ |
D | rk3399-nanopc-t4.dts | 85 map2 { 117 map2 {
|
D | rk3399-khadas-edge.dtsi | 208 map2 { 265 map2 {
|
D | rk3399-sapphire.dtsi | 174 map2 {
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-common.dtsi | 103 map2 { 186 map2 { 259 map2 { 332 map2 {
|
D | exynos5420-arndale-octa.dts | 132 map2 { 195 map2 { 258 map2 { 321 map2 {
|
D | exynos4412-odroidu3.dts | 58 map2 {
|
D | sun8i-a33.dtsi | 313 map2 {
|
D | exynos5410-odroidxu.dts | 155 map2 {
|
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/inc/ |
D | mod_shared.h | 104 enum lut3d_control_gamut_map map2; member
|
/Linux-v5.4/drivers/input/joystick/ |
D | turbografx.c | 40 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); 41 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
D | gamecon.c | 44 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 45 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
/Linux-v5.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 67 map2 { 241 map2 {
|
/Linux-v5.4/Documentation/devicetree/bindings/thermal/ |
D | zx2967-thermal.txt | 87 map2 {
|
/Linux-v5.4/scripts/kconfig/ |
D | confdata.c | 45 void *map1, *map2; in is_same() local 70 map2 = mmap(NULL, st2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0); in is_same() 71 if (map2 == MAP_FAILED) in is_same() 74 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/Linux-v5.4/arch/arm64/boot/dts/marvell/ |
D | armada-ap806.dtsi | 412 map2_hot: map2-hot { 417 map2_emerg: map2-emerg {
|
/Linux-v5.4/drivers/acpi/nfit/ |
D | core.c | 2313 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set() local 2328 map2->region_offset = memdev->region_offset; in acpi_nfit_init_interleave_set() 2329 map2->serial_number = dcr->serial_number; in acpi_nfit_init_interleave_set() 2330 map2->vendor_id = dcr->vendor_id; in acpi_nfit_init_interleave_set() 2331 map2->manufacturing_date = dcr->manufacturing_date; in acpi_nfit_init_interleave_set() 2332 map2->manufacturing_location = dcr->manufacturing_location; in acpi_nfit_init_interleave_set() 2352 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set() local 2361 if (map2->serial_number == dcr->serial_number && in acpi_nfit_init_interleave_set() 2362 map2->vendor_id == dcr->vendor_id && in acpi_nfit_init_interleave_set() 2363 map2->manufacturing_date == dcr->manufacturing_date && in acpi_nfit_init_interleave_set() [all …]
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 425 uint64_t map2:4; member 431 uint64_t map2:4; 466 uint64_t map2:4; member 472 uint64_t map2:4;
|
/Linux-v5.4/Documentation/input/devices/ |
D | joystick-parport.rst | 523 gamecon.map2 and gamecon.map3 as additional command line parameters for two 581 use turbografx.map2 and turbografx.map3 as additional command line parameters
|
/Linux-v5.4/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 641 void *map1, *map2; in TEST_SIGNAL() local 660 map2 = (void *)syscall(sysno, in TEST_SIGNAL() 662 EXPECT_EQ(MAP_FAILED, map2); in TEST_SIGNAL() 666 munmap(map2, page_size); in TEST_SIGNAL()
|
/Linux-v5.4/arch/powerpc/boot/dts/fsl/ |
D | t1040si-post.dtsi | 521 map2 {
|