Searched refs:map (Results 276 - 300 of 2546) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/dma/
H A Dmcf-edma-main.c240 mcf_edma->dma_dev.filter.map = pdata->slave_map;
H A Damba-pl08x.c2811 pl08x->slave.filter.map = pl08x->pd->slave_map;
/linux-master/drivers/cxl/core/
H A Dpci.c40 struct cxl_register_map map; local
55 rc = cxl_find_regblock(pdev, CXL_REGLOC_RBI_COMPONENT, &map);
60 dport = devm_cxl_add_dport(port, &pdev->dev, port_num, map.resource);
792 struct cxl_register_map *map = &dport->reg_map; local
795 if (!map->component_map.ras.valid)
797 else if (cxl_map_component_regs(map, &dport->regs.component,
799 dev_dbg(dev, "Failed to map RAS capability.\n");
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_msg.h261 u16 map; member in struct:ring_to_svc_map_v1
H A Dadf_pfvf_pf_msg.c107 rts_map_msg.map = accel_dev->hw_device->ring_to_svc_map;
H A Dadf_dev_mgr.c70 struct vf_id_map *map; local
75 map = list_entry(ptr, struct vf_id_map, list);
76 if (map->bdf != -1) {
77 id_map[map->id] = 0;
81 if (vf && map->bdf == -1)
85 kfree(map);
156 struct vf_id_map *map; local
175 map = kzalloc(sizeof(*map), GFP_KERNEL);
176 if (!map) {
187 struct vf_id_map *map; local
257 struct vf_id_map *map, *next; local
[all...]
/linux-master/drivers/clk/qcom/
H A Dreset.c29 const struct qcom_reset_map *map; local
33 map = &rst->reset_map[id];
34 mask = map->bitmask ? map->bitmask : BIT(map->bit);
36 regmap_update_bits(rst->regmap, map->reg, mask, assert ? mask : 0);
39 regmap_read(rst->regmap, map->reg, &mask);
/linux-master/drivers/clk/
H A Dclk-ast2600.c302 regmap_read(gate->map, get_reset_reg(gate), &reg);
308 regmap_read(gate->map, get_clock_reg(gate), &reg);
331 regmap_write(gate->map, get_reset_reg(gate), rst);
339 regmap_write(gate->map, get_clock_reg(gate) + 0x04, clk);
342 regmap_write(gate->map, get_clock_reg(gate), clk);
349 regmap_write(gate->map, get_reset_reg(gate) + 0x4, rst);
366 regmap_write(gate->map, get_clock_reg(gate), clk);
369 regmap_write(gate->map, get_clock_reg(gate) + 0x4, clk);
389 return regmap_write(ar->map, reg + 0x04, rst);
399 return regmap_write(ar->map, re
424 aspeed_g6_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) argument
485 struct regmap *map; local
749 aspeed_g6_cc(struct regmap *map) argument
831 struct regmap *map; local
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c604 struct kvm_host_map *map = &vmx->nested.msr_bitmap_map; local
627 if (kvm_vcpu_map(vcpu, gpa_to_gfn(vmcs12->msr_bitmap), map))
630 msr_bitmap_l1 = (unsigned long *)map->hva;
3209 * L2 was running), map it here to make sure vmcs12 changes are
3236 struct kvm_host_map *map; local
3251 map = &vmx->nested.apic_access_page_map;
3253 if (!kvm_vcpu_map(vcpu, gpa_to_gfn(vmcs12->apic_access_addr), map)) {
3254 vmcs_write64(APIC_ACCESS_ADDR, pfn_to_hpa(map->pfn));
3267 map = &vmx->nested.virtual_apic_map;
3269 if (!kvm_vcpu_map(vcpu, gpa_to_gfn(vmcs12->virtual_apic_page_addr), map)) {
[all...]
/linux-master/arch/sparc/kernel/
H A Dpci.c363 static void apb_calc_first_last(u8 map, u32 *first_p, u32 *last_p) argument
370 if ((map & (1 << idx)) != 0) {
392 u8 map; local
394 pci_read_config_byte(dev, APB_IO_ADDRESS_MAP, &map);
395 apb_calc_first_last(map, &first, &last);
402 pci_read_config_byte(dev, APB_MEM_ADDRESS_MAP, &map);
403 apb_calc_first_last(map, &first, &last);
H A Dof_device_64.c113 /* Special exception, we can map a 64-bit address into
190 .map = of_bus_pci_map,
199 .map = of_bus_simba_map,
208 .map = of_bus_default_map,
217 .map = of_bus_default_map,
226 .map = of_bus_default_map,
269 if (!bus->map(addr, ranges, na, ns, pna))
458 /* Psycho and Sabre PCI controllers can have 'interrupt-map'
464 * match in the parent's 'interrupt-map', and the
501 * interrupt-map an
[all...]
H A Dldc.c1056 iommu->map = kzalloc(sz, GFP_KERNEL);
1057 if (!iommu->map) {
1058 printk(KERN_ERR PFX "Alloc of arena map failed, sz=%lu\n", sz);
1094 kfree(iommu->map);
1095 iommu->map = NULL;
1115 kfree(iommu->map);
1116 iommu->map = NULL;
/linux-master/arch/s390/kvm/
H A Dinterrupt.c2801 void *map; local
2813 map = page_address(ind_page);
2816 set_bit(bit, map);
2819 map = page_address(summary_page);
2822 summary_set = test_and_set_bit(bit, map);
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c556 * so we only need to map 64kB.
1008 DBG("mpic: map virq %d, hwirq 0x%lx\n", virq, hw);
1184 .map = mpic_host_map,
1854 printk(KERN_ERR "Failed to map %s\n", smp_ipi_name[i]);
H A Dfsl_msi.c104 .map = fsl_msi_host_map,
257 /* chip_data is msi_data via host->hostdata in host->map() */
439 dev_err(&dev->dev, "could not map node %pOF\n",
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c23 #include <linux/dma-map-ops.h>
H A Dibmebus.c43 #include <linux/dma-map-ops.h>
/linux-master/arch/parisc/kernel/
H A Ddrivers.c33 #include <linux/dma-map-ops.h>
/linux-master/arch/mips/
H A DMakefile445 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/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.
/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...]
/linux-master/tools/testing/selftests/mm/
H A Dthuge-gen.c111 char *map; local
115 map = mmap(NULL, size*NUM_PAGES, PROT_READ|PROT_WRITE,
117 if (map == MAP_FAILED)
120 memset(map, 0xff, size*NUM_PAGES);
127 if (munmap(map, size * NUM_PAGES))
136 char *map; local
152 map = shmat(id, NULL, 0600);
153 if (map == MAP_FAILED)
158 memset(map, 0xff, size*NUM_PAGES);
164 if (shmdt(map))
[all...]
H A Dtranshuge-stress.c33 uint8_t *map; local
86 map = malloc(map_len);
87 if (!map)
88 ksft_exit_fail_msg("map malloc\n");
95 memset(map, 0, map_len);
110 map = realloc(map, idx + 1);
111 if (!map)
112 ksft_exit_fail_msg("map realloc\n");
113 memset(map
[all...]
H A Don-fault-limit.c13 void *map; local
21 map = mmap(NULL, 2 * lims.rlim_max, PROT_READ | PROT_WRITE,
24 ksft_test_result(map == MAP_FAILED, "The map failed respecting mlock limits\n");
26 if (map != MAP_FAILED)
27 munmap(map, 2 * lims.rlim_max);
H A Dmlock2-tests.c179 static int unlock_lock_check(char *map) argument
181 if (is_vmflag_set((unsigned long)map, LOCKED)) {
191 char *map; local
194 map = mmap(NULL, 2 * page_size, PROT_READ | PROT_WRITE,
196 if (map == MAP_FAILED)
199 if (mlock2_(map, 2 * page_size, 0)) {
200 munmap(map, 2 * page_size);
204 ksft_test_result(lock_check((unsigned long)map), "%s: Locked\n", __func__);
207 if (munlock(map, 2 * page_size)) {
208 munmap(map,
216 onfault_check(char *map) argument
227 unlock_onfault_check(char *map) argument
242 char *map; local
269 char *map; local
292 char *map; local
318 char *map; local
358 void *map; local
444 void *map; local
[all...]

Completed in 418 milliseconds

<<11121314151617181920>>