Searched refs:map1 (Results 1 – 17 of 17) 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 121 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init() 127 map = map1; in mips_pcibios_init() 164 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init() 171 map = map1; in mips_pcibios_init() 179 if (map2 == map1 + 1) { in mips_pcibios_init() 180 map = map1; 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/arch/arm/boot/dts/ |
D | exynos4-cpu-thermal.dtsi | 46 map1 {
|
D | exynos5422-cpu-thermal.dtsi | 48 map1 {
|
D | exynos4412-odroidu3.dts | 52 map1 {
|
D | exynos4210-trats.dts | 145 map1 {
|
D | exynos4412-odroid-common.dtsi | 102 map1 {
|
D | exynos3250-monk.dts | 127 map1 {
|
D | am57xx-beagle-x15.dts | 732 map1 {
|
D | exynos3250-rinato.dts | 118 map1 {
|
D | exynos5250.dtsi | 292 map1 {
|
D | exynos4412-trats2.dts | 277 map1 {
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 494 void *map1, *map2; in TEST_SIGNAL() local 509 map1 = (void *)syscall(sysno, in TEST_SIGNAL() 511 EXPECT_NE(MAP_FAILED, map1); in TEST_SIGNAL() 518 munmap(map1, page_size); in TEST_SIGNAL()
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 291 map1 { 589 map1 {
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 499 uint64_t map1:4; member 503 uint64_t map1:4; 550 uint64_t map1:4; member 554 uint64_t map1:4;
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 971 const struct nfit_set_info_map *map1 = m1; in cmp_map() local 973 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map()
|