Home
last modified time | relevance | path

Searched refs:map1 (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/pci/
Dpci-malta.c81 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/
Dtlbie_test.c58 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/
Dexynos5422-odroidhc1.dts73 map1 {
117 map1 {
161 map1 {
205 map1 {
242 map1 {
Dexynos5422-odroidxu3-common.dtsi99 map1 {
182 map1 {
255 map1 {
328 map1 {
401 map1 {
Dexynos4-cpu-thermal.dtsi42 map1 {
Dexynos5420-arndale-octa.dts116 map1 {
183 map1 {
246 map1 {
309 map1 {
Dexynos4412-tiny4412.dts95 cooling_map1: map1 {
Dexynos4412-odroidu3.dts62 map1 {
Dexynos4412-smdk4412.dts57 cooling_map1: map1 {
Dexynos4210-smdkv310.dts59 map1 {
Dgemini-dlink-dns-313.dts135 map1 {
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmpspec.h110 #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/
Dsm8150.dtsi1254 map1 {
1298 map1 {
1342 map1 {
1386 map1 {
1430 map1 {
1474 map1 {
1518 map1 {
1562 map1 {
1606 map1 {
1650 map1 {
[all …]
Dsm8250.dtsi2421 map1 {
2465 map1 {
2509 map1 {
2553 map1 {
2597 map1 {
2641 map1 {
2685 map1 {
2729 map1 {
2773 map1 {
2817 map1 {
[all …]
Dsc7180.dtsi3442 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/
Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/
Dzx2967-thermal.txt82 map1 {
/kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-g12a.dtsi127 map1 {
Dmeson-g12b.dtsi127 map1 {
Dmeson-gxm.dtsi158 map1 {
/kernel/linux/linux-5.10/scripts/kconfig/
Dconfdata.c45 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/
Dtest_lru_map.c104 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/
Darmada-ap80x.dtsi382 map1_hot: map1-hot {
387 map1_emerg: map1-emerg {
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399-gru-kevin.dts141 map1 {
/kernel/linux/linux-5.10/drivers/acpi/nfit/
Dcore.c2305 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()

123