/linux-2.4.37.9/drivers/char/drm/ |
D | drm_scatter.h | 47 vfree( entry->virtual ); in DRM() 111 entry->virtual = vmalloc_32( pages << PAGE_SHIFT ); in DRM() 112 if ( !entry->virtual ) { in DRM() 128 memset( entry->virtual, 0, pages << PAGE_SHIFT ); in DRM() 130 entry->handle = (unsigned long)entry->virtual; in DRM() 133 DRM_DEBUG( "sg alloc virtual = %p\n", entry->virtual ); in DRM() 169 tmp = (unsigned long *)((u8 *)entry->virtual + in DRM() 219 DRM_DEBUG( "sg free virtual = %p\n", entry->virtual ); in DRM()
|
D | i810_dma.c | 191 buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total, in i810_map_buffer() 197 if ((unsigned long)buf_priv->virtual > -1024UL) { in i810_map_buffer() 200 retcode = (signed int)buf_priv->virtual; in i810_map_buffer() 201 buf_priv->virtual = 0; in i810_map_buffer() 224 (unsigned long)buf_priv->virtual, in i810_unmap_buffer() 232 buf_priv->virtual = 0; in i810_unmap_buffer() 263 d->virtual = buf_priv->virtual; in i810_dma_get_buffer() 811 *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE | prim | in i810_dma_dispatch_vertex() 815 *(u32 *)((u32)buf_priv->virtual + used) = 0; in i810_dma_dispatch_vertex() 1135 *(u32 *)((u32)buf_priv->virtual + used) = 0; in i810_dma_dispatch_mc()
|
D | via_mm.h | 38 void *virtual; member
|
/linux-2.4.37.9/arch/arm/mm/ |
D | mm-armv.c | 234 md->physical, md->virtual); in create_mapping() 237 if (md->virtual != vectors_base() && md->virtual < PAGE_OFFSET) { in create_mapping() 240 md->physical, md->virtual); in create_mapping() 255 virt = md->virtual; in create_mapping() 323 p->virtual = __phys_to_virt(p->physical); in memtable_init() 336 p->virtual = FLUSH_BASE; in memtable_init() 349 p->virtual = FLUSH_BASE_MINICACHE; in memtable_init() 366 if (address < q->virtual || q == p) { in memtable_init() 372 address = q->virtual + q->length; in memtable_init() 384 init_maps->virtual = vectors_base(); in memtable_init()
|
/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | r128_bufs.c | 230 unsigned long virtual; in r128_mapbufs() local 263 virtual = do_mmap(filp, 0, map->size, in r128_mapbufs() 270 virtual = do_mmap(filp, 0, dma->byte_count, in r128_mapbufs() 274 if (virtual > -1024UL) { in r128_mapbufs() 276 retcode = (signed long)virtual; in r128_mapbufs() 279 request.virtual = (void *)virtual; in r128_mapbufs() 300 address = virtual + dma->buflist[i]->offset; in r128_mapbufs()
|
D | radeon_bufs.c | 227 unsigned long virtual; in radeon_mapbufs() local 258 virtual = do_mmap(filp, 0, map->size, in radeon_mapbufs() 265 virtual = do_mmap(filp, 0, dma->byte_count, in radeon_mapbufs() 269 if (virtual > -1024UL) { in radeon_mapbufs() 271 retcode = (signed long)virtual; in radeon_mapbufs() 274 request.virtual = (void *)virtual; in radeon_mapbufs() 295 address = virtual + dma->buflist[i]->offset; in radeon_mapbufs()
|
D | mga_bufs.c | 532 unsigned long virtual; in mga_mapbufs() local 570 virtual = do_mmap(filp, 0, map->size, in mga_mapbufs() 577 virtual = do_mmap(filp, 0, dma->byte_count, in mga_mapbufs() 581 if (virtual > -1024UL) { in mga_mapbufs() 584 retcode = (signed long)virtual; in mga_mapbufs() 587 request.virtual = (void *)virtual; in mga_mapbufs() 608 address = virtual + dma->buflist[i]->offset; in mga_mapbufs()
|
D | bufs.c | 471 unsigned long virtual; in drm_mapbufs() local 495 virtual = do_mmap(filp, 0, dma->byte_count, in drm_mapbufs() 498 if (virtual > -1024UL) { in drm_mapbufs() 500 retcode = (signed long)virtual; in drm_mapbufs() 503 request.virtual = (void *)virtual; in drm_mapbufs() 524 address = virtual + dma->buflist[i]->offset; in drm_mapbufs()
|
D | i810_dma.c | 200 buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total, in i810_map_buffer() 206 if ((unsigned long)buf_priv->virtual > -1024UL) { in i810_map_buffer() 209 retcode = (signed int)buf_priv->virtual; in i810_map_buffer() 210 buf_priv->virtual = 0; in i810_map_buffer() 214 buf_priv->virtual = buf_priv->kernel_virtual; in i810_map_buffer() 230 (unsigned long)buf_priv->virtual, in i810_unmap_buffer() 235 buf_priv->virtual = 0; in i810_unmap_buffer() 266 d->virtual = buf_priv->virtual; in i810_dma_get_buffer() 817 *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE | in i810_dma_dispatch_vertex() 822 *(u32 *)((u32)buf_priv->virtual + used) = 0; in i810_dma_dispatch_vertex() [all …]
|
/linux-2.4.37.9/Documentation/ |
D | cachetlb.txt | 24 virtual-->physical address translations obtained from the software 55 Here we are flushing a specific range of (user) virtual 60 there will be no entries in the TLB for 'mm' for virtual 83 user virtual address 'page' will be visible to the cpu. That 85 'vma->vm_mm' for virtual address 'page'. 92 The software page tables for address space 'mm' for virtual 103 Usually, when munmap()'ing an area of user virtual address 117 described by "pte" now exists at virtual address "address" 126 is changing an existing virtual-->physical mapping to a new value, 143 a virtual-->physical translation to exist for a virtual address [all …]
|
D | serial-console.txt | 16 device: tty0 for the foreground virtual console 17 ttyX for any other virtual console 34 virtual console, and kernel messages will appear on both the VGA 51 1. Create /dev/console (real console) and /dev/tty0 (master virtual 81 set the baudrate to 38400 (baudrate of the virtual console). 84 Programs that want to do something with the virtual console usually 86 and your console is NOT the virtual console some programs will fail.
|
D | LVM-HOWTO | 6 The LVM adds a kind of virtual disks and virtual partitions functionality 16 You can think of the volume group as a virtual disk. 23 Logical volumes are a kind of virtual partitions.
|
/linux-2.4.37.9/mm/ |
D | highmem.c | 75 page->virtual = NULL; in flush_all_zero_pkmaps() 116 if (page->virtual) in map_new_virtual() 117 return (unsigned long) page->virtual; in map_new_virtual() 127 page->virtual = (void *) vaddr; in map_new_virtual() 143 vaddr = (unsigned long) page->virtual; in kmap_high() 164 vaddr = (unsigned long) page->virtual; in kunmap_high()
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | SBC8260_memory_mapping.txt | 95 - The IMMR must be set above the kernel virtual memory addresses, 103 The user application virtual space consumes the first 2 Gbytes 104 (0x00000000 to 0x7FFFFFFF). The kernel virtual text starts at 116 During the early kernel initialization, the kernel virtual 118 initialization, we choose to map virtual to physical addresses 119 1:1. That is, the kernel virtual address exactly matches the 133 to map the embedded 8xx kernel to the 0xc0000000 virtual address. 138 0x80000000 or any other virtual address. It just depends upon 140 map devices or kernel spaces that overlap with the user virtual 158 virtual memory and MMU code will get confused. [all …]
|
/linux-2.4.37.9/arch/cris/ |
D | README.mm | 34 space. We also use it to keep the user-mode virtual mapping in the same 39 address 0, overlapping with the user-mode virtual space, so that descriptor 82 available. Therefore, in this model, the virtual address space per process 98 The kernel also needs its own virtual memory space. That is kseg_d. It 99 is used by the vmalloc() kernel function to allocate virtual contiguous 152 The paging mechanism uses virtual addresses to split a process memory-space into 155 most other 32-bit architectures). It would be inefficient to let a virtual memory 184 corresponds to 16 MB of virtual memory. 213 and contains the kernels virtual mappings (the kernel itself is not paged - it 225 happens first is that a virtual address chunk is allocated to the request using
|
/linux-2.4.37.9/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 (0xc0000000) which mean a virtual address didn't
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | Config.in | 7 tristate 'virtual server support (EXPERIMENTAL)' CONFIG_IP_VS 9 bool ' IP virtual server debugging' CONFIG_IP_VS_DEBUG
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | smp.c | 760 __flush_dcache_page(page->virtual, in __local_flush_dcache_page() 766 __flush_icache_page(__pa(page->virtual)); in __local_flush_dcache_page() 788 __pa(page->virtual), in smp_flush_dcache_page_impl() 789 (u64) page->virtual, in smp_flush_dcache_page_impl() 794 __pa(page->virtual), in smp_flush_dcache_page_impl() 820 __pa(page->virtual), in flush_dcache_page_all() 821 (u64) page->virtual, in flush_dcache_page_all() 826 __pa(page->virtual), in flush_dcache_page_all()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | debug-armv.S | 111 movne \rx, #0xff000000 @ virtual 183 movne \rx, #0xf8000000 @ virtual address 253 movne \rx, #io_virt @ virtual address 282 movne \rx, #0xf0000000 @ virtual base 417 orrne \rx, \rx, #0xff000000 @ virtual base 444 movne \rx, #0xf0000000 @ virtual
|
/linux-2.4.37.9/Documentation/usb/ |
D | ohci.txt | 14 * virtual root hub is now an option, 27 - virtual root hub, all basic hub descriptors and commands (state: complete) 29 #define CONFIG_USB_OHCI_VROOTHUB includes the virtual hub code, (VROOTHUB) 40 or by sending a USB root hub vendor specific command to the virtual root hub.
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sleep.S | 43 @ store them plus current virtual stack ptr on stack 181 ldr r2, =resume_after_mmu @ its absolute virtual address 199 mov pc, r2 @ jump to virtual addr
|
/linux-2.4.37.9/arch/m68k/sun3/ |
D | sbus.c | 24 void *sparc_alloc_io (u32 address, void *virtual, int len, char *name, in sparc_alloc_io() argument
|
/linux-2.4.37.9/include/asm-arm/mach/ |
D | map.h | 13 unsigned long virtual; member
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | mm.txt | 3 o per process virtual address space limit of 512 Gigabytes 27 code 3 level pagetable limitation), the higher virtual address mapped 34 kernel mapping is at the end of (negative) virtual address space to exploit 44 architectural dependent physical layout of the virtual to physical 48 be moved (most probably to virtual address 0x00007fffffffffff). 61 Each slot is 512GB of virtual memory.
|
/linux-2.4.37.9/fs/proc/ |
D | inode-alloc.txt | 12 a) once we'll split the thing into several virtual filesystems we
|