/kernel/linux/linux-5.10/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 109 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init() 115 map = map1; in mips_pcibios_init() 152 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init() 159 map = map1; in mips_pcibios_init() 167 if (map2 == map1 + 1) { in mips_pcibios_init() 168 map = map1; in mips_pcibios_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 58 static char *map1; variable 119 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr() 578 mprotect(map1, size, PROT_READ); in mem_snapshot_fn() 584 memcpy(tmp, map1, size); in mem_snapshot_fn() 598 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn() 659 map1 = shmat(shmid, NULL, 0); in main() 660 if (map1 == (void *) -1) { in main() 677 …printf("Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned lon… in main() 715 pthread_create(&mem_snapshot_thread, &attr, mem_snapshot_fn, map1); in main()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | exynos5422-odroidhc1.dts | 73 map1 { 117 map1 { 161 map1 { 205 map1 { 242 map1 {
|
D | exynos5422-odroidxu3-common.dtsi | 99 map1 { 182 map1 { 255 map1 { 328 map1 { 401 map1 {
|
D | exynos4-cpu-thermal.dtsi | 42 map1 {
|
D | exynos5420-arndale-octa.dts | 116 map1 { 183 map1 { 246 map1 { 309 map1 {
|
D | exynos4412-tiny4412.dts | 95 cooling_map1: map1 {
|
D | exynos4412-odroidu3.dts | 62 map1 {
|
D | exynos4412-smdk4412.dts | 57 cooling_map1: map1 {
|
D | exynos4210-smdkv310.dts | 59 map1 {
|
D | gemini-dlink-dns-313.dts | 135 map1 {
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | mpspec.h | 110 #define physids_equal(map1, map2) \ argument 111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sm8150.dtsi | 1254 map1 { 1298 map1 { 1342 map1 { 1386 map1 { 1430 map1 { 1474 map1 { 1518 map1 { 1562 map1 { 1606 map1 { 1650 map1 { [all …]
|
D | sm8250.dtsi | 2421 map1 { 2465 map1 { 2509 map1 { 2553 map1 { 2597 map1 { 2641 map1 { 2685 map1 { 2729 map1 { 2773 map1 { 2817 map1 { [all …]
|
D | sc7180.dtsi | 3442 map1 { 3491 map1 { 3540 map1 { 3589 map1 { 3638 map1 { 3687 map1 { 3732 map1 { 3773 map1 { 3814 map1 { 3855 map1 {
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 61 map1 { 235 map1 {
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | zx2967-thermal.txt | 82 map1 {
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/ |
D | meson-g12a.dtsi | 127 map1 {
|
D | meson-g12b.dtsi | 127 map1 {
|
D | meson-gxm.dtsi | 158 map1 {
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | confdata.c | 45 void *map1, *map2; in is_same() local 66 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0); in is_same() 67 if (map1 == MAP_FAILED) in is_same() 74 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 104 static int map_subset(int map0, int map1) in map_subset() argument 110 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset() 111 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
D | armada-ap80x.dtsi | 382 map1_hot: map1-hot { 387 map1_emerg: map1-emerg {
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 141 map1 {
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
D | core.c | 2305 const struct nfit_set_info_map *map1 = m1; in cmp_map_compat() local 2307 return memcmp(&map0->region_offset, &map1->region_offset, in cmp_map_compat() 2314 const struct nfit_set_info_map *map1 = m1; in cmp_map() local 2316 if (map0->region_offset < map1->region_offset) in cmp_map() 2318 else if (map0->region_offset > map1->region_offset) in cmp_map() 2326 const struct nfit_set_info_map2 *map1 = m1; in cmp_map2() local 2328 if (map0->region_offset < map1->region_offset) in cmp_map2() 2330 else if (map0->region_offset > map1->region_offset) in cmp_map2()
|