Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 133) sorted by relevance

123456

/linux-2.4.37.9/Documentation/arm/
DMEMC10 Updates all MEMC caches on all processes. Update the real MEMC
15 `current' task, then update the real MEMC as well.
20 includes this, then update the real MEMC as well.
26 real MEMC as well.
37 update the real MEMC as well. (should equate to a possible
44 is `mm', then update the real MEMC as well. (should again equate
50 is `mm', update the real MEMC as well.
53 Rebuild the MEMC mappings for all mm_structs, including the real
/linux-2.4.37.9/Documentation/i386/
Dboot.txt12 real-mode DOS as a mainstream operating system.
47 | Stack/heap/cmdline | For use by the kernel real-mode code.
49 | Kernel setup | The kernel real-mode code.
66 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
96 real-mode code (boot sector and setup code) and then examine the
97 following header at offset 0x01f1. The real-mode code can total up to
133 real value is 4.
187 When using protocol 2.00 or 2.01, if the real mode
191 addition to the real-mode kernel itself.
245 real-mode kernel).
[all …]
/linux-2.4.37.9/Documentation/parisc/
Ddebugging7 A lot of the assembly code currently runs in real mode, which means
16 When real-mode code tries to access non-existent memory, you'll get
20 the I/O range); the System Responder address is the address real-mode
25 get translated to a physical address before real-mode code tried to
D00-INDEX6 - some debugging hints for real-mode code
Dregisters59 C (code address translation) 1, 0 while executing real-mode code
68 D (Data address translation) 1, 0 while executing real-mode code
/linux-2.4.37.9/drivers/parport/
Ddaisy.c72 static struct parport *clone_parport (struct parport *real, int muxport) in clone_parport() argument
74 struct parport *extra = parport_register_port (real->base, in clone_parport()
75 real->irq, in clone_parport()
76 real->dma, in clone_parport()
77 real->ops); in clone_parport()
79 extra->portnum = real->portnum; in clone_parport()
80 extra->physport = real; in clone_parport()
/linux-2.4.37.9/arch/i386/boot/compressed/
Dhead.S69 pushl %esi # real mode pointer as second arg
75 popl %esi # real mode pointer
97 popl %ebx # real mode pointer
/linux-2.4.37.9/fs/umsdos/
Ddir.c613 int real) in umsdos_lookup_dentry() argument
626 result = real ? in umsdos_lookup_dentry()
726 int real; in umsdos_solve_hlink() local
732 real = 1; in umsdos_solve_hlink()
736 real = 0; in umsdos_solve_hlink()
742 dir->d_parent->d_name.name, dir->d_name.name, start, real); in umsdos_solve_hlink()
744 dentry_dst = umsdos_lookup_dentry(dir, start, len, real); in umsdos_solve_hlink()
746 if (real) in umsdos_solve_hlink()
/linux-2.4.37.9/fs/hfs/
DTODO24 2. Keep a real cache of bnodes, rather than just a hash table of
26 3. Keep a real cache of extent records, rather than just a linked
42 solution is a real performance killer and is not worth implementing.
/linux-2.4.37.9/drivers/char/agp/
Dagpgart_be.c3184 unsigned long *real; member
3199 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in amd_create_page_map()
3200 if (page_map->real == NULL) { in amd_create_page_map()
3203 SetPageReserved(virt_to_page(page_map->real)); in amd_create_page_map()
3206 err = change_page_attr(virt_to_page(page_map->real), 1, PAGE_KERNEL_NOCACHE); in amd_create_page_map()
3209 page_map->remapped = ioremap_nocache(virt_to_phys(page_map->real), in amd_create_page_map()
3212 ClearPageReserved(virt_to_page(page_map->real)); in amd_create_page_map()
3213 free_page((unsigned long) page_map->real); in amd_create_page_map()
3214 page_map->real = NULL; in amd_create_page_map()
3230 change_page_attr(virt_to_page(page_map->real), 1, PAGE_KERNEL); in amd_free_page_map()
[all …]
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S73 pushl %esi # real mode pointer as second arg
101 addl $4,%esp # real mode pointer
/linux-2.4.37.9/arch/mips/baget/
DbagetIRQ.S63 lw t1, DBE_HANDLER(t0) # save real handler
85 sw t1, DBE_HANDLER(t0) # restore real handler
/linux-2.4.37.9/include/linux/
Datm_zatm.h42 struct timeval real; /* real (wall-clock) time */ member
/linux-2.4.37.9/arch/m68k/fpsp040/
Dx_operr.S286 | to d0 for write out. If not, it is a real operr, and set d0.
296 movel #1,%d0 |signal real operr
299 clrl %d0 |signal no real operr
325 | real inex handler.
/linux-2.4.37.9/Documentation/
DIO-mapping.txt18 Essentially, the three ways of addressing memory are (this is "real memory",
43 0-2 GB "real memory"
127 only talks about "real memory", that is, CPU memory (RAM).
138 conceptually in the same memory space as "real memory" at all, so you cannot
194 And the above sounds worse than it really is. Most real drivers really
Dinitrd.txt34 5) linuxrc mounts the "real" root file system
191 and proceeds with starting the Linux system on the "real" root device.
263 2) /linuxrc determines what is needed to (1) mount the "real" root FS
313 It works by mounting the "real" root device (i.e. the one set with rdev
321 the real root file system, not the initrd environment.)
323 If /proc is mounted, the "real" root device can be changed from within
325 file /proc/sys/kernel/real-root-dev, e.g.
327 # echo 0x301 >/proc/sys/kernel/real-root-dev
/linux-2.4.37.9/arch/ppc64/kernel/
DpacaData.c44 real: (asrr), /* Real pointer to segment table */ \
/linux-2.4.37.9/drivers/sbus/char/
DConfig.in4 tristate 'Mostek real time clock support' CONFIG_SUN_MOSTEK_RTC
/linux-2.4.37.9/Documentation/i2c/
Dfunctionality49 emulated by a real I2C adapter (using
104 /* Now we can do the real detection */
Dten-bit-addresses19 As soon as a real 10 bit address device is spotted 'in the wild', we
/linux-2.4.37.9/fs/jffs2/
DTODO9 - make the scan code populate real inodes so read_inode just after
/linux-2.4.37.9/Documentation/networking/
Dalias.txt33 Aliases are not real devices, but programs should be able to configure and
/linux-2.4.37.9/Documentation/filesystems/
Dxfs.txt59 Use an external log (metadata journal) and/or real-time device.
61 section, and a real-time section. The real-time section is
/linux-2.4.37.9/Documentation/sound/
DESS16 little testprogram that shows that is works, haven't seen a real program that
/linux-2.4.37.9/net/802/
DTODO21 awaiting-transmit-queue (atq). The real difficulty is coding a test

123456