Changeset 06e1e95 in mainline for kernel/arch/amd64/include/mm
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- Location:
- kernel/arch/amd64/include/mm
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/as.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup amd64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __amd64_AS_H__36 #define __amd64_AS_H__35 #ifndef KERN_amd64_AS_H_ 36 #define KERN_amd64_AS_H_ 37 37 38 38 #define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH 0 … … 51 51 #endif 52 52 53 53 /** @} 54 54 */ 55 -
kernel/arch/amd64/include/mm/frame.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup amd64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __amd64_FRAME_H__36 #define __amd64_FRAME_H__35 #ifndef KERN_amd64_FRAME_H_ 36 #define KERN_amd64_FRAME_H_ 37 37 38 38 #ifndef __ASM__ … … 43 43 #define FRAME_SIZE (1<<FRAME_WIDTH) 44 44 45 46 45 #ifndef __ASM__ 47 46 extern uintptr_t last_frame; … … 51 50 #endif 52 51 53 52 /** @} 54 53 */ 55 -
kernel/arch/amd64/include/mm/page.h
re5ecc02 r06e1e95 45 45 */ 46 46 47 #ifndef __amd64_PAGE_H__48 #define __amd64_PAGE_H__47 #ifndef KERN_amd64_PAGE_H_ 48 #define KERN_amd64_PAGE_H_ 49 49 50 50 #include <arch/mm/frame.h> -
kernel/arch/amd64/include/mm/ptl.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup amd64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 36 #ifndef __amd64_PTL_H_ 37 #define __amd64_PTL_H_ 35 #ifndef KERN_amd64_PTL_H_ 36 #define KERN_amd64_PTL_H_ 38 37 39 38 #define PTL_NO_EXEC (1<<63) … … 49 48 #endif 50 49 51 50 /** @} 52 51 */ 53 -
kernel/arch/amd64/include/mm/tlb.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup amd64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __amd64_TLB_H__36 #define __amd64_TLB_H__35 #ifndef KERN_amd64_TLB_H_ 36 #define KERN_amd64_TLB_H_ 37 37 38 38 #define tlb_arch_init() … … 41 41 #endif 42 42 43 43 /** @} 44 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.