Home
last modified time | relevance | path

Searched full:map1 (Results 1 – 25 of 76) sorted by relevance

1234

/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()
/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-odroidu3.dts62 map1 {
Dexynos4412-tiny4412.dts95 cooling_map1: map1 {
Dexynos4412-smdk4412.dts57 cooling_map1: map1 {
Dexynos4210-smdkv310.dts59 map1 {
/linux-5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c58 static char *map1; variable
107 * map1 + (i * RIM_CHUNK_SIZE)
119 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr()
185 * address == map1 +
578 mprotect(map1, size, PROT_READ); in mem_snapshot_fn()
581 * Load from the working alias (map1). Loading from map2 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()
[all …]
/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)
/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.dtsi3441 map1 {
3490 map1 {
3539 map1 {
3588 map1 {
3637 map1 {
3686 map1 {
3731 map1 {
3772 map1 {
3813 map1 {
3854 map1 {
/linux-5.10/sound/soc/uniphier/
Daio.h170 * 0x12080 DMAC map1 --> [selector] --> DMAC hardware 1
173 * 0x42400 Port map1 --> [selector] --> Port hardware 2
/linux-5.10/Documentation/devicetree/bindings/thermal/
Dzx2967-thermal.txt82 map1 {
Dthermal-idle.yaml138 map1 {
/linux-5.10/arch/arm64/boot/dts/exynos/
Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-g12a.dtsi127 map1 {
Dmeson-g12b.dtsi127 map1 {
Dmeson-gxm.dtsi158 map1 {
/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_iter_bpf_hash_map.c89 * key 12 value 8 entries 3 name map1 in dump_bpf_hash_map()
/linux-5.10/arch/arm64/boot/dts/marvell/
Darmada-ap80x.dtsi382 map1_hot: map1-hot {
387 map1_emerg: map1-emerg {
/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()
/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()

1234