Rev 1745 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1745 | Rev 1780 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | * |
68 | * |
69 | * @param asid This parameter is ignored as the architecture doesn't support it. |
69 | * @param asid This parameter is ignored as the architecture doesn't support it. |
70 | * @param page Address of the first page whose entry is to be invalidated. |
70 | * @param page Address of the first page whose entry is to be invalidated. |
71 | * @param cnt Number of entries to invalidate. |
71 | * @param cnt Number of entries to invalidate. |
72 | */ |
72 | */ |
73 | void tlb_invalidate_pages(asid_t asid, __address page, count_t cnt) |
73 | void tlb_invalidate_pages(asid_t asid, uintptr_t page, count_t cnt) |
74 | { |
74 | { |
75 | tlb_invalidate_all(); |
75 | tlb_invalidate_all(); |
76 | } |
76 | } |
77 | 77 | ||
78 | 78 |