Changeset 7f1c620 in mainline for genarch/include/mm/page_ht.h
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/mm/page_ht.h
r991779c5 r7f1c620 67 67 link_t link; /**< Page hash table link. */ 68 68 as_t *as; /**< Address space. */ 69 __addresspage; /**< Virtual memory page. */70 __addressframe; /**< Physical memory frame. */69 uintptr_t page; /**< Virtual memory page. */ 70 uintptr_t frame; /**< Physical memory frame. */ 71 71 unsigned g : 1; /**< Global page. */ 72 72 unsigned x : 1; /**< Execute. */
Note:
See TracChangeset
for help on using the changeset viewer.