Searched hist:"79 f73dbc56ac58d027f33ad260c1eefbc1730935" (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/kernel/arch/ppc/ |
H A D | arch_vm.h | 79f73dbc56ac58d027f33ad260c1eefbc1730935 Wed Dec 21 12:38:31 UTC 2005 Axel Dörfler <axeld@pinc-software.de> * vm_page::offset is now called cache_offset and is now an uint32 instead of off_t; this saves 4 bytes per page. To compensate the loss of bytes, the offset is now stored in page size units, that's enough to address 2^44 or 16 TB (which is now the maximal supported file size!). * Renamed vm_page::ppn to physical_page_number.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15637 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/kernel/arch/x86/ |
H A D | arch_vm.h | 79f73dbc56ac58d027f33ad260c1eefbc1730935 Wed Dec 21 12:38:31 UTC 2005 Axel Dörfler <axeld@pinc-software.de> * vm_page::offset is now called cache_offset and is now an uint32 instead of off_t; this saves 4 bytes per page. To compensate the loss of bytes, the offset is now stored in page size units, that's enough to address 2^44 or 16 TB (which is now the maximal supported file size!). * Renamed vm_page::ppn to physical_page_number.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15637 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/cache/ |
H A D | file_cache.cpp | 79f73dbc56ac58d027f33ad260c1eefbc1730935 Wed Dec 21 12:38:31 UTC 2005 Axel Dörfler <axeld@pinc-software.de> * vm_page::offset is now called cache_offset and is now an uint32 instead of off_t; this saves 4 bytes per page. To compensate the loss of bytes, the offset is now stored in page size units, that's enough to address 2^44 or 16 TB (which is now the maximal supported file size!). * Renamed vm_page::ppn to physical_page_number.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15637 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/vm/ |
H A D | vm.cpp | 79f73dbc56ac58d027f33ad260c1eefbc1730935 Wed Dec 21 12:38:31 UTC 2005 Axel Dörfler <axeld@pinc-software.de> * vm_page::offset is now called cache_offset and is now an uint32 instead of off_t; this saves 4 bytes per page. To compensate the loss of bytes, the offset is now stored in page size units, that's enough to address 2^44 or 16 TB (which is now the maximal supported file size!). * Renamed vm_page::ppn to physical_page_number.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15637 a95241bf-73f2-0310-859d-f6bbb57e9c96
|