/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | io.c | 67 .virtual = L3_24XX_VIRT, 73 .virtual = L4_24XX_VIRT, 107 .virtual = L4_WK_243X_VIRT, 137 .virtual = L3_34XX_VIRT, 143 .virtual = L4_34XX_VIRT, 184 .virtual = L4_34XX_VIRT, 195 .virtual = L4_34XX_VIRT, 212 .virtual = L3_44XX_VIRT, 218 .virtual = L4_44XX_VIRT, 235 .virtual = L3_54XX_VIRT, [all …]
|
/linux-6.3-rc2/sound/isa/wavefront/ |
A D | wavefront_midi.c | 145 spin_lock_irqsave (&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() 225 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_write() 344 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_input_trigger() 350 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_input_trigger() 359 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_timer() 361 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_timer() 383 spin_lock_irqsave (&midi->virtual, flags); in snd_wavefront_midi_output_trigger() 398 spin_unlock_irqrestore (&midi->virtual, flags); in snd_wavefront_midi_output_trigger() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_scatter.c | 57 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()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nvc0_fence.c | 35 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()
|
/linux-6.3-rc2/Documentation/riscv/ |
A D | vm-layout.rst | 10 This document describes the virtual memory layout used by the RISC-V Linux 26 occur.": that splits the virtual address space into 2 halves separated by a very 39 …0000000000000000 | 0 | 0000003fffffffff | 256 GB | user-space virtual memory, different … 43 … | | | | virtual memory addresses up to the -256 GB 47 … | Kernel-space virtual memory, shared between all processes: 75 …0000000000000000 | 0 | 00007fffffffffff | 128 TB | user-space virtual memory, different … 79 … | | | | virtual memory addresses up to the -128 TB 83 … | Kernel-space virtual memory, shared between all processes: 111 …0000000000000000 | 0 | 00ffffffffffffff | 64 PB | user-space virtual memory, different … 115 … | | | | virtual memory addresses up to the -64 PB [all …]
|
/linux-6.3-rc2/drivers/usb/usbip/ |
A D | Kconfig | 25 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
|
/linux-6.3-rc2/arch/arm/mach-tegra/ |
A D | io.c | 26 .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,
|
/linux-6.3-rc2/arch/arm/mach-s3c/ |
A D | s3c64xx.c | 100 .virtual = (unsigned long)S3C_VA_SYS, 105 .virtual = (unsigned long)S3C_VA_MEM, 110 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS), 115 .virtual = (unsigned long)VA_VIC0, 120 .virtual = (unsigned long)VA_VIC1, 125 .virtual = (unsigned long)S3C_VA_TIMER, 130 .virtual = (unsigned long)S3C64XX_VA_GPIO, 135 .virtual = (unsigned long)S3C64XX_VA_MODEM, 140 .virtual = (unsigned long)S3C_VA_WATCHDOG, 145 .virtual = (unsigned long)S3C_VA_USB_HSPHY,
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | mmu.c | 878 addr = md->virtual; in create_36bit_mapping() 983 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping() 990 md->virtual >= PAGE_OFFSET && md->virtual < FIXADDR_START && in create_mapping() 991 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping() 1006 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late() 1156 map.virtual &= PAGE_MASK; in debug_ll_io_init() 1410 map.virtual = MODULES_VADDR; in devicemaps_init() 1421 map.virtual = FLUSH_BASE; in devicemaps_init() 1440 map.virtual = 0xffff0000; in devicemaps_init() 1450 map.virtual = 0; in devicemaps_init() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | dsi-controller.yaml | 24 can control one to four virtual channels to one panel. Each virtual 25 channel should have a node "panel" for their virtual channel with their 26 reg-property set to the virtual channel number, usually there is just 27 one virtual channel, number 0. 49 The virtual channel number of a DSI peripheral. Must be in the range 51 peripherals respond to more than a single virtual channel. In that 52 case the reg property can take multiple entries, one for each virtual
|
A D | mipi-dsi-bus.txt | 26 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 …]
|
/linux-6.3-rc2/drivers/platform/goldfish/ |
A D | Kconfig | 3 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-6.3-rc2/Documentation/x86/x86_64/ |
A D | mm.rst | 7 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 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 … 108 ffd4000000000000 | -11 PB | ffd5ffffffffffff | 0.5 PB | virtual memory map (vmemmap_base) 133 Architecture defines a 64-bit virtual address. Implementations can support 134 less. Currently supported are 48- and 57-bit virtual addresses. Bits 63 143 We map EFI runtime services in the 'efi_pgd' PGD in a 64GB large virtual [all …]
|
/linux-6.3-rc2/scripts/coccinelle/misc/ |
A D | excluded_middle.cocci | 9 virtual patch 10 virtual context 11 virtual org 12 virtual report
|
A D | add_namespace.cocci | 9 virtual nsdeps 10 virtual report 14 identifier virtual.ns; 23 identifier virtual.ns;
|
A D | of_table.cocci | 8 virtual patch 9 virtual context 10 virtual org 11 virtual report
|
A D | semicolon.cocci | 11 virtual patch 12 virtual report 13 virtual context 14 virtual org
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-platform-intel-ifs | 1 What: /sys/devices/virtual/misc/intel_ifs_<N>/run_test 10 /sys/devices/virtual/misc/intel_ifs_<N>/run_test 12 What: /sys/devices/virtual/misc/intel_ifs_<N>/status 19 What: /sys/devices/virtual/misc/intel_ifs_<N>/details 27 What: /sys/devices/virtual/misc/intel_ifs_<N>/image_version 34 What: /sys/devices/virtual/misc/intel_ifs_<N>/current_batch
|
A D | sysfs-firmware-efi-runtime-map | 4 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.
|
A D | sysfs-kernel-mm-memory-tiers | 1 What: /sys/devices/virtual/memory_tiering/ 9 /sys/devices/virtual/memory_tiering/memory_tierN/ 12 What: /sys/devices/virtual/memory_tiering/memory_tierN/ 13 /sys/devices/virtual/memory_tiering/memory_tierN/nodelist
|
/linux-6.3-rc2/Documentation/xtensa/ |
A D | booting.rst | 16 - 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.
|
/linux-6.3-rc2/arch/arm/mach-spear/ |
A D | spear13xx.c | 60 .virtual = (unsigned long)VA_PERIP_GRP2_BASE, 65 .virtual = (unsigned long)VA_PERIP_GRP1_BASE, 70 .virtual = (unsigned long)VA_A9SM_AND_MPMC_BASE, 75 .virtual = (unsigned long)VA_L2CC_BASE,
|
/linux-6.3-rc2/scripts/coccinelle/api/ |
A D | platform_get_irq.cocci | 7 virtual patch 8 virtual context 9 virtual org 10 virtual report
|
/linux-6.3-rc2/Documentation/networking/ |
A D | representors.rst | 23 virtual switches and IOV devices. Just as each physical port of a Linux- 24 controlled switch has a separate netdev, so does each virtual port of a virtual 27 the virtual functions appear in the networking stack of the PF via the 28 representors. The PF can thus always communicate freely with the virtual 35 As a virtual link endpoint, the representor can be configured like any other 44 which has administrative control over the virtual switch on the device. 48 for the whole device or might have a separate virtual switch, and hence 68 fast-path rules in the virtual switch. Packets transmitted on the 89 Essentially, for each virtual port on the device's internal switch, there 116 It is a common misunderstanding to conflate virtual ports with PCIe virtual [all …]
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | aquacomputer_d5next.rst | 26 The Aquaero devices expose eight physical, eight virtual and four calculated 27 virtual temperature sensors, as well as two flow sensors. The fans expose their 31 and current, as well as coolant temperature and eight virtual temp sensors. Also 43 The Octo exposes four physical and sixteen virtual temperature sensors, as well as 47 The Quadro exposes four physical and sixteen virtual temperature sensors, a flow 52 sixteen virtual temperature sensors of the Farbwerk 360 are exposed. 65 Writing to virtual temperature sensors is not currently supported. 77 temp[1-20]_input Physical/virtual temperature sensors (in millidegrees Celsius)
|