Changes in kernel/arch/mips32/src/mm/tlb.c [a000878c:8f80c77] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/tlb.c
ra000878c r8f80c77 353 353 /** Try to find PTE for faulting address. 354 354 * 355 * The AS->lock must be held on entry to this function.356 *357 355 * @param badvaddr Faulting virtual address. 358 356 * @param access Access mode that caused the fault. … … 369 367 entry_hi_t hi; 370 368 pte_t *pte; 369 370 ASSERT(mutex_locked(&AS->lock)); 371 371 372 372 hi.value = cp0_entry_hi_read();
Note:
See TracChangeset
for help on using the changeset viewer.