Rev 727 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 727 | Rev 730 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | void tlb_invalidate_asid(asid_t asid) |
44 | void tlb_invalidate_asid(asid_t asid) |
| 45 | { |
45 | { |
| 46 | tlb_invalidate_all(); |
46 | tlb_invalidate_all(); |
| 47 | } |
47 | } |
| 48 | 48 | ||
| 49 | /** Invalidate TLB entry for specified page range belonging to specified address space. |
49 | /** Invalidate TLB entries for specified page range belonging to specified address space. |
| 50 | * |
50 | * |
| 51 | * @param asid This parameter is ignored as the architecture doesn't support it. |
51 | * @param asid This parameter is ignored as the architecture doesn't support it. |
| 52 | * @param page Address of the first page whose entry is to be invalidated. |
52 | * @param page Address of the first page whose entry is to be invalidated. |
| 53 | * @param cnt Number of entries to invalidate. |
53 | * @param cnt Number of entries to invalidate. |
| 54 | */ |
54 | */ |