Changeset edebc15c in mainline for kernel/arch/mips32/include/mm/tlb.h
- Timestamp:
- 2008-07-27T03:50:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4541ae4
- Parents:
- 5e8ddf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/tlb.h
r5e8ddf5 redebc15c 36 36 #define KERN_mips32_TLB_H_ 37 37 38 #include <arch/types.h> 39 #include <typedefs.h> 40 #include <arch/mm/asid.h> 38 41 #include <arch/exception.h> 39 42 … … 47 50 #define TLB_KSTACK_WIRED_INDEX 0 48 51 49 #define TLB_PAGE_MASK_16K (0x3 <<13)52 #define TLB_PAGE_MASK_16K (0x3 << 13) 50 53 51 54 #define PAGE_UNCACHED 2 … … 160 163 extern void tlb_refill(istate_t *istate); 161 164 extern void tlb_modified(istate_t *istate); 165 extern void tlb_prepare_entry_lo(entry_lo_t *lo, bool g, bool v, bool d, bool cacheable, uintptr_t pfn); 166 extern void tlb_prepare_entry_hi(entry_hi_t *hi, asid_t asid, uintptr_t addr); 162 167 163 168 #endif
Note:
See TracChangeset
for help on using the changeset viewer.