Home
last modified time | relevance | path

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

12345

/linux-2.4.37.9/drivers/char/drm/
Ddrm_scatter.h47 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()
Di810_dma.c191 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()
Dvia_mm.h38 void *virtual; member
/linux-2.4.37.9/arch/arm/mm/
Dmm-armv.c234 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/
Dr128_bufs.c230 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()
Dradeon_bufs.c227 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()
Dmga_bufs.c532 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()
Dbufs.c471 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()
Di810_dma.c200 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/
Dcachetlb.txt24 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 …]
Dserial-console.txt16 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.
DLVM-HOWTO6 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/
Dhighmem.c75 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/
DSBC8260_memory_mapping.txt95 - 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/
DREADME.mm34 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/
Ddebugging8 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/
DConfig.in7 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/
Dsmp.c760 __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/
Ddebug-armv.S111 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/
Dohci.txt14 * 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/
Dsleep.S43 @ 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/
Dsbus.c24 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/
Dmap.h13 unsigned long virtual; member
/linux-2.4.37.9/Documentation/x86_64/
Dmm.txt3 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/
Dinode-alloc.txt12 a) once we'll split the thing into several virtual filesystems we

12345