- Timestamp:
- Oct 12, 2007 5:00:31 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/param.h
r4071 r5265 26 26 */ 27 27 28 /* Undefine PAGE_SIZE and PAGE_SHIFT to avoid unnecessary noice when clashing 29 with system headers. Include system headers before / after iprt depending 28 /* Undefine PAGE_SIZE and PAGE_SHIFT to avoid unnecessary noice when clashing 29 with system headers. Include system headers before / after iprt depending 30 30 on which you wish to take precedence. */ 31 31 #undef PAGE_SIZE … … 77 77 * @param pv The address to align. 78 78 * 79 * @remark Physical addresses are always masked using X86_PTE_PAE_PG_MASK! 79 * @remarks Physical addresses are always masked using X86_PTE_PAE_PG_MASK! 80 * @remarks This only works with POINTERS in the current context. 81 * Do NOT use on guest address or physical address! 80 82 */ 81 83 #define PAGE_ADDRESS(pv) ((uintptr_t)(pv) & ~(uintptr_t)0xfff)
Note:
See TracChangeset
for help on using the changeset viewer.