Changeset 6f878b7 in mainline for arch/amd64/include/mm/page.h
- Timestamp:
- 2005-08-30T15:06:03Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9387ea
- Parents:
- 1e9a463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/page.h
r1e9a463 r6f878b7 33 33 #include <arch/mm/frame.h> 34 34 #include <arch/types.h> 35 #include <arch/mm/ptl.h> 35 36 36 37 #define PAGE_SIZE FRAME_SIZE 37 38 #define KA2PA(x) (((__address) (x)) + 0x80000000)39 #define PA2KA(x) (((__address) (x)) - 0x80000000)40 38 41 39 #define PTL0_INDEX_ARCH(vaddr) 0
Note:
See TracChangeset
for help on using the changeset viewer.