Home
last modified time | relevance | path

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

12345678910>>...31

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dio.c70 .virtual = L3_24XX_VIRT,
76 .virtual = L4_24XX_VIRT,
86 .virtual = DSP_MEM_2420_VIRT,
92 .virtual = DSP_IPI_2420_VIRT,
98 .virtual = DSP_MMU_2420_VIRT,
110 .virtual = L4_WK_243X_VIRT,
116 .virtual = OMAP243X_GPMC_VIRT,
122 .virtual = OMAP243X_SDRC_VIRT,
128 .virtual = OMAP243X_SMS_VIRT,
140 .virtual = L3_34XX_VIRT,
[all …]
/kernel/linux/linux-5.10/sound/isa/wavefront/
Dwavefront_midi.c145 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_write()
147 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
163 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
167 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()
188 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_write()
194 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
218 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write()
222 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()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_scatter.c57 vfree(entry->virtual); in drm_sg_cleanup()
120 entry->virtual = vmalloc_32(pages << PAGE_SHIFT); in drm_legacy_sg_alloc()
121 if (!entry->virtual) { in drm_legacy_sg_alloc()
131 memset(entry->virtual, 0, pages << PAGE_SHIFT); in drm_legacy_sg_alloc()
133 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_legacy_sg_alloc()
136 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_alloc()
138 for (i = (unsigned long)entry->virtual, j = 0; j < pages; in drm_legacy_sg_alloc()
166 tmp = (unsigned long *)((u8 *) entry->virtual + in drm_legacy_sg_alloc()
215 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_free()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dio.c30 .virtual = OMAP1_IO_VIRT,
40 .virtual = OMAP7XX_DSP_BASE,
45 .virtual = OMAP7XX_DSPREG_BASE,
56 .virtual = OMAP1510_DSP_BASE,
61 .virtual = OMAP1510_DSPREG_BASE,
72 .virtual = OMAP16XX_DSP_BASE,
77 .virtual = OMAP16XX_DSPREG_BASE,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnvc0_fence.c35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument
41 NVVAL(NV906F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nvc0_fence_emit32()
43 SEMAPHOREB, lower_32_bits(virtual), in nvc0_fence_emit32()
58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument
64 NVVAL(NV906F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nvc0_fence_sync32()
66 SEMAPHOREB, lower_32_bits(virtual), in nvc0_fence_sync32()
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
Dio.c26 .virtual = (unsigned long)IO_PPSB_VIRT,
32 .virtual = (unsigned long)IO_APB_VIRT,
38 .virtual = (unsigned long)IO_CPU_VIRT,
44 .virtual = (unsigned long)IO_IRAM_VIRT,
/kernel/linux/linux-5.10/drivers/usb/usbip/
DKconfig25 This enables the USB/IP virtual host controller driver,
32 int "Number of ports per USB/IP virtual host controller"
37 To increase number of ports available for USB/IP virtual
39 USB/IP virtual host controller.
42 int "Number of USB/IP virtual host controllers"
47 To increase number of ports available for USB/IP virtual
49 virtual host controllers as if adding physical host
66 This enables the USB/IP virtual USB device controller
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_util.c123 void **virtual) in ttm_resource_ioremap() argument
128 *virtual = NULL; in ttm_resource_ioremap()
147 *virtual = addr; in ttm_resource_ioremap()
153 void *virtual) in ttm_resource_iounmap() argument
155 if (virtual && mem->bus.addr == NULL) in ttm_resource_iounmap()
156 iounmap(virtual); in ttm_resource_iounmap()
422 map->virtual = (void *)(((u8 *)bo->mem.bus.addr) + offset); in ttm_bo_ioremap()
426 map->virtual = ioremap_wc(bo->mem.bus.offset + offset, in ttm_bo_ioremap()
429 map->virtual = ioremap(bo->mem.bus.offset + offset, in ttm_bo_ioremap()
432 return (!map->virtual) ? -ENOMEM : 0; in ttm_bo_ioremap()
[all …]
/kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/
Doverview.txt19 visorbus to present the virtual busses involved. Drivers in the 'visor*'
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 …]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Ds3c64xx.c108 .virtual = (unsigned long)S3C_VA_SYS,
113 .virtual = (unsigned long)S3C_VA_MEM,
118 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),
123 .virtual = (unsigned long)VA_VIC0,
128 .virtual = (unsigned long)VA_VIC1,
133 .virtual = (unsigned long)S3C_VA_TIMER,
138 .virtual = (unsigned long)S3C64XX_VA_GPIO,
143 .virtual = (unsigned long)S3C64XX_VA_MODEM,
148 .virtual = (unsigned long)S3C_VA_WATCHDOG,
153 .virtual = (unsigned long)S3C_VA_USB_HSPHY,
Dmach-smdk2443.c43 .virtual = (u32)S3C24XX_VA_ISA_WORD,
48 .virtual = (u32)S3C24XX_VA_ISA_WORD + 0x10000,
53 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
58 .virtual = (u32)S3C24XX_VA_ISA_BYTE + 0x10000,
/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/
Dcore.c28 .virtual = CNS3XXX_TC11MP_SCU_BASE_VIRT,
33 .virtual = CNS3XXX_TIMER1_2_3_BASE_VIRT,
38 .virtual = CNS3XXX_MISC_BASE_VIRT,
43 .virtual = CNS3XXX_PM_BASE_VIRT,
49 .virtual = CNS3XXX_PCIE0_HOST_BASE_VIRT,
54 .virtual = CNS3XXX_PCIE0_CFG0_BASE_VIRT,
59 .virtual = CNS3XXX_PCIE0_CFG1_BASE_VIRT,
64 .virtual = CNS3XXX_PCIE1_HOST_BASE_VIRT,
69 .virtual = CNS3XXX_PCIE1_CFG0_BASE_VIRT,
74 .virtual = CNS3XXX_PCIE1_CFG1_BASE_VIRT,
/kernel/linux/linux-5.10/arch/arm/mm/
Dmmu.c860 addr = md->virtual; in create_36bit_mapping()
934 addr = md->virtual & PAGE_MASK; in __create_mapping()
936 length = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in __create_mapping()
965 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping()
967 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
972 md->virtual >= PAGE_OFFSET && md->virtual < FIXADDR_START && in create_mapping()
973 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping()
975 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping()
988 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
991 pud = pud_alloc(mm, p4d, md->virtual); in create_mapping_late()
[all …]
/kernel/linux/linux-5.10/drivers/platform/goldfish/
DKconfig3 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
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dkobj_to_dev.cocci12 virtual context
13 virtual report
14 virtual org
15 virtual patch
Dplatform_get_irq.cocci7 virtual patch
8 virtual context
9 virtual org
10 virtual report
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dmm.rst7 Complete virtual memory map with 4-level page tables
32 …0000000000000000 | 0 | 00007fffffffffff | 128 TB | user-space virtual memory, different …
36 … | | | | virtual memory addresses up to the -128 TB
40 … | Kernel-space virtual memory, shared between all processes:
49 ffffea0000000000 | -22 TB | ffffeaffffffffff | 1 TB | virtual memory map (vmemmap_base)
75 Complete virtual memory map with 5-level page tables
91 …0000000000000000 | 0 | 00ffffffffffffff | 64 PB | user-space virtual memory, different …
95 … | | | | virtual memory addresses up to the -64 PB
99 … | Kernel-space virtual memory, shared between all processes:
108 ffd4000000000000 | -11 PB | ffd5ffffffffffff | 0.5 PB | virtual memory map (vmemmap_base)
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dexcluded_middle.cocci9 virtual patch
10 virtual context
11 virtual org
12 virtual report
Dadd_namespace.cocci9 virtual nsdeps
10 virtual report
14 identifier virtual.ns;
23 identifier virtual.ns;
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/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
32 virt_addr The virtual address of the memory range.
/kernel/linux/linux-5.10/Documentation/xtensa/
Dbooting.rst16 - For configurations with MMUv2 the address must be a virtual address in the
17 default virtual mapping (0xd0000000..0xffffffff).
19 virtual or physical address. In either case it must be within the default
20 virtual mapping. It is considered physical if it is within the range of
22 XCHAL_KSEG_PADDR + XCHAL_KSEG_SIZE), otherwise it is considered virtual.
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/
Dcore.c73 .virtual = (unsigned long)IRQ_STAT,
78 .virtual = (unsigned long)IRQ_MASK,
83 .virtual = (unsigned long)SOFT_BASE,
88 .virtual = (unsigned long)PIT_BASE,
98 .virtual = ISAIO_BASE,
103 .virtual = ISAMEM_BASE,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dmipi-dsi-bus.txt26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so
52 - reg: The virtual channel number of a DSI peripheral. Must be in the range
55 Some DSI peripherals respond to more than a single virtual channel. In that
57 - The reg property can take multiple entries, one for each virtual channel
59 - If the virtual channels that a peripheral responds to are consecutive, the
61 property is the number of the first virtual channel and the second cell is
62 the number of consecutive virtual channels.
88 with different virtual channel configurations.
101 /* peripheral responds to virtual channel 0 */
117 /* peripheral responds to virtual channels 0 and 2 */
[all …]
/kernel/linux/linux-5.10/scripts/gcc-plugins/
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(); }

12345678910>>...31