Changes in kernel/arch/mips32/src/mm/tlb.c [8f80c77:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/tlb.c
r8f80c77 ra000878c 353 353 /** Try to find PTE for faulting address. 354 354 * 355 * The AS->lock must be held on entry to this function. 356 * 355 357 * @param badvaddr Faulting virtual address. 356 358 * @param access Access mode that caused the fault. … … 367 369 entry_hi_t hi; 368 370 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.