/linux-4.1.27/arch/arm/mach-gemini/ |
D | mm.c | 22 .virtual = (unsigned long)IO_ADDRESS(GEMINI_GLOBAL_BASE), 27 .virtual = (unsigned long)IO_ADDRESS(GEMINI_UART_BASE), 32 .virtual = (unsigned long)IO_ADDRESS(GEMINI_TIMER_BASE), 37 .virtual = (unsigned long)IO_ADDRESS(GEMINI_INTERRUPT_BASE), 42 .virtual = (unsigned long)IO_ADDRESS(GEMINI_POWER_CTRL_BASE), 47 .virtual = (unsigned long)IO_ADDRESS(GEMINI_GPIO_BASE(0)), 52 .virtual = (unsigned long)IO_ADDRESS(GEMINI_GPIO_BASE(1)), 57 .virtual = (unsigned long)IO_ADDRESS(GEMINI_GPIO_BASE(2)), 62 .virtual = (unsigned long)IO_ADDRESS(GEMINI_FLASH_CTRL_BASE), 67 .virtual = (unsigned long)IO_ADDRESS(GEMINI_DRAM_CTRL_BASE), [all …]
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | io.c | 74 .virtual = L3_24XX_VIRT, 80 .virtual = L4_24XX_VIRT, 90 .virtual = DSP_MEM_2420_VIRT, 96 .virtual = DSP_IPI_2420_VIRT, 102 .virtual = DSP_MMU_2420_VIRT, 114 .virtual = L4_WK_243X_VIRT, 120 .virtual = OMAP243X_GPMC_VIRT, 126 .virtual = OMAP243X_SDRC_VIRT, 132 .virtual = OMAP243X_SMS_VIRT, 144 .virtual = L3_34XX_VIRT, [all …]
|
/linux-4.1.27/sound/isa/wavefront/ |
D | wavefront_midi.c | 148 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-4.1.27/drivers/gpu/drm/nouveau/ |
D | nvc0_fence.c | 32 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()
|
D | nv84_fence.c | 39 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() argument 46 OUT_RING (chan, upper_32_bits(virtual)); in nv84_fence_emit32() 47 OUT_RING (chan, lower_32_bits(virtual)); in nv84_fence_emit32() 57 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() argument 64 OUT_RING (chan, upper_32_bits(virtual)); in nv84_fence_sync32() 65 OUT_RING (chan, lower_32_bits(virtual)); in nv84_fence_sync32()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | io.c | 33 .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-4.1.27/drivers/gpu/drm/ |
D | drm_scatter.c | 61 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()
|
D | drm_bufs.c | 307 map->offset += (unsigned long)dev->sg->virtual; in drm_addmap_core() 1061 + (unsigned long)dev->sg->virtual); in drm_legacy_addbufs_sg() 1367 unsigned long virtual; in drm_legacy_mapbufs() local 1400 virtual = vm_mmap(file_priv->filp, 0, map->size, in drm_legacy_mapbufs() 1405 virtual = vm_mmap(file_priv->filp, 0, dma->byte_count, in drm_legacy_mapbufs() 1409 if (virtual > -1024UL) { in drm_legacy_mapbufs() 1411 retcode = (signed long)virtual; in drm_legacy_mapbufs() 1414 request->virtual = (void __user *)virtual; in drm_legacy_mapbufs() 1434 address = virtual + dma->buflist[i]->offset; /* *** */ in drm_legacy_mapbufs()
|
/linux-4.1.27/Documentation/devicetree/bindings/mipi/dsi/ |
D | mipi-dsi-bus.txt | 26 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-4.1.27/arch/arm/mach-exynos/ |
D | exynos.c | 40 .virtual = (unsigned long)S5P_VA_SROMC, 45 .virtual = (unsigned long)S5P_VA_CMU, 50 .virtual = (unsigned long)S5P_VA_COREPERI_BASE, 55 .virtual = (unsigned long)S5P_VA_DMC0, 60 .virtual = (unsigned long)S5P_VA_DMC1, 69 .virtual = (unsigned long)S5P_VA_SROMC, 74 .virtual = (unsigned long)S5P_VA_CMU, 137 iodesc.virtual = (unsigned long)S5P_VA_CHIPID; in exynos_fdt_map_chipid()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | io.c | 35 .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-4.1.27/arch/arm/mach-cns3xxx/ |
D | core.c | 31 .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-4.1.27/arch/arm/mach-realview/ |
D | realview_pbx.c | 52 .virtual = IO_ADDRESS(REALVIEW_SYS_BASE), 57 .virtual = IO_ADDRESS(REALVIEW_PBX_GIC_CPU_BASE), 62 .virtual = IO_ADDRESS(REALVIEW_PBX_GIC_DIST_BASE), 67 .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE), 72 .virtual = IO_ADDRESS(REALVIEW_PBX_TIMER0_1_BASE), 77 .virtual = IO_ADDRESS(REALVIEW_PBX_TIMER2_3_BASE), 84 .virtual = PCIX_UNIT_BASE, 92 .virtual = IO_ADDRESS(REALVIEW_PBX_UART0_BASE), 102 .virtual = IO_ADDRESS(REALVIEW_PBX_TILE_SCU_BASE), 107 .virtual = IO_ADDRESS(REALVIEW_PBX_TILE_GIC_DIST_BASE), [all …]
|
D | realview_pb1176.c | 55 .virtual = IO_ADDRESS(REALVIEW_SYS_BASE), 60 .virtual = IO_ADDRESS(REALVIEW_PB1176_GIC_CPU_BASE), 65 .virtual = IO_ADDRESS(REALVIEW_PB1176_GIC_DIST_BASE), 70 .virtual = IO_ADDRESS(REALVIEW_DC1176_GIC_CPU_BASE), 75 .virtual = IO_ADDRESS(REALVIEW_DC1176_GIC_DIST_BASE), 80 .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE), 85 .virtual = IO_ADDRESS(REALVIEW_PB1176_TIMER0_1_BASE), 90 .virtual = IO_ADDRESS(REALVIEW_PB1176_TIMER2_3_BASE), 95 .virtual = IO_ADDRESS(REALVIEW_PB1176_L220_BASE), 102 .virtual = IO_ADDRESS(REALVIEW_PB1176_UART0_BASE),
|
D | realview_pba8.c | 50 .virtual = IO_ADDRESS(REALVIEW_SYS_BASE), 55 .virtual = IO_ADDRESS(REALVIEW_PBA8_GIC_CPU_BASE), 60 .virtual = IO_ADDRESS(REALVIEW_PBA8_GIC_DIST_BASE), 65 .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE), 70 .virtual = IO_ADDRESS(REALVIEW_PBA8_TIMER0_1_BASE), 75 .virtual = IO_ADDRESS(REALVIEW_PBA8_TIMER2_3_BASE), 82 .virtual = PCIX_UNIT_BASE, 90 .virtual = IO_ADDRESS(REALVIEW_PBA8_UART0_BASE),
|
D | realview_pb11mp.c | 53 .virtual = IO_ADDRESS(REALVIEW_SYS_BASE), 58 .virtual = IO_ADDRESS(REALVIEW_PB11MP_GIC_CPU_BASE), 63 .virtual = IO_ADDRESS(REALVIEW_PB11MP_GIC_DIST_BASE), 68 .virtual = IO_ADDRESS(REALVIEW_TC11MP_PRIV_MEM_BASE), 73 .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE), 78 .virtual = IO_ADDRESS(REALVIEW_PB11MP_TIMER0_1_BASE), 83 .virtual = IO_ADDRESS(REALVIEW_PB11MP_TIMER2_3_BASE), 88 .virtual = IO_ADDRESS(REALVIEW_TC11MP_L220_BASE), 95 .virtual = IO_ADDRESS(REALVIEW_PB11MP_UART0_BASE),
|
D | realview_eb.c | 53 .virtual = IO_ADDRESS(REALVIEW_SYS_BASE), 58 .virtual = IO_ADDRESS(REALVIEW_EB_GIC_CPU_BASE), 63 .virtual = IO_ADDRESS(REALVIEW_EB_GIC_DIST_BASE), 68 .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE), 73 .virtual = IO_ADDRESS(REALVIEW_EB_TIMER0_1_BASE), 78 .virtual = IO_ADDRESS(REALVIEW_EB_TIMER2_3_BASE), 85 .virtual = IO_ADDRESS(REALVIEW_EB_UART0_BASE), 95 .virtual = IO_ADDRESS(REALVIEW_EB11MP_PRIV_MEM_BASE), 100 .virtual = IO_ADDRESS(REALVIEW_EB11MP_L220_BASE),
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 80 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-4.1.27/Documentation/arm64/ |
D | tagged-pointers.txt | 1 Tagged virtual addresses in AArch64 Linux 7 This document briefly describes the provision of tagged virtual 13 the virtual address ignored by the translation hardware. This frees up 18 parameters containing user virtual addresses *must* have 23 of tags cannot rely on the tag information for user virtual 31 virtual addresses differing only in the upper byte.
|
D | memory.txt | 6 This document describes the virtual memory layout used by the AArch64 12 (256TB) virtual addresses, respectively, for both user and kernel. With 14 virtual address, are used but the memory layout is the same. 18 virtual address. The swapper_pg_dir contains only kernel (global) 56 For details of the virtual kernel memory layout please see the kernel
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 192 void **virtual) in ttm_mem_reg_ioremap() argument 198 *virtual = NULL; in ttm_mem_reg_ioremap() 219 *virtual = addr; in ttm_mem_reg_ioremap() 224 void *virtual) in ttm_mem_reg_iounmap() argument 230 if (virtual && mem->bus.addr == NULL) in ttm_mem_reg_iounmap() 231 iounmap(virtual); in ttm_mem_reg_iounmap() 515 map->virtual = (void *)(((u8 *)bo->mem.bus.addr) + offset); in ttm_bo_ioremap() 519 map->virtual = ioremap_wc(bo->mem.bus.base + bo->mem.bus.offset + offset, in ttm_bo_ioremap() 522 map->virtual = ioremap_nocache(bo->mem.bus.base + bo->mem.bus.offset + offset, in ttm_bo_ioremap() 525 return (!map->virtual) ? -ENOMEM : 0; in ttm_bo_ioremap() [all …]
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | common.c | 108 .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,
|
D | mach-s3c64xx-dt.c | 31 .virtual = (unsigned long)S3C_VA_SYS,
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | integrator_cp.c | 68 .virtual = IO_ADDRESS(INTEGRATOR_HDR_BASE), 73 .virtual = IO_ADDRESS(INTEGRATOR_CT_BASE), 78 .virtual = IO_ADDRESS(INTEGRATOR_IC_BASE), 83 .virtual = IO_ADDRESS(INTEGRATOR_UART0_BASE), 88 .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), 93 .virtual = IO_ADDRESS(INTEGRATOR_CP_GPIO_BASE), 98 .virtual = IO_ADDRESS(INTEGRATOR_CP_SIC_BASE),
|
D | integrator_ap.c | 85 .virtual = IO_ADDRESS(INTEGRATOR_IC_BASE), 90 .virtual = IO_ADDRESS(INTEGRATOR_UART0_BASE), 95 .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), 100 .virtual = IO_ADDRESS(INTEGRATOR_AP_GPIO_BASE),
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | of_table.cocci | 7 virtual patch 8 virtual context 9 virtual org 10 virtual report
|
D | noderef.cocci | 11 virtual org 12 virtual report 13 virtual context 14 virtual patch
|
D | semicolon.cocci | 10 virtual patch 11 virtual report 12 virtual context 13 virtual org
|
D | bugon.cocci | 13 virtual patch 14 virtual context 15 virtual org 16 virtual report
|
D | irqf_oneshot.cocci | 9 virtual patch 10 virtual context 11 virtual org 12 virtual report
|
D | returnvar.cocci | 12 virtual patch 13 virtual report 14 virtual context 15 virtual org
|
D | boolreturn.cocci | 7 virtual patch 8 virtual report 9 virtual context
|
D | array_size.cocci | 13 virtual patch 14 virtual context 15 virtual org 16 virtual report
|
D | badty.cocci | 15 virtual patch 16 virtual context 17 virtual org 18 virtual report
|
D | ifaddr.cocci | 11 virtual org 12 virtual report 13 virtual context
|
D | warn.cocci | 10 virtual patch 11 virtual context 12 virtual org 13 virtual report
|
D | cstptr.cocci | 11 virtual org 12 virtual report 13 virtual context
|
D | orplus.cocci | 12 virtual org 13 virtual report 14 virtual context
|
D | boolinit.cocci | 11 virtual patch 12 virtual context 13 virtual org 14 virtual report
|
D | simple_return.cocci | 11 virtual patch 12 virtual context 13 virtual org 14 virtual report
|
D | ifcol.cocci | 18 virtual org 19 virtual report
|
D | doubleinit.cocci | 13 virtual org 14 virtual report
|
/linux-4.1.27/arch/arm/mach-spear/ |
D | spear13xx.c | 62 .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,
|
D | spear3xx.c | 71 .virtual = (unsigned long)VA_SPEAR_ICM1_2_BASE, 76 .virtual = (unsigned long)VA_SPEAR_ICM3_SMI_CTRL_BASE,
|
D | spear6xx.c | 353 .virtual = (unsigned long)VA_SPEAR6XX_ML_CPU_BASE, 358 .virtual = (unsigned long)VA_SPEAR_ICM1_2_BASE, 363 .virtual = (unsigned long)VA_SPEAR_ICM3_SMI_CTRL_BASE,
|
D | spear1310.c | 47 .virtual = VA_SPEAR1310_RAS_GRP1_BASE,
|
/linux-4.1.27/Documentation/ABI/testing/ |
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 31 virt_addr : The virtual address of the memory range.
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-smdk2443.c | 52 .virtual = (u32)S3C24XX_VA_ISA_WORD, 57 .virtual = (u32)S3C24XX_VA_ISA_WORD + 0x10000, 62 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 67 .virtual = (u32)S3C24XX_VA_ISA_BYTE + 0x10000,
|
D | mach-smdk2440.c | 52 .virtual = (u32)S3C24XX_VA_ISA_WORD, 57 .virtual = (u32)S3C24XX_VA_ISA_WORD + 0x10000, 62 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 67 .virtual = (u32)S3C24XX_VA_ISA_BYTE + 0x10000,
|
D | mach-bast.c | 82 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 87 .virtual = (u32)S3C24XX_VA_ISA_WORD, 94 .virtual = (u32)BAST_VA_CTRL1, 99 .virtual = (u32)BAST_VA_CTRL2, 104 .virtual = (u32)BAST_VA_CTRL3, 109 .virtual = (u32)BAST_VA_CTRL4, 116 .virtual = (u32)BAST_VA_PC104_IRQREQ, 121 .virtual = (u32)BAST_VA_PC104_IRQRAW, 126 .virtual = (u32)BAST_VA_PC104_IRQMASK,
|
D | mach-vr1000.c | 71 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 76 .virtual = (u32)S3C24XX_VA_ISA_WORD, 84 .virtual = (u32)VR1000_VA_CTRL1, 89 .virtual = (u32)VR1000_VA_CTRL2, 94 .virtual = (u32)VR1000_VA_CTRL3, 99 .virtual = (u32)VR1000_VA_CTRL4,
|
D | mach-osiris.c | 64 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 69 .virtual = (u32)S3C24XX_VA_ISA_WORD, 78 .virtual = (u32)OSIRIS_VA_CTRL0, 83 .virtual = (u32)OSIRIS_VA_CTRL1, 88 .virtual = (u32)OSIRIS_VA_CTRL2, 93 .virtual = (u32)OSIRIS_VA_IDREG,
|
D | mach-smdk2416.c | 64 .virtual = (u32)S3C24XX_VA_ISA_WORD, 69 .virtual = (u32)S3C24XX_VA_ISA_WORD + 0x10000, 74 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 79 .virtual = (u32)S3C24XX_VA_ISA_BYTE + 0x10000,
|
D | mach-anubis.c | 64 .virtual = (u32)S3C24XX_VA_ISA_BYTE, 69 .virtual = (u32)S3C24XX_VA_ISA_WORD, 83 .virtual = (u32)ANUBIS_VA_CTRL1, 88 .virtual = (u32)ANUBIS_VA_IDREG,
|
D | s3c2412.c | 69 .virtual = (unsigned long)S3C2412_VA_SSMC, 75 .virtual = (unsigned long)S3C2412_VA_EBI,
|
D | mach-rx3715.c | 61 .virtual = (u32)S3C24XX_VA_ISA_WORD, 66 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
|
/linux-4.1.27/arch/arm/mach-ebsa110/ |
D | core.c | 77 .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-4.1.27/arch/arm/mach-footbridge/ |
D | common.c | 142 .virtual = ARMCSR_BASE, 156 .virtual = PCIMEM_BASE, 161 .virtual = PCICFG0_BASE, 166 .virtual = PCICFG1_BASE, 171 .virtual = PCIIACK_BASE,
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | err_cast.cocci | 15 virtual context 16 virtual patch 17 virtual org 18 virtual report
|
D | memdup_user.cocci | 12 virtual patch 13 virtual context 14 virtual org 15 virtual report
|
D | pm_runtime.cocci | 9 virtual patch 10 virtual context 11 virtual org 12 virtual report
|
D | d_find_alias.cocci | 9 virtual context 10 virtual org 11 virtual patch 12 virtual report
|
D | memdup.cocci | 11 virtual patch 12 virtual context 13 virtual org 14 virtual report
|
D | platform_no_drv_owner.cocci | 6 virtual patch 7 virtual context 8 virtual org 9 virtual report
|
D | resource_size.cocci | 16 virtual context 17 virtual patch 18 virtual org 19 virtual report
|
D | ptr_ret.cocci | 14 virtual context 15 virtual patch 16 virtual org 17 virtual report
|
D | kstrdup.cocci | 11 virtual patch 12 virtual context 13 virtual org 14 virtual report
|
D | simple_open.cocci | 9 virtual patch 10 virtual report
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 786 addr = md->virtual; in create_36bit_mapping() 851 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping() 853 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping() 858 md->virtual >= PAGE_OFFSET && in create_mapping() 859 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping() 861 (long long)__pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping() 876 addr = md->virtual & PAGE_MASK; in create_mapping() 878 length = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in create_mapping() 916 vm->addr = (void *)(md->virtual & PAGE_MASK); in iotable_init() 917 vm->size = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in iotable_init() [all …]
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 11 virtual patch 12 virtual org 13 virtual report 14 virtual context
|
D | kfreeaddr.cocci | 9 virtual org 10 virtual report 11 virtual context
|
D | iounmap.cocci | 14 virtual context 15 virtual org 16 virtual report
|
D | clk_put.cocci | 14 virtual context 15 virtual org 16 virtual report
|
D | devm_free.cocci | 23 virtual org 24 virtual report 25 virtual context
|
D | pci_free_consistent.cocci | 9 virtual report 10 virtual org
|
D | kfree.cocci | 15 virtual org 16 virtual report
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | eno.cocci | 11 virtual patch 12 virtual context 13 virtual org 14 virtual report
|
D | kmerr.cocci | 15 virtual context 16 virtual org 17 virtual report
|
D | badzero.cocci | 16 virtual patch 17 virtual context 18 virtual org 19 virtual report
|
D | deref_null.cocci | 13 virtual context 14 virtual org 15 virtual report
|
/linux-4.1.27/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 12 virtual patch 13 virtual context 14 virtual org 15 virtual report
|
D | doubletest.cocci | 13 virtual context 14 virtual org 15 virtual report
|
D | doublebitand.cocci | 15 virtual context 16 virtual org 17 virtual report
|
/linux-4.1.27/mm/ |
D | highmem.c | 387 void *virtual; member 429 ret = pam->virtual; in page_address() 446 void set_page_address(struct page *page, void *virtual) in set_page_address() argument 455 if (virtual) { /* Add */ in set_page_address() 456 pam = &page_address_maps[PKMAP_NR((unsigned long)virtual)]; in set_page_address() 458 pam->virtual = virtual; in set_page_address()
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 16 virtual context 17 virtual patch 18 virtual org 19 virtual report
|
D | kzalloc-simple.cocci | 19 virtual context 20 virtual patch 21 virtual org 22 virtual report
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | ts72xx.c | 34 .virtual = (unsigned long)TS72XX_MODEL_VIRT_BASE, 39 .virtual = (unsigned long)TS72XX_OPTIONS_VIRT_BASE, 44 .virtual = (unsigned long)TS72XX_OPTIONS2_VIRT_BASE, 49 .virtual = (unsigned long)TS72XX_RTC_INDEX_VIRT_BASE, 54 .virtual = (unsigned long)TS72XX_RTC_DATA_VIRT_BASE,
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | nanoengine.c | 69 .virtual = 0xf0000000, 75 .virtual = NANO_PCI_MEM_RW_VIRT, 81 .virtual = NANO_PCI_CONFIG_SPACE_VIRT,
|
D | generic.c | 346 .virtual = 0xf8000000, 351 .virtual = 0xfa000000, 356 .virtual = 0xfc000000, 361 .virtual = 0xfe000000,
|
D | h3xxx.c | 276 .virtual = H3600_BANK_2_VIRT, 281 .virtual = H3600_BANK_4_VIRT, 286 .virtual = H3600_EGPIO_VIRT,
|
D | lart.c | 117 .virtual = 0xe8000000, 122 .virtual = 0xec000000,
|
D | jornada720.c | 263 .virtual = 0xf0000000, 268 .virtual = 0xf1000000,
|
D | badge4.c | 297 .virtual = 0xf1000000, 302 .virtual = 0xf2000000,
|
D | simpad.c | 123 .virtual = 0xf2800000, 128 .virtual = (unsigned long)CS3_BASE,
|
/linux-4.1.27/Documentation/ |
D | cachetlb.txt | 24 virtual-->physical address translations obtained from the software 55 Here we are flushing a specific range of (user) virtual 61 virtual addresses in the range 'start' to 'end-1'. 84 user virtual address 'addr' will be visible to the cpu. That 86 'vma->vm_mm' for virtual address 'addr'. 95 now exists at virtual address "address" for address space 114 is changing an existing virtual-->physical mapping to a new value, 131 a virtual-->physical translation to exist for a virtual address 132 when that virtual address is flushed from the cache. The HyperSparc 138 indexed caches which must be flushed when virtual-->physical [all …]
|
D | serial-console.txt | 16 device: tty0 for the foreground virtual console 17 ttyX for any other virtual console 36 virtual console, and kernel messages will appear on both the VGA 56 1. Create /dev/console (real console) and /dev/tty0 (master virtual 86 set the baudrate to 38400 (baudrate of the virtual console). 89 Programs that want to do something with the virtual console usually 91 and your console is NOT the virtual console some programs will fail.
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | itnull.cocci | 16 virtual patch 17 virtual context 18 virtual org 19 virtual report
|
D | fen.cocci | 12 virtual patch 13 virtual context 14 virtual org 15 virtual report
|
D | list_entry_update.cocci | 14 virtual context 15 virtual org 16 virtual report
|
D | use_after_iter.cocci | 16 virtual context 17 virtual org 18 virtual report
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | common.c | 167 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_AHB0_START), 173 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_AHB1_START), 179 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_FABAPB_START), 185 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_IRAM_BASE),
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | firmware.txt | 16 - virtual-traps: The virtual traps, taken from the firmware binary. 23 virtual-traps = <0 0 0 0 0 0 0 0>;
|
/linux-4.1.27/drivers/net/hyperv/ |
D | Kconfig | 2 tristate "Microsoft Hyper-V virtual network driver" 5 Select this option to enable the Hyper-V virtual network driver.
|
/linux-4.1.27/scripts/coccinelle/locks/ |
D | call_kern.cocci | 14 virtual patch 15 virtual context 16 virtual org 17 virtual report
|
D | flags.cocci | 11 virtual context 12 virtual org 13 virtual report
|
D | mini_lock.cocci | 16 virtual context 17 virtual org 18 virtual report
|
D | double_lock.cocci | 13 virtual org 14 virtual report
|
/linux-4.1.27/drivers/platform/goldfish/ |
D | Kconfig | 2 tristate "Goldfish virtual device for QEMU pipes" 4 This is a virtual device to drive the QEMU pipe interface used by
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | prpmc2800.dts | 52 virtual-reg = <0xf1000000>; 119 virtual-reg = <0xf1004000>; 127 virtual-reg = <0xf1006000>; 158 virtual-reg = <0xf100b800>; 164 virtual-reg = <0xf1008000>; 178 virtual-reg = <0xf1009000>; 198 virtual-reg = <0xf100c000>;
|
D | c2k.dts | 59 virtual-reg = <0xd8000000>; 129 virtual-reg = <0xd8004000>; 138 virtual-reg = <0xd8006000>; 170 virtual-reg = <0xd800b800>; 176 virtual-reg = <0xd8008000>; 190 virtual-reg = <0xd8009000>; 209 virtual-reg = <0xd800c000>;
|
D | sam440ep.dts | 150 virtual-reg = <0xef600300>; 161 virtual-reg = <0xef600400>; 172 virtual-reg = <0xef600500>; 183 virtual-reg = <0xef600600>;
|
D | bamboo.dts | 149 virtual-reg = <0xef600300>; 160 virtual-reg = <0xef600400>; 171 virtual-reg = <0xef600500>; 182 virtual-reg = <0xef600600>;
|
D | yosemite.dts | 183 virtual-reg = <0xef600300>; 194 virtual-reg = <0xef600400>; 205 virtual-reg = <0xef600500>; 217 virtual-reg = <0xef600600>;
|
D | currituck.dts | 99 virtual-reg = <0xe1000000>; 150 * port of the root complex virtual P2P bridge. But I want 187 * port of the root complex virtual P2P bridge. But I want 224 * port of the root complex virtual P2P bridge. But I want
|
D | walnut.dts | 99 virtual-reg = <0xef600300>; 110 virtual-reg = <0xef600400>; 199 virtual-reg = <0xf0300005>;
|
D | rainier.dts | 193 virtual-reg = <0xef600300>; 204 virtual-reg = <0xef600400>; 215 virtual-reg = <0xef600500>; 226 virtual-reg = <0xef600600>;
|
/linux-4.1.27/arch/arm64/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests). 44 int "Number maximum supported virtual CPUs per VM" 48 Static number of max supported virtual CPUs per VM.
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | common.c | 31 .virtual = (unsigned long)APB_VIRT_BASE, 36 .virtual = (unsigned long)AXI_VIRT_BASE,
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | setup.h | 30 .virtual = IO_ADDRESS(x), \ 37 .virtual = IO_ADDRESS(x), \
|
D | id.c | 28 .virtual = (unsigned long)UX500_VIRT_ROM, in ux500_read_asicid()
|
/linux-4.1.27/Documentation/arm/ |
D | Porting | 8 virtual address to a physical address. Normally, it is simply: 18 virtual or physical addresses here, since the MMU will be off at 62 boot phase, virtual address PAGE_OFFSET will be mapped to physical 72 Any virtual address below TASK_SIZE is deemed to be user process 98 last virtual RAM address (found using variable high_memory). 102 between virtual RAM and the vmalloc area. We do this to allow 116 `vio' is the virtual address of the 8MB debugging region.
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | Kconfig | 2 tristate "QXL virtual GPU" 13 QXL virtual GPU for Spice virtualization desktop integration.
|
/linux-4.1.27/arch/arm/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests). 49 int "Number maximum supported virtual CPUs per VM" 53 Static number of max supported virtual CPUs per VM.
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_cursor.c | 125 if (!bo->kmap.virtual) { in mga_crtc_cursor_set() 136 this_colour = ioread32(bo->kmap.virtual + i); in mga_crtc_cursor_set() 188 if (!pixels_prev->kmap.virtual) { in mga_crtc_cursor_set() 202 this_colour = ioread32(bo->kmap.virtual + 4*(col + 64*row)); in mga_crtc_cursor_set() 220 memcpy_toio(pixels_prev->kmap.virtual + row*48, &this_row[0], 48); in mga_crtc_cursor_set()
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | Kconfig | 10 high-speed communication between host and guest in a virtual 11 environment via the VMCI virtual device.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-gpio.txt | 4 - virtual,gpio-mdio 21 compatible = "virtual,mdio-gpio";
|
D | via-rhine.txt | 7 virtual PCI bus under vendor-provided kernels
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 133 .virtual = IO_ADDRESS(VERSATILE_SYS_BASE), 138 .virtual = IO_ADDRESS(VERSATILE_SIC_BASE), 143 .virtual = IO_ADDRESS(VERSATILE_VIC_BASE), 148 .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE), 155 .virtual = IO_ADDRESS(VERSATILE_IB2_BASE), 163 .virtual = IO_ADDRESS(VERSATILE_UART0_BASE), 171 .virtual = IO_ADDRESS(VERSATILE_PCI_CORE_BASE), 176 .virtual = (unsigned long)VERSATILE_PCI_VIRT_BASE, 181 .virtual = (unsigned long)VERSATILE_PCI_CFG_VIRT_BASE,
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests). 54 in virtual machines on book3s_32 host processors. 69 in virtual machines on book3s_64 host processors. 84 virtual machines on POWER7 and PPC970 processors that have 102 Support running guest kernels in virtual machines on processors 148 Support running unmodified E500 guest kernels in virtual machines on 165 virtual machines on E500MC/E5500/E6500 host processors.
|
/linux-4.1.27/arch/s390/kvm/ |
D | Kconfig | 11 operating systems inside virtual machines (guests). 46 bool "Userspace controlled virtual machines" 49 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | riscpc.c | 70 .virtual = SCREEN_BASE, 75 .virtual = (u32)IO_BASE, 80 .virtual = (unsigned long)EASI_BASE,
|
/linux-4.1.27/drivers/tty/hvc/ |
D | Kconfig | 6 Generic "hypervisor virtual console" infrastructure for various 20 pSeries machines when partitioned support a hypervisor virtual 69 Xen virtual console device driver 77 Xen driver for secondary virtual consoles 112 firmware virtual consoles from one Linux partition by
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 23 a virtual bus called mic bus is created and virtual dma devices are 55 |MIC virtual Bus| | | | |MIC virtual Bus |
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | arch_timer.txt | 5 physical and optional virtual timer per frame. 17 - interrupts : Interrupt list for secure, non-secure, virtual and 64 - interrupts : Interrupt list for physical and virtual timers in that order. 65 The virtual timer interrupt is optional.
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | trizeps4.c | 423 .virtual = TRIZEPS4_CFSR_VIRT, 429 .virtual = TRIZEPS4_BOCR_VIRT, 435 .virtual = TRIZEPS4_IRCR_VIRT, 441 .virtual = TRIZEPS4_DICR_VIRT, 447 .virtual = TRIZEPS4_UPSR_VIRT,
|
D | palmtx.c | 319 .virtual = (unsigned long)PALMTX_PCMCIA_VIRT, 324 .virtual = (unsigned long)PALMTX_NAND_ALE_VIRT, 329 .virtual = (unsigned long)PALMTX_NAND_CLE_VIRT,
|
D | idp.c | 182 .virtual = IDP_COREVOLT_VIRT, 187 .virtual = IDP_CPLD_VIRT,
|
D | palmld.c | 304 .virtual = PALMLD_IDE_VIRT, 310 .virtual = PALMLD_USB_VIRT,
|
D | generic.c | 93 .virtual = (unsigned long)PERIPH_VIRT,
|
D | zeus.c | 877 .virtual = (unsigned long)ZEUS_CPLD_VERSION, 883 .virtual = (unsigned long)ZEUS_CPLD_ISA_IRQ, 889 .virtual = (unsigned long)ZEUS_CPLD_CONTROL, 895 .virtual = (unsigned long)ZEUS_PC104IO,
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 37 space. We also use it to keep the user-mode virtual mapping in the same 42 address 0, overlapping with the user-mode virtual space, so that descriptor 85 available. Therefore, in this model, the virtual address space per process 101 The kernel also needs its own virtual memory space. That is kseg_d. It 102 is used by the vmalloc() kernel function to allocate virtual contiguous 155 The paging mechanism uses virtual addresses to split a process memory-space into 158 most other 32-bit architectures). It would be inefficient to let a virtual memory 187 corresponds to 16 MB of virtual memory. 216 and contains the kernels virtual mappings (the kernel itself is not paged - it 228 happens first is that a virtual address chunk is allocated to the request using
|
/linux-4.1.27/Documentation/parisc/ |
D | debugging | 8 absolute addresses are used instead of virtual addresses as in the 9 rest of the kernel. To translate an absolute address to a virtual 24 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 14 in a VMware virtual machine. 16 virtual hardware.
|
/linux-4.1.27/arch/arm/mach-socfpga/ |
D | socfpga.c | 36 .virtual = SOCFPGA_SCU_VIRT_BASE, 43 .virtual = 0xfec02000,
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 4 The virtual machine "device" also accepts the ioctls KVM_SET_DEVICE_ATTR, 9 The groups and attributes per virtual machine, if any, are architecture 19 Enables Collaborative Memory Management Assist (CMMA) for the virtual machine. 31 -EINVAL if the virtual machine is of type UCONTROL
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 5 This document describes the virtual Trusted Platform Module (vTPM) subsystem for 11 The goal of this work is to provide a TPM functionality to a virtual guest 13 a TPM in a virtual system the same way they interact with a TPM on the physical 18 the chain of trust rooted in the hardware TPM to virtual machines in Xen. Each 69 * xen-tpmfront.ko: Linux kernel virtual TPM frontend driver. This driver
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 5 tristate "IP virtual server support" 10 virtual server based on cluster of two or more real servers. This 16 virtual server via NAT, virtual server via tunneling and virtual 38 bool "IP virtual server debugging" 41 debugging the IP virtual server code. You can change the debug 59 to your virtual server application. It is good to set the table size 62 virtual server gets 200 connections per second, the connection lasts 267 the payload. In the virtual server via Network Address Translation, 271 virtual service.
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 10 technique is the creation of virtual files, in debugfs, /proc or elsewhere. 13 script writers. It is not surprising that the use of virtual files has 17 however. It is not that hard to make a virtual file which returns a 21 position within the virtual file - that position is, likely as not, in the 26 which are designed to make it easy for virtual file creators to get it 32 * An iterator interface which lets a virtual file implementation 39 the virtual file. 69 Modules implementing a virtual file with seq_file must implement a simple 77 to an offset in the virtual file. The one obvious exception is that a 224 most of the work. The virtual file author still must implement the open() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | k3dma.txt | 11 - dma-requests: virtual channels supported, each virtual channel
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 19 display and keyboard devices. These are called "virtual" because you 20 can run several virtual terminals (also called virtual consoles) on 22 virtual terminal can collect system messages and warnings, another 24 an X session, all in parallel. Switching between virtual terminals 28 properties (such as colors or beeping) of a virtual terminal. The 31 directly. The fonts used on virtual terminals can be changed with 35 You need at least one virtual terminal device in order to make use 50 on virtual consoles. 53 bool "Support for console on virtual terminal" if EXPERT 59 answer Y here, a virtual terminal (the device used to interact with [all …]
|
/linux-4.1.27/arch/arm/include/debug/ |
D | sa1100.S | 25 movne \rp, #0xf8000000 @ virtual address 49 orr \rv, \rp, #0xf8000000 @ virtual
|
D | sirf.S | 23 ldr \rv, =CONFIG_DEBUG_UART_VIRT @ virtual
|
D | meson.S | 18 ldr \rv, =(CONFIG_DEBUG_UART_VIRT) @ virtual
|
D | imx.S | 33 ldr \rv, =UART_VADDR @ virtual
|
D | ux500.S | 45 ldr \rv, =UART_VIRT_BASE @ yes, virtual address
|
D | ks8695.S | 23 ldr \rv, =KS8695_UART_VA @ virtual base address
|
D | zynq.S | 37 ldr \rv, =LL_UART_VADDR @ virtual
|
/linux-4.1.27/Documentation/vm/ |
D | highmem.txt | 12 (*) Temporary virtual mappings. 26 exceeds the maximum size of virtual memory. At that point it becomes 37 kernel entry/exit. This means the available virtual memory space (4GiB on 52 time, but because we need virtual address space for other things - including 57 and user maps. Some hardware (like some ARMs), however, have limited virtual 68 physical pages into a contiguous virtual space. It needs global
|
D | remap_file_pages.txt | 9 code in kernel virtual memory subsystem including hot paths. Also to get 18 virtual address space. This use-case is not critical anymore since 64-bit
|
/linux-4.1.27/arch/arm/mach-u300/ |
D | core.c | 172 .virtual = U300_SLOW_PER_VIRT_BASE, 178 .virtual = U300_AHB_PER_VIRT_BASE, 184 .virtual = U300_FAST_PER_VIRT_BASE,
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 36 2) That setup code allocates (virtual) space for the "bounds directory", 71 * allocates virtual space for the bounds directory (malloc() essentially) 80 notices in the #BR exception, allocates the virtual space, then 127 Q: Can virtual space simply be reserved for the bounds tables so that we 134 1-page structure can require 4 bounds-table pages. An X-GB virtual 135 area needs 4*X GB of virtual space, plus 2GB for the bounds directory. 136 If we were to preallocate them for the 128TB of user virtual address 138 entire virtual address space today. This means they can not be reserved 140 consumes 2GB of virtual *AND* physical memory. IOW, it's completely 205 in the virtual address region which is being unmapped will be freed also.
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbevf.txt | 17 The ixgbevf driver supports 82599-based virtual function devices that can only 20 The ixgbevf driver supports virtual functions generated by the ixgbe driver
|
D | igbvf.txt | 16 The igbvf driver supports 82576-based virtual function devices that can only 21 driver supports virtual functions generated by the igb driver with a max_vfs 41 The igbvf driver supports 82576-based virtual function devices that can only
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 178 access directly, without having to set up a kernel virtual mapping. 179 This can be useful in optimizing the layout of kernel virtual 203 This option allows you to set the kernel virtual address at which 205 this address). This can be useful in optimizing the virtual memory 219 This option allows you to set the amount of virtual address space 221 virtual memory layout of the system.
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 481 if (dinfo->aperture.virtual) in cleanup() 482 iounmap((void __iomem *)dinfo->aperture.virtual); in cleanup() 678 dinfo->aperture.virtual = (u8 __iomem *)ioremap_nocache in intelfb_pci_register() 681 if (!dinfo->aperture.virtual) { in intelfb_pci_register() 716 dinfo->ring.virtual = dinfo->aperture.virtual in intelfb_pci_register() 744 dinfo->cursor.virtual = dinfo->aperture.virtual in intelfb_pci_register() 768 dinfo->fb.virtual = dinfo->aperture.virtual + (dinfo->fb.offset << 12); in intelfb_pci_register() 779 dinfo->fb.virtual); in intelfb_pci_register() 785 dinfo->ring.virtual); in intelfb_pci_register() 788 dinfo->cursor.virtual, dinfo->cursor.offset, in intelfb_pci_register() [all …]
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | mm.txt | 13 ffffea0000000000 - ffffeaffffffffff (=40 bits) virtual memory map (1TB) 37 We map EFI runtime services in the aforementioned PGD in the virtual
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 26 virtual bus. Each numbered sub-directory contains an info entry, which 48 virtual NIC. Each named subdirectory contains two entries, 52 virtpci module, including virtual PCI bus information and device 92 partition configuration data for each virtual bus, for use during
|
D | overview.txt | 25 These drivers are for the Unisys virtual PCI hardware model where the 27 in the interactions between the client drivers and the virtual adapter 34 The modules in this section handle shared devices and the virtual 52 virtual bus and virtual device. Each bus and device is also associated
|
/linux-4.1.27/drivers/md/ |
D | dm-bio-prison.c | 86 if (lhs->virtual < rhs->virtual) in cmp_keys() 89 if (lhs->virtual > rhs->virtual) in cmp_keys()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | common.c | 66 .virtual = (unsigned long)IXP4XX_PERIPHERAL_BASE_VIRT, 71 .virtual = (unsigned long)IXP4XX_EXP_CFG_BASE_VIRT, 76 .virtual = (unsigned long)IXP4XX_PCI_CFG_BASE_VIRT, 81 .virtual = (unsigned long)IXP4XX_QMGR_BASE_VIRT,
|
/linux-4.1.27/arch/arm/kernel/ |
D | sleep.S | 68 mov r5, sp @ current virtual SP 80 1: mov r2, r5 @ virtual SP 110 ret r3 @ jump to virtual address
|
D | tcm.c | 52 .virtual = DTCM_OFFSET, 61 .virtual = ITCM_OFFSET,
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | Kconfig | 136 This driver supports Intel(R) 82576 virtual functions. For more 200 This allows one to create VXLAN virtual interfaces that provide 202 to tunnel virtual network infrastructure in virtualized environments. 237 This driver supports Intel(R) PCI Express virtual functions for the 279 This allows one to create VXLAN virtual interfaces that provide 281 to tunnel virtual network infrastructure in virtualized environments. 310 This driver supports Intel(R) XL710 and X710 virtual functions. 350 This allows one to create VXLAN virtual interfaces that provide 352 to tunnel virtual network infrastructure in virtualized environments.
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 29 operation is needed in order to run a virtual machine, and it requires the 33 before creating a virtual machine have to call KVM_S390_ENABLE_SIE, or will 63 This ioctl is used to submit a floating interrupt for a virtual machine. 64 Floating interrupts may be delivered to any virtual cpu in the configuration. 89 This ioctl is used to submit an interrupt for a specific virtual cpu.
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 161 This option allows you to set the virtual address of the kernel MMU region. 169 This option allows you to set the virtual base address of the kernel MMU region. 175 This option allows you to set the virtual address of the kernel region. 187 This option allows you to set the virtual address of the I/O region.
|
/linux-4.1.27/arch/arm/plat-iop/ |
D | setup.c | 24 .virtual = IOP3XX_PERIPHERAL_VIRT_BASE,
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_api.h | 277 void *virtual; member 612 return map->virtual; in ttm_kmap_obj_virtual()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-kzm_arm11_01.c | 260 .virtual = (unsigned long)MX31_CS4_BASE_ADDR_VIRT, 266 .virtual = (unsigned long)MX31_CS5_BASE_ADDR_VIRT,
|
D | hardware.h | 117 .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-emev2.c | 27 .virtual = 0xf0000000,
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 36 # serial port interrupt virtual DMA entry point 59 # serial port receive interrupt virtual DMA entry point 106 # serial port transmit interrupt virtual DMA entry point
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
D | common.c | 38 .virtual = (unsigned long)CLPS711X_VIRT_BASE,
|
/linux-4.1.27/Documentation/hwmon/ |
D | pmbus-core | 66 standard PMBus commands and virtual PMBus commands. 83 than 0xff). Support for virtual PMBus commands is device specific and thus has 87 virtual commands are word sized. 89 There are currently two types of virtual commands. 97 code returns non-negative values if a virtual command is supported, or a 102 or writing virtual registers (in other words, the PMBus core code will never 103 send a virtual command to a chip). 136 As mentioned above, an exception to this rule applies to virtual commands,
|
/linux-4.1.27/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 23 "chnls" - tx-channel per virtual slave registers. 24 "obsrvr" - rx-channel (called observer) per virtual slave registers.
|
/linux-4.1.27/arch/x86/boot/ |
D | mtools.conf.in | 13 # 2.88 MB floppy disk image (mostly for virtual uses)
|
/linux-4.1.27/drivers/staging/goldfish/ |
D | Kconfig | 13 Android virtual device.
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | map.h | 18 unsigned long virtual; member
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | cpu.c | 39 .virtual = (unsigned long)KS8695_IO_VA,
|
/linux-4.1.27/arch/arm/mach-hisi/ |
D | hisilicon.c | 36 .virtual = HI3620_SYSCTRL_VIRT_BASE,
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_dma.c | 137 buf_priv->virtual = (void *)vm_mmap(file_priv->filp, 0, buf->total, in i810_map_buffer() 142 if (IS_ERR(buf_priv->virtual)) { in i810_map_buffer() 145 retcode = PTR_ERR(buf_priv->virtual); in i810_map_buffer() 146 buf_priv->virtual = NULL; in i810_map_buffer() 160 retcode = vm_munmap((unsigned long)buf_priv->virtual, in i810_unmap_buffer() 164 buf_priv->virtual = NULL; in i810_unmap_buffer() 194 d->virtual = buf_priv->virtual; in i810_dma_get_buffer() 1061 *(u32 *) ((char *) buf_priv->virtual + used) = 0; in i810_dma_dispatch_mc()
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | common.c | 44 .virtual = (unsigned long) ORION5X_REGS_VIRT_BASE, 49 .virtual = (unsigned long) ORION5X_PCIE_WA_VIRT_BASE,
|
/linux-4.1.27/arch/arm/mach-mv78xx0/ |
D | common.c | 133 .virtual = (unsigned long) MV78XX0_CORE_REGS_VIRT_BASE, 138 .virtual = (unsigned long) MV78XX0_REGS_VIRT_BASE,
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | cpu.h | 21 .virtual = (unsigned long)W90X900_VA_##y, \
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 41 iodesc.virtual = (unsigned long)S3C_VA_SYS; in s5pv210_fdt_map_sys()
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-usb-gpio.txt | 3 This is a virtual device used to generate USB cable states from the USB ID pin
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | rockchip-drm.txt | 4 The Rockchip DRM master device is a virtual device needed to list all
|
/linux-4.1.27/arch/arm/mach-picoxcell/ |
D | common.c | 44 .virtual = PHYS_TO_IO(PICOXCELL_PERIPH_BASE),
|
/linux-4.1.27/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 10 DIR=/sys/devices/virtual/misc/test_firmware
|
D | fw_userhelper.sh | 10 DIR=/sys/devices/virtual/misc/test_firmware
|
/linux-4.1.27/Documentation/xtensa/ |
D | mmu.txt | 27 VA = virtual address (two upper nibbles of it); 31 After step 2, we jump to virtual address in 0x40000000..0x5fffffff
|