Changeset 06e1e95 in mainline for kernel/arch/ia32/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/ia32/include/mm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/mm/as.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ia32_AS_H__36 #define __ia32_AS_H__35 #ifndef KERN_ia32_AS_H_ 36 #define KERN_ia32_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/ia32/include/mm/asid.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 40 40 */ 41 41 42 #ifndef __ia32_ASID_H__43 #define __ia32_ASID_H__42 #ifndef KERN_ia32_ASID_H_ 43 #define KERN_ia32_ASID_H_ 44 44 45 45 typedef int asid_t; … … 52 52 #endif 53 53 54 54 /** @} 55 55 */ 56 -
kernel/arch/ia32/include/mm/frame.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ia32_FRAME_H__36 #define __ia32_FRAME_H__35 #ifndef KERN_ia32_FRAME_H_ 36 #define KERN_ia32_FRAME_H_ 37 37 38 38 #define FRAME_WIDTH 12 /* 4K */ 39 39 #define FRAME_SIZE (1<<FRAME_WIDTH) 40 41 40 42 41 #ifdef KERNEL … … 54 53 #endif 55 54 56 55 /** @} 57 56 */ 58 -
kernel/arch/ia32/include/mm/memory_init.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef __ia32_MEMORY_INIT_H__37 #define __ia32_MEMORY_INIT_H__36 #ifndef KERN_ia32_MEMORY_INIT_H_ 37 #define KERN_ia32_MEMORY_INIT_H_ 38 38 39 39 #include <typedefs.h> … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
kernel/arch/ia32/include/mm/page.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ia32_PAGE_H__36 #define __ia32_PAGE_H__35 #ifndef KERN_ia32_PAGE_H_ 36 #define KERN_ia32_PAGE_H_ 37 37 38 38 #include <arch/mm/frame.h> … … 169 169 #endif 170 170 171 171 /** @} 172 172 */ 173 -
kernel/arch/ia32/include/mm/tlb.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ia32_TLB_H__36 #define __ia32_TLB_H__35 #ifndef KERN_ia32_TLB_H_ 36 #define KERN_ia32_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.