Rev 3862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3862 | Rev 3863 | ||
---|---|---|---|
Line 67... | Line 67... | ||
67 | 67 | ||
68 | /* offset of the target address within the TTE Data entry */ |
68 | /* offset of the target address within the TTE Data entry */ |
69 | #define TTE_DATA_TADDR_OFFSET 13 |
69 | #define TTE_DATA_TADDR_OFFSET 13 |
70 | 70 | ||
71 | .macro FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER |
71 | .macro FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER |
- | 72 | PREEMPTIBLE_HANDLER fast_instruction_access_mmu_miss |
|
72 | .endm |
73 | .endm |
73 | 74 | ||
74 | /* |
75 | /* |
75 | * Handler of the Fast Data Access MMU Miss trap. If the trap occurred in the kernel |
76 | * Handler of the Fast Data Access MMU Miss trap. If the trap occurred in the kernel |
76 | * (context 0), an identity mapping (with displacement) is installed. Otherwise |
77 | * (context 0), an identity mapping (with displacement) is installed. Otherwise |