Changeset 17af882 in mainline for kernel/arch/amd64/include/arch/mm/km.h
- Timestamp:
- 2014-06-16T11:32:05Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cb32f9
- Parents:
- 334bf28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/arch/mm/km.h
r334bf28 r17af882 38 38 #include <typedefs.h> 39 39 40 #define KM_AMD64_IDENTITY_START UINT64_C(0xffff 800000000000)41 #define KM_AMD64_IDENTITY_SIZE UINT64_C(0x0000 400000000000)40 #define KM_AMD64_IDENTITY_START UINT64_C(0xffffffff80000000) 41 #define KM_AMD64_IDENTITY_SIZE UINT64_C(0x0000000080000000) 42 42 43 #define KM_AMD64_NON_IDENTITY_START UINT64_C(0xffff c00000000000)44 #define KM_AMD64_NON_IDENTITY_SIZE UINT64_C(0x0000 400000000000)43 #define KM_AMD64_NON_IDENTITY_START UINT64_C(0xffff800000000000) 44 #define KM_AMD64_NON_IDENTITY_SIZE UINT64_C(0x00007fff80000000) 45 45 46 46 extern void km_identity_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.