Searched refs:map (Results 226 - 250 of 2546) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-versatile/
H A Dintegrator_ap.c20 #include <asm/mach/map.h>
H A Dintegrator_cp.c17 #include <asm/mach/map.h>
H A Dplatsmp-realview.c43 struct regmap *map; local
72 map = syscon_node_to_regmap(np);
73 if (IS_ERR(map)) {
78 regmap_write(map, REALVIEW_SYS_FLAGSSET_OFFSET,
H A Dplatsmp-vexpress.c15 #include <asm/mach/map.h>
H A Dversatile.c22 #include <asm/mach/map.h>
/linux-master/arch/arm/mach-zynq/
H A Dcommon.c30 #include <asm/mach/map.h>
82 pr_err("%s: Unable to map I/O memory\n", __func__);
/linux-master/arch/arm/mm/
H A Ddma-mapping-nommu.c8 #include <linux/dma-map-ops.h>
44 * MPU system memory map is used.
H A Ddma-mapping.c18 #include <linux/dma-map-ops.h>
34 #include <asm/mach/map.h>
276 struct map_desc map; local
284 map.pfn = __phys_to_pfn(start);
285 map.virtual = __phys_to_virt(start);
286 map.length = end - start;
287 map.type = MT_MEMORY_DMA_READY;
305 iotable_init(&map, 1);
889 * IOMMU can map any pages, so himem can also be used here
1229 * arm_iommu_map_sg - map
[all...]
H A Dinit.c21 #include <linux/dma-map-ops.h>
40 #include <asm/mach/map.h>
135 * memory chunk there still will be a memory map entry for it
136 * because we round freed memory map to the pageblock boundaries.
H A Dioremap.c5 * Re-map IO memory to kernel address space so that we can access it.
42 #include <asm/mach/map.h>
H A Dkasan_init.c19 #include <asm/mach/map.h>
276 * so we need to map this area if CONFIG_KASAN_VMALLOC=n. With
H A Dmmu.c35 #include <asm/mach/map.h>
576 * r/o, kernel r/w to map the vectors page.
817 * With LPAE, we must loop over to map
958 pr_warn("BUG: map for 0x%08llx at 0x%08lx can not be mapped using pages, ignoring.\n",
1151 struct map_desc map; local
1153 debug_ll_addr(&map.pfn, &map.virtual);
1154 if (!map.pfn || !map.virtual)
1156 map
1379 struct map_desc map; local
1507 struct map_desc map; local
1610 struct map_desc map; local
1740 struct map_desc map; local
[all...]
H A Dnommu.c244 #include <asm/mach/map.h>
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c146 * registers, we have to map each eBPF registers with two arm 32 bit regs or
1410 /* if (index >= array->map.max_entries)
1413 BUILD_BUG_ON(offsetof(struct bpf_array, map.max_entries) >
1415 off = offsetof(struct bpf_array, map.max_entries);
1419 /* array->map.max_entries */
1421 /* index >= array->map.max_entries */
/linux-master/arch/arm/xen/
H A Dmm.c4 #include <linux/dma-map-ops.h>
/linux-master/arch/arm64/boot/
H A Dinstall.sh17 # $3 - kernel map file
36 # Install system map file
37 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
/linux-master/arch/arm64/kernel/
H A Dacpi.c97 void __init __acpi_unmap_table(void __iomem *map, unsigned long size) argument
99 if (!map || !size)
102 early_memunmap(map, size);
294 * EFI memory map at all, as it only describes normal memory, and MMIO
338 * do that, but we usually add it to the linear map
H A Dfpsimd.c1007 DECLARE_BITMAP(map, SVE_VQ_MAX))
1011 bitmap_zero(map, SVE_VQ_MAX);
1033 set_bit(__vq_to_bit(vq), map); local
/linux-master/arch/arm64/kvm/
H A Darch_timer.c178 void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map) argument
182 map->direct_vtimer = vcpu_hvtimer(vcpu);
183 map->direct_ptimer = vcpu_hptimer(vcpu);
184 map->emul_vtimer = vcpu_vtimer(vcpu);
185 map->emul_ptimer = vcpu_ptimer(vcpu);
187 map->direct_vtimer = vcpu_vtimer(vcpu);
188 map->direct_ptimer = vcpu_ptimer(vcpu);
189 map->emul_vtimer = vcpu_hvtimer(vcpu);
190 map->emul_ptimer = vcpu_hptimer(vcpu);
193 map
228 struct timer_map map; local
574 struct timer_map map; local
713 kvm_timer_vcpu_load_nested_switch(struct kvm_vcpu *vcpu, struct timer_map *map) argument
764 timer_set_traps(struct kvm_vcpu *vcpu, struct timer_map *map) argument
829 struct timer_map map; local
880 struct timer_map map; local
941 struct timer_map map; local
1172 struct timer_map map; local
1225 struct timer_map map; local
1509 struct timer_map map; local
[all...]
H A Dtrace_arm.h227 TP_PROTO(unsigned long vcpu_id, struct timer_map *map),
228 TP_ARGS(vcpu_id, map),
240 __entry->direct_vtimer = arch_timer_ctx_index(map->direct_vtimer);
242 (map->direct_ptimer) ? arch_timer_ctx_index(map->direct_ptimer) : -1;
244 (map->emul_vtimer) ? arch_timer_ctx_index(map->emul_vtimer) : -1;
246 (map->emul_ptimer) ? arch_timer_ctx_index(map->emul_ptimer) : -1;
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c43 struct timer_map map; local
45 get_timer_map(vcpu, &map);
51 if (map.direct_ptimer == vcpu_ptimer(vcpu))
53 if (map.direct_ptimer == vcpu_hptimer(vcpu))
56 if (map.direct_ptimer) {
101 struct timer_map map; local
104 get_timer_map(vcpu, &map);
111 if (map.direct_ptimer == vcpu_ptimer(vcpu))
113 if (map.direct_ptimer == vcpu_hptimer(vcpu))
118 if (map
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-its.c376 struct its_vlpi_map map; local
378 ret = its_get_vlpi(irq->host_irq, &map);
382 if (map.vpe)
383 atomic_dec(&map.vpe->vlpi_count);
384 map.vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe;
385 atomic_inc(&map.vpe->vlpi_count);
387 ret = its_map_vlpi(irq->host_irq, &map);
828 * if the guest has blocked the MSI. So we map any LPI mapping
1099 * The MAPTI and MAPI commands map LPIs to ITTEs.
H A Dvgic-v4.c416 struct its_vlpi_map map; local
449 map = (struct its_vlpi_map) {
459 ret = its_map_vlpi(virq, &map);
465 atomic_inc(&map.vpe->vlpi_count);
/linux-master/arch/arm64/mm/
H A Dcontext.c79 static void set_kpti_asid_bits(unsigned long *map) argument
85 * is set, then the ASID will map only userspace. Thus
88 memset(map, 0xaa, len);
394 * are pinned, there still is at least one empty slot in the ASID map.
H A Ddma-mapping.c9 #include <linux/dma-map-ops.h>

Completed in 284 milliseconds

1234567891011>>