Rev 928 | Rev 944 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 928 | Rev 935 | ||
---|---|---|---|
Line 86... | Line 86... | ||
86 | * @param asid Address space identifier. |
86 | * @param asid Address space identifier. |
87 | */ |
87 | */ |
88 | void tlb_invalidate_asid(asid_t asid) |
88 | void tlb_invalidate_asid(asid_t asid) |
89 | { |
89 | { |
90 | /* TODO */ |
90 | /* TODO */ |
- | 91 | tlb_invalidate_all(); |
|
91 | } |
92 | } |
92 | 93 | ||
- | 94 | ||
- | 95 | void tlb_invalidate_pages(asid_t asid, __address page, count_t cnt) |
|
- | 96 | { |
|
- | 97 | ||
- | 98 | ||
- | 99 | } |
|
- | 100 | ||
- | 101 | ||
93 | /** Insert data into data translation cache. |
102 | /** Insert data into data translation cache. |
94 | * |
103 | * |
95 | * @param va Virtual page address. |
104 | * @param va Virtual page address. |
96 | * @param asid Address space identifier. |
105 | * @param asid Address space identifier. |
97 | * @param entry The rest of TLB entry as required by TLB insertion format. |
106 | * @param entry The rest of TLB entry as required by TLB insertion format. |