Home
last modified time | relevance | path

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

1234

/linux/arch/mips/pci/
A 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/tools/testing/selftests/powerpc/mm/
A Dtlbie_test.c57 static char *map1; variable
118 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr()
577 mprotect(map1, size, PROT_READ); in mem_snapshot_fn()
583 memcpy(tmp, map1, size); in mem_snapshot_fn()
597 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn()
658 map1 = shmat(shmid, NULL, 0); in main()
659 if (map1 == (void *) -1) { in main()
676 …printf("Allocated address:0x%016lx + secondary map:0x%016lx\n", (unsigned long)map1, (unsigned lon… in main()
714 pthread_create(&mem_snapshot_thread, &attr, mem_snapshot_fn, map1); in main()
/linux/tools/testing/selftests/bpf/progs/
A Dlinked_maps1.c16 } map1 SEC(".maps");
52 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
67 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
A Dlinked_maps2.c17 } map1 SEC(".maps");
46 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
61 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
/linux/arch/arm/boot/dts/
A Dexynos5422-odroidhc1.dts73 map1 {
117 map1 {
161 map1 {
205 map1 {
242 map1 {
A Dexynos5422-odroidxu3-common.dtsi99 map1 {
182 map1 {
255 map1 {
328 map1 {
401 map1 {
A Dexynos4-cpu-thermal.dtsi42 map1 {
A Dexynos5420-arndale-octa.dts116 map1 {
183 map1 {
246 map1 {
309 map1 {
A Dexynos4412-tiny4412.dts95 cooling_map1: map1 {
A Dexynos4412-odroidu3.dts75 map1 {
A Dexynos4412-smdk4412.dts57 cooling_map1: map1 {
A Dexynos4210-smdkv310.dts59 map1 {
/linux/arch/x86/include/asm/
A Dmpspec.h110 #define physids_equal(map1, map2) \ argument
111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
/linux/arch/arm64/boot/dts/qcom/
A Dsm8350.dtsi1706 map1 {
1750 map1 {
1794 map1 {
1838 map1 {
1882 map1 {
1926 map1 {
1970 map1 {
2014 map1 {
2058 map1 {
2102 map1 {
[all …]
A Dsc7180-trogdor-coachz.dtsi66 map1 {
A Dsc7180-trogdor-homestar.dtsi84 map1 {
/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/linux/scripts/kconfig/
A Dconfdata.c47 void *map1, *map2; in is_same() local
68 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0); in is_same()
69 if (map1 == MAP_FAILED) in is_same()
76 if (bcmp(map1, map2, st1.st_size)) in is_same()
/linux/arch/arm64/boot/dts/marvell/
A Darmada-8040-clearfog-gt-8k.dts129 map1 {
165 map1 {
213 map1 {
A Darmada-ap80x.dtsi385 map1_hot: map1-hot {
390 map1_emerg: map1-emerg {
/linux/arch/arm64/boot/dts/amlogic/
A Dmeson-g12a.dtsi127 map1 {
A Dmeson-g12b.dtsi127 map1 {
A Dmeson-gxm.dtsi178 map1 {
/linux/tools/testing/selftests/bpf/
A 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()
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-idle.yaml138 map1 {

Completed in 35 milliseconds

1234