Home
last modified time | relevance | path

Searched refs:virtual (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/Linux-v4.19/arch/arm/mach-omap2/
Dio.c72 .virtual = L3_24XX_VIRT,
78 .virtual = L4_24XX_VIRT,
88 .virtual = DSP_MEM_2420_VIRT,
94 .virtual = DSP_IPI_2420_VIRT,
100 .virtual = DSP_MMU_2420_VIRT,
112 .virtual = L4_WK_243X_VIRT,
118 .virtual = OMAP243X_GPMC_VIRT,
124 .virtual = OMAP243X_SDRC_VIRT,
130 .virtual = OMAP243X_SMS_VIRT,
142 .virtual = L3_34XX_VIRT,
[all …]
/Linux-v4.19/sound/isa/wavefront/
Dwavefront_midi.c148 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_write()
150 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
166 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
170 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
173 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
191 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_write()
197 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
221 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
225 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
228 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnvc0_fence.c32 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument
37 OUT_RING (chan, upper_32_bits(virtual)); in nvc0_fence_emit32()
38 OUT_RING (chan, lower_32_bits(virtual)); in nvc0_fence_emit32()
48 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument
53 OUT_RING (chan, upper_32_bits(virtual)); in nvc0_fence_sync32()
54 OUT_RING (chan, lower_32_bits(virtual)); in nvc0_fence_sync32()
/Linux-v4.19/arch/arm/mach-omap1/
Dio.c33 .virtual = OMAP1_IO_VIRT,
43 .virtual = OMAP7XX_DSP_BASE,
48 .virtual = OMAP7XX_DSPREG_BASE,
59 .virtual = OMAP1510_DSP_BASE,
64 .virtual = OMAP1510_DSPREG_BASE,
75 .virtual = OMAP16XX_DSP_BASE,
80 .virtual = OMAP16XX_DSPREG_BASE,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_scatter.c61 vfree(entry->virtual); in drm_sg_cleanup()
121 entry->virtual = drm_vmalloc_dma(pages << PAGE_SHIFT); in drm_legacy_sg_alloc()
122 if (!entry->virtual) { in drm_legacy_sg_alloc()
132 memset(entry->virtual, 0, pages << PAGE_SHIFT); in drm_legacy_sg_alloc()
134 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_legacy_sg_alloc()
137 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_alloc()
139 for (i = (unsigned long)entry->virtual, j = 0; j < pages; in drm_legacy_sg_alloc()
167 tmp = (unsigned long *)((u8 *) entry->virtual + in drm_legacy_sg_alloc()
216 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_free()
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dmipi-dsi-bus.txt26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so
40 - reg: The virtual channel number of a DSI peripheral. Must be in the range
43 Some DSI peripherals respond to more than a single virtual channel. In that
45 - The reg property can take multiple entries, one for each virtual channel
47 - If the virtual channels that a peripheral responds to are consecutive, the
49 property is the number of the first virtual channel and the second cell is
50 the number of consecutive virtual channels.
61 /* peripheral responds to virtual channel 0 */
76 /* peripheral responds to virtual channels 0 and 2 */
91 /* peripheral responds to virtual channels 1, 2 and 3 */
/Linux-v4.19/arch/arm/mach-tegra/
Dio.c35 .virtual = (unsigned long)IO_PPSB_VIRT,
41 .virtual = (unsigned long)IO_APB_VIRT,
47 .virtual = (unsigned long)IO_CPU_VIRT,
53 .virtual = (unsigned long)IO_IRAM_VIRT,
/Linux-v4.19/drivers/usb/usbip/
DKconfig22 This enables the USB/IP virtual host controller driver,
29 int "Number of ports per USB/IP virtual host controller"
34 To increase number of ports available for USB/IP virtual
36 USB/IP virtual host controller.
39 int "Number of USB/IP virtual host controllers"
44 To increase number of ports available for USB/IP virtual
46 virtual host controllers as if adding physical host
63 This enables the USB/IP virtual USB device controller
/Linux-v4.19/drivers/staging/unisys/Documentation/
Doverview.txt19 present the virtual busses involved. Drivers in the 'visor*' driver set are
29 as the "service partition", "IO partition" (for virtual network and scsi disk
30 devices), or "console partition" (for virtual keyboard and mouse devices).
32 Each virtual device requires exactly 1 dedicated channel, which the guest
59 The visorbus driver handles the virtual busses on which all of the virtual
72 visorbus can similarly force auto-loading of function drivers for virtual
74 form in the hotplug uevent environment when each virtual device is
83 The actual struct device objects that correspond to each virtual bus and
84 each virtual device are created and owned by visorbus. These device objects
104 * the addresses of callback functions to be called whenever a virtual
[all …]
/Linux-v4.19/arch/unicore32/mm/
Dmmu.c80 unsigned long virtual; member
214 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping()
217 __pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
222 md->virtual >= PAGE_OFFSET && md->virtual < VMALLOC_END) { in create_mapping()
225 __pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
230 addr = md->virtual & PAGE_MASK; in create_mapping()
232 length = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in create_mapping()
369 map.virtual = VECTORS_BASE; in devicemaps_init()
379 map.virtual = KUSER_VECPAGE_BASE; in devicemaps_init()
410 map.virtual = __phys_to_virt(start); in map_lowmem()
/Linux-v4.19/arch/arm/mach-cns3xxx/
Dcore.c31 .virtual = CNS3XXX_TC11MP_SCU_BASE_VIRT,
36 .virtual = CNS3XXX_TIMER1_2_3_BASE_VIRT,
41 .virtual = CNS3XXX_MISC_BASE_VIRT,
46 .virtual = CNS3XXX_PM_BASE_VIRT,
52 .virtual = CNS3XXX_PCIE0_HOST_BASE_VIRT,
57 .virtual = CNS3XXX_PCIE0_CFG0_BASE_VIRT,
62 .virtual = CNS3XXX_PCIE0_CFG1_BASE_VIRT,
67 .virtual = CNS3XXX_PCIE1_HOST_BASE_VIRT,
72 .virtual = CNS3XXX_PCIE1_CFG0_BASE_VIRT,
77 .virtual = CNS3XXX_PCIE1_CFG1_BASE_VIRT,
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dcommon.c105 .virtual = (unsigned long)S3C_VA_SYS,
110 .virtual = (unsigned long)S3C_VA_MEM,
115 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),
120 .virtual = (unsigned long)VA_VIC0,
125 .virtual = (unsigned long)VA_VIC1,
130 .virtual = (unsigned long)S3C_VA_TIMER,
135 .virtual = (unsigned long)S3C64XX_VA_GPIO,
140 .virtual = (unsigned long)S3C64XX_VA_MODEM,
145 .virtual = (unsigned long)S3C_VA_WATCHDOG,
150 .virtual = (unsigned long)S3C_VA_USB_HSPHY,
/Linux-v4.19/drivers/platform/goldfish/
DKconfig2 bool "Platform support for Goldfish virtual devices"
6 Say Y here to get to see options for the Goldfish virtual platform.
14 tristate "Goldfish virtual device for QEMU pipes"
16 This is a virtual device to drive the QEMU pipe interface used by
/Linux-v4.19/arch/arm/mm/
Dmmu.c859 addr = md->virtual; in create_36bit_mapping()
932 addr = md->virtual & PAGE_MASK; in __create_mapping()
934 length = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in __create_mapping()
963 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping()
965 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
970 md->virtual >= PAGE_OFFSET && md->virtual < FIXADDR_START && in create_mapping()
971 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping()
973 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
983 pud_t *pud = pud_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
1009 vm->addr = (void *)(md->virtual & PAGE_MASK); in iotable_init()
[all …]
/Linux-v4.19/arch/arm/mach-spear/
Dspear13xx.c62 .virtual = (unsigned long)VA_PERIP_GRP2_BASE,
67 .virtual = (unsigned long)VA_PERIP_GRP1_BASE,
72 .virtual = (unsigned long)VA_A9SM_AND_MPMC_BASE,
77 .virtual = (unsigned long)VA_L2CC_BASE,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-efi-runtime-map4 Description: Switching efi runtime services to virtual mode requires
6 bit set to be mapped to virtual addresses.
8 The efi runtime services can only be switched to virtual
10 the same physical to virtual address mappings as the first
31 virt_addr : The virtual address of the memory range.
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c46 .virtual = (u32)S3C24XX_VA_ISA_WORD,
51 .virtual = (u32)S3C24XX_VA_ISA_WORD + 0x10000,
56 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
61 .virtual = (u32)S3C24XX_VA_ISA_BYTE + 0x10000,
/Linux-v4.19/arch/arm/mach-ebsa110/
Dcore.c77 .virtual = (unsigned long)IRQ_STAT,
82 .virtual = (unsigned long)IRQ_MASK,
87 .virtual = (unsigned long)SOFT_BASE,
92 .virtual = (unsigned long)PIT_BASE,
102 .virtual = ISAIO_BASE,
107 .virtual = ISAMEM_BASE,
/Linux-v4.19/arch/arm/mach-lpc32xx/
Dcommon.c72 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_AHB0_START),
78 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_AHB1_START),
84 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_FABAPB_START),
90 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_IRAM_BASE),
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c206 void **virtual) in ttm_mem_reg_ioremap() argument
212 *virtual = NULL; in ttm_mem_reg_ioremap()
233 *virtual = addr; in ttm_mem_reg_ioremap()
238 void *virtual) in ttm_mem_reg_iounmap() argument
244 if (virtual && mem->bus.addr == NULL) in ttm_mem_reg_iounmap()
245 iounmap(virtual); in ttm_mem_reg_iounmap()
562 map->virtual = (void *)(((u8 *)bo->mem.bus.addr) + offset); in ttm_bo_ioremap()
566 map->virtual = ioremap_wc(bo->mem.bus.base + bo->mem.bus.offset + offset, in ttm_bo_ioremap()
569 map->virtual = ioremap_nocache(bo->mem.bus.base + bo->mem.bus.offset + offset, in ttm_bo_ioremap()
572 return (!map->virtual) ? -ENOMEM : 0; in ttm_bo_ioremap()
[all …]
/Linux-v4.19/scripts/gcc-plugins/
Dgcc-generate-simple_ipa-pass.h117 virtual bool gate(function *) { return _GATE(); }
119 virtual bool gate(void) { return _GATE(); }
123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
129 virtual unsigned int execute(void) { return _EXECUTE(); }
Dgcc-generate-gimple-pass.h117 virtual bool gate(function *) { return _GATE(); }
119 virtual bool gate(void) { return _GATE(); }
123 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
129 virtual unsigned int execute(void) { return _EXECUTE(); }
Dgcc-generate-rtl-pass.h117 virtual bool gate(function *) { return _GATE(); }
119 virtual bool gate(void) { return _GATE(); }
123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
127 virtual unsigned int execute(function *) { return _EXECUTE(); }
129 virtual unsigned int execute(void) { return _EXECUTE(); }
/Linux-v4.19/arch/arm/mach-footbridge/
Dcommon.c142 .virtual = ARMCSR_BASE,
156 .virtual = PCIMEM_BASE,
161 .virtual = PCICFG0_BASE,
166 .virtual = PCICFG1_BASE,
171 .virtual = PCIIACK_BASE,
/Linux-v4.19/scripts/coccinelle/api/
Derr_cast.cocci15 virtual context
16 virtual patch
17 virtual org
18 virtual report

12345678910>>...29