summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/virtaddr.h
Commit message (Collapse)AuthorAgeFilesLines
* [uaccess] Formalise the uaccess APIMichael Brown2008-10-131-74/+0Star
| | | | | | The userptr_t is now the fundamental type that gets used for conversions. For example, virt_to_phys() is implemented in terms of virt_to_user() and user_to_phys().
* [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O APIMichael Brown2008-10-121-12/+0Star
|
* [i386] Remove obsolete functions from virtaddr.hMichael Brown2008-10-121-21/+2Star
| | | | | | | The copy_{to,from}_phys() functions were obsoleted long ago by copy_{to,from}_user(). relocate_to() also disappeared some time ago.
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-021-6/+11
| | | | | advantage of the fact that we have to have a permanently-resident block in base memory.
* Add a const to avoid a warningMichael Brown2005-05-191-1/+2
|
* Added copy_phys_to_physMichael Brown2005-05-171-0/+5
|
* Include string.h, because we need to define copy_{to,from}_physMichael Brown2005-05-091-0/+1
|
* Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines.Michael Brown2005-05-091-0/+8
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+85