Changeset 1084a784 in mainline for arch/mips32/include/mm/tlb.h
- Timestamp:
- 2005-10-04T22:09:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 342de62
- Parents:
- 8e3f47b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/tlb.h
r8e3f47b3 r1084a784 53 53 struct entry_hi { 54 54 unsigned asid : 8; 55 unsigned : 4; 56 unsigned g : 1; 55 unsigned : 5; 57 56 unsigned vpn2 : 19; 58 57 } __attribute__ ((packed)); … … 71 70 } __attribute__ ((packed)); 72 71 73 typedef struct entry_lo pte_t;74 72 75 73 /** Read Indexed TLB Entry
Note:
See TracChangeset
for help on using the changeset viewer.