Searched refs:map2 (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/mips/pci/ |
D | pci-malta.c | 93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 166 map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> in mips_pcibios_init() 174 if (map3 == map2 + 1) { in mips_pcibios_init() 175 map = map2; in mips_pcibios_init() 179 if (map2 == map1 + 1) { in mips_pcibios_init()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | smp.h | 31 #define physids_equal(map1, map2) bitmap_equal((map1).mask, (map2).mask, MAX_APICS) argument
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mpspec.h | 119 #define physids_equal(map1, map2) \ argument 120 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ax88796.c | 94 void __iomem *map2; member 824 if (ax->map2) { in ax_remove() 825 iounmap(ax->map2); in ax_remove() 929 ax->map2 = ioremap(mem2->start, mem2_size); in ax_probe() 930 if (!ax->map2) { in ax_probe() 936 ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; in ax_probe() 944 if (!ax->map2) in ax_probe() 947 iounmap(ax->map2); in ax_probe()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5422-cpu-thermal.dtsi | 52 map2 {
|
D | exynos4412-odroidu3.dts | 56 map2 {
|
/linux-4.4.14/drivers/input/joystick/ |
D | turbografx.c | 56 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); 57 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
D | gamecon.c | 60 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 61 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 494 void *map1, *map2; in TEST_SIGNAL() local 513 map2 = (void *)syscall(sysno, in TEST_SIGNAL() 515 EXPECT_EQ(MAP_FAILED, map2); in TEST_SIGNAL() 519 munmap(map2, page_size); in TEST_SIGNAL()
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 295 map2 { 594 map2 {
|
/linux-4.4.14/Documentation/input/ |
D | joystick-parport.txt | 462 gamecon.map2 and gamecon.map3 as additional command line parameters for two 516 use turbografx.map2 and turbografx.map3 as additional command line parameters
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 498 uint64_t map2:4; member 504 uint64_t map2:4; 549 uint64_t map2:4; member 555 uint64_t map2:4;
|