Searched refs:map1 (Results 1 – 25 of 41) sorted by relevance
12
/Linux-v4.19/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-v4.19/arch/arm/boot/dts/ |
D | exynos5422-odroidhc1.dts | 61 map1 { 104 map1 { 142 map1 { 180 map1 {
|
D | exynos5422-odroidxu3-common.dtsi | 101 map1 { 178 map1 { 245 map1 { 312 map1 {
|
D | exynos4-cpu-thermal.dtsi | 42 map1 {
|
D | exynos4412-odroidu3.dts | 50 map1 {
|
D | gemini-dlink-dns-313.dts | 135 map1 {
|
D | exynos3250-artik5.dtsi | 41 map1 {
|
D | exynos4210-trats.dts | 143 map1 {
|
D | exynos4412-itop-scp-core.dtsi | 50 map1 {
|
D | exynos4412-odroid-common.dtsi | 77 cooling_map1: map1 {
|
D | am57xx-beagle-x15-common.dtsi | 492 map1 {
|
D | sun8i-a33.dtsi | 458 map1 {
|
D | exynos5410-odroidxu.dts | 148 map1 {
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/thermal/ |
D | uniphier-thermal.txt | 59 map1 {
|
D | zx2967-thermal.txt | 82 map1 {
|
D | thermal.txt | 277 map1 { 570 map1 {
|
/Linux-v4.19/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 60 map1 { 227 map1 {
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 43 static int map_subset(int map0, int map1) in map_subset() argument 49 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset() 50 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset()
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 2050 const struct nfit_set_info_map *map1 = m1; in cmp_map_compat() local 2052 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map_compat() 2059 const struct nfit_set_info_map *map1 = m1; in cmp_map() local 2061 if (map0->region_offset < map1->region_offset) in cmp_map() 2063 else if (map0->region_offset > map1->region_offset) in cmp_map() 2071 const struct nfit_set_info_map2 *map1 = m1; in cmp_map2() local 2073 if (map0->region_offset < map1->region_offset) in cmp_map2() 2075 else if (map0->region_offset > map1->region_offset) in cmp_map2()
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 124 map1 {
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-gxm-khadas-vim2.dts | 133 map1 {
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 591 void *map1, *map2; in TEST_SIGNAL() local 606 map1 = (void *)syscall(sysno, in TEST_SIGNAL() 608 EXPECT_NE(MAP_FAILED, map1); in TEST_SIGNAL() 615 munmap(map1, page_size); in TEST_SIGNAL()
|
/Linux-v4.19/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld20.dtsi | 212 map1 {
|
/Linux-v4.19/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;
|
12