Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/arch/sh/kernel/cpu/sh4/
A Dsq.c80 map->next = tmp; in sq_mapping_list_add()
81 *p = map; in sq_mapping_list_add()
93 if (tmp == map) { in sq_mapping_list_del()
106 vma = __get_vm_area_caller(map->size, VM_IOREMAP, map->sq_addr, in __sq_remap()
163 if (unlikely(!map)) in sq_remap()
166 map->addr = phys; in sq_remap()
167 map->size = size; in sq_remap()
168 map->name = name; in sq_remap()
185 likely(map->name) ? map->name : "???", in sq_remap()
187 map->sq_addr, map->addr); in sq_remap()
[all …]
/arch/sh/mm/
A Dioremap_fixed.c38 struct ioremap_map *map; in ioremap_fixed_init() local
42 map = &ioremap_maps[i]; in ioremap_fixed_init()
51 struct ioremap_map *map; in ioremap_fixed() local
65 map = &ioremap_maps[i]; in ioremap_fixed()
66 if (!map->addr) { in ioremap_fixed()
67 map->size = size; in ioremap_fixed()
96 map->addr = (void __iomem *)(offset + map->fixmap_addr); in ioremap_fixed()
97 return map->addr; in ioremap_fixed()
103 struct ioremap_map *map; in iounmap_fixed() local
131 map->size = 0; in iounmap_fixed()
[all …]
/arch/arm64/kvm/
A Darch_timer.c213 struct timer_map map; in kvm_arch_timer_handler() local
581 struct timer_map map; in kvm_timer_blocking() local
868 struct timer_map map; in kvm_timer_vcpu_load() local
891 if (map.emul_vtimer) in kvm_timer_vcpu_load()
893 if (map.emul_ptimer) in kvm_timer_vcpu_load()
939 if (map.emul_vtimer) in kvm_timer_vcpu_put()
941 if (map.emul_ptimer) in kvm_timer_vcpu_put()
1055 if (map.emul_vtimer) in kvm_timer_vcpu_reset()
1057 if (map.emul_ptimer) in kvm_timer_vcpu_reset()
1254 if (timer == map.emul_vtimer || timer == map.emul_ptimer) in kvm_arm_timer_read_sysreg()
[all …]
/arch/powerpc/kvm/
A Dbook3s_64_mmu_host.c48 struct kvmppc_sid_map *map; in find_sid_vsid() local
56 if (map->valid && (map->guest_vsid == gvsid)) { in find_sid_vsid()
58 return map; in find_sid_vsid()
62 if (map->valid && (map->guest_vsid == gvsid)) { in find_sid_vsid()
64 return map; in find_sid_vsid()
110 if (!map) { in kvmppc_mmu_map_page()
115 if (!map) { in kvmppc_mmu_map_page()
264 map->valid = true; in create_sid_map()
268 return map; in create_sid_map()
333 if (!map) in kvmppc_mmu_map_segment()
[all …]
A Dbook3s_32_mmu_host.c81 struct kvmppc_sid_map *map; in find_sid_vsid() local
92 return map; in find_sid_vsid()
99 return map; in find_sid_vsid()
159 if (!map) { in kvmppc_mmu_map_page()
163 BUG_ON(!map); in kvmppc_mmu_map_page()
165 vsid = map->host_vsid; in kvmppc_mmu_map_page()
295 map->guest_vsid = gvsid; in create_sid_map()
296 map->valid = true; in create_sid_map()
298 return map; in create_sid_map()
318 if (!map) in kvmppc_mmu_map_segment()
[all …]
/arch/mips/pci/
A Dpci-malta.c105 map = GT_READ(GT_PCI0M0REMAP_OFS); in mips_pcibios_init()
115 map = map1; in mips_pcibios_init()
132 map = GT_READ(GT_PCI0IOREMAP_OFS); in mips_pcibios_init()
151 map = BONITO_PCIMAP; in mips_pcibios_init()
159 map = map1; in mips_pcibios_init()
163 map = map2; in mips_pcibios_init()
168 map = map1; in mips_pcibios_init()
176 BONITO_PCIMAP_WINBASE(map); in mips_pcibios_init()
188 MSC_READ(MSC01_PCI_SC2PMMAPL, map); in mips_pcibios_init()
199 MSC_READ(MSC01_PCI_SC2PIOMAPL, map); in mips_pcibios_init()
[all …]
/arch/arm64/boot/dts/qcom/
A Dqcs8550.dtsi61 no-map;
67 no-map;
71 no-map;
79 no-map;
84 no-map;
89 no-map;
94 no-map;
99 no-map;
104 no-map;
109 no-map;
[all …]
A Dx1-el2.dtso25 iommu-map = <0 &pcie_smmu 0x30000 0x10000>;
26 msi-map = <0 &gic_its 0xb0000 0x10000>;
30 iommu-map = <0 &pcie_smmu 0x40000 0x10000>;
34 iommu-map = <0 &pcie_smmu 0x50000 0x10000>;
35 msi-map = <0 &gic_its 0xd0000 0x10000>;
39 iommu-map = <0 &pcie_smmu 0x60000 0x10000>;
/arch/arm/mm/
A Dmmu.c1140 struct map_desc map; in debug_ll_io_init() local
1142 debug_ll_addr(&map.pfn, &map.virtual); in debug_ll_io_init()
1143 if (!map.pfn || !map.virtual) in debug_ll_io_init()
1145 map.pfn = __phys_to_pfn(map.pfn); in debug_ll_io_init()
1368 struct map_desc map; in devicemaps_init() local
1400 map.length = SZ_1M; in devicemaps_init()
1407 map.length = SZ_1M; in devicemaps_init()
1428 map.virtual = 0; in devicemaps_init()
1435 map.pfn += 1; in devicemaps_init()
1601 map.type = MT_ROM; in map_kernel()
[all …]
/arch/powerpc/platforms/ps3/
A Dmm.c97 struct map { struct
118 static struct map map; variable
128 return (phys_addr < map.rm.size || phys_addr >= map.total) in ps3_mm_phys_to_lpar()
169 &map.vas_id, &map.htab_size); in ps3_mm_vas_create()
321 map.total = map.rm.size; in ps3_mm_region_destroy()
1213 map.rm.offset = map.rm.base; in ps3_mm_init()
1214 map.vas_id = map.htab_size = 0; in ps3_mm_init()
1224 result = ps3_mm_region_create(&map.r1, map.total - map.rm.size); in ps3_mm_init()
1231 map.total = map.rm.size + map.r1.size; in ps3_mm_init()
1238 map.total - map.rm.size); in ps3_mm_init()
[all …]
/arch/x86/pci/
A Di386.c60 struct pcibios_fwaddrmap *map; in pcibios_fwaddrmap_lookup() local
65 if (map->dev == dev) in pcibios_fwaddrmap_lookup()
66 return map; in pcibios_fwaddrmap_lookup()
82 if (!map) { in pcibios_save_fw_addr()
84 map = kzalloc(sizeof(*map), GFP_KERNEL); in pcibios_save_fw_addr()
85 if (!map) in pcibios_save_fw_addr()
88 map->dev = pci_dev_get(dev); in pcibios_save_fw_addr()
89 map->fw_addr[idx] = fw_addr; in pcibios_save_fw_addr()
90 INIT_LIST_HEAD(&map->list); in pcibios_save_fw_addr()
95 map->fw_addr[idx] = fw_addr; in pcibios_save_fw_addr()
[all …]
/arch/sparc/lib/
A Dbitext.c60 off_new = find_next_zero_bit(t->map, t->size, offset); in bit_map_string_get()
81 while (test_bit(offset + i, t->map) == 0) { in bit_map_string_get()
84 bitmap_set(t->map, offset, len); in bit_map_string_get()
87 (t->map, t->size, in bit_map_string_get()
111 if (test_bit(offset + i, t->map) == 0) in bit_map_clear()
113 __clear_bit(offset + i, t->map); in bit_map_clear()
121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init() argument
123 bitmap_zero(map, size); in bit_map_init()
126 t->map = map; in bit_map_init()
/arch/loongarch/kernel/
A Ddma.c12 const struct bus_dma_region *map = NULL; in acpi_arch_dma_setup() local
14 ret = acpi_dma_get_range(dev, &map); in acpi_arch_dma_setup()
15 if (!ret && map) { in acpi_arch_dma_setup()
16 end = dma_range_map_max(map); in acpi_arch_dma_setup()
20 dev->dma_range_map = map; in acpi_arch_dma_setup()
/arch/mips/cavium-octeon/
A Dflash_setup.c31 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read() argument
36 r = inline_map_read(map, ofs); in octeon_flash_map_read()
42 static void octeon_flash_map_write(struct map_info *map, const map_word datum, in octeon_flash_map_write() argument
46 inline_map_write(map, datum, ofs); in octeon_flash_map_write()
50 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from() argument
54 inline_map_copy_from(map, to, from, len); in octeon_flash_map_copy_from()
58 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to() argument
62 inline_map_copy_to(map, to, from, len); in octeon_flash_map_copy_to()
/arch/arm64/boot/dts/freescale/
A Dimx93-phycore-rpmsg.dtso17 no-map;
22 no-map;
27 no-map;
32 no-map;
37 no-map;
43 no-map;
/arch/arm/mach-omap2/
A Dpm44xx.c190 static inline int omap4plus_init_static_deps(const struct static_dep_map *map) in omap4plus_init_static_deps() argument
195 if (!map) in omap4plus_init_static_deps()
198 while (map->from) { in omap4plus_init_static_deps()
199 from = clkdm_lookup(map->from); in omap4plus_init_static_deps()
200 to = clkdm_lookup(map->to); in omap4plus_init_static_deps()
203 map->from, map->to); in omap4plus_init_static_deps()
209 map->from, map->to, ret); in omap4plus_init_static_deps()
213 map++; in omap4plus_init_static_deps()
/arch/arm64/boot/
A Dinstall.sh39 if [ -f $4/System.map-$1 ]; then
40 mv $4/System.map-$1 $4/System.map-$1.old
42 cp $3 $4/System.map-$1
/arch/parisc/
A Dinstall.sh37 if [ -f $4/System.map-$1 ]; then
38 mv $4/System.map-$1 $4/System.map-$1.old
40 cp $3 $4/System.map-$1
/arch/mips/boot/dts/loongson/
A Dls7a-pch.dtsi250 interrupt-map-mask = <0 0 0 0>;
269 interrupt-map-mask = <0 0 0 0>;
288 interrupt-map-mask = <0 0 0 0>;
307 interrupt-map-mask = <0 0 0 0>;
326 interrupt-map-mask = <0 0 0 0>;
345 interrupt-map-mask = <0 0 0 0>;
364 interrupt-map-mask = <0 0 0 0>;
383 interrupt-map-mask = <0 0 0 0>;
402 interrupt-map-mask = <0 0 0 0>;
421 interrupt-map-mask = <0 0 0 0>;
[all …]
/arch/riscv/boot/
A Dinstall.sh41 if [ -f $4/System.map-$1 ]; then
42 mv $4/System.map-$1 $4/System.map-$1.old
44 cp $3 $4/System.map-$1
/arch/arm/boot/
A Dinstall.sh38 if [ -f $4/System.map-$1 ]; then
39 mv $4/System.map-$1 $4/System.map-$1.old
41 cp $3 $4/System.map-$1
/arch/loongarch/boot/
A Dinstall.sh47 if [ -f $4/System.map-$1 ]; then
48 mv $4/System.map-$1 $4/System.map-$1.old
50 cp $3 $4/System.map-$1
/arch/arm64/boot/dts/ti/
A Dk3-am68-sk-som.dtsi27 no-map;
33 no-map;
39 no-map;
45 no-map;
51 no-map;
57 no-map;
63 no-map;
69 no-map;
75 no-map;
81 no-map;
[all …]
/arch/csky/mm/
A Dasid.c30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info)); in flush_context()
43 __set_bit(asid2idx(info, asid), info->map); in flush_context()
100 if (!__test_and_set_bit(asid2idx(info, asid), info->map)) in new_context()
111 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), cur_idx); in new_context()
121 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), 1); in new_context()
124 __set_bit(asid, info->map); in new_context()
181 info->map = bitmap_zalloc(NUM_CTXT_ASIDS(info), GFP_KERNEL); in asid_allocator_init()
182 if (!info->map) in asid_allocator_init()
/arch/arm64/boot/dts/xilinx/
A Dversal-net-vn-x-b2197-01-revA.dts48 no-map;
52 no-map;
56 no-map;
60 no-map;
64 no-map;
68 no-map;
72 no-map;

Completed in 48 milliseconds

12345678910>>...42