-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 21338 b: refs/heads/master c: 74bf431 h: refs/heads/master v: v3
- Loading branch information
David S. Miller
authored and
David S. Miller
committed
Mar 20, 2006
1 parent
488d232
commit 156725a
Showing
31 changed files
with
694 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 30d4d1ffed7098afe2641536d67eef150499da02 | ||
refs/heads/master: 74bf4312fff083ab25c3f357cc653ada7995e5f6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* DTLB ** ICACHE line 1: Context 0 check and TSB load */ | ||
ldxa [%g0] ASI_DMMU_TSB_8KB_PTR, %g1 ! Get TSB 8K pointer | ||
ldxa [%g0] ASI_DMMU, %g6 ! Get TAG TARGET | ||
srlx %g6, 48, %g5 ! Get context | ||
brz,pn %g5, kvmap_dtlb ! Context 0 processing | ||
nop ! Delay slot (fill me) | ||
ldda [%g1] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB entry | ||
nop ! Push branch to next I$ line | ||
cmp %g4, %g6 ! Compare TAG | ||
|
||
/* DTLB ** ICACHE line 2: TSB compare and TLB load */ | ||
bne,pn %xcc, tsb_miss_dtlb ! Miss | ||
mov FAULT_CODE_DTLB, %g3 | ||
stxa %g5, [%g0] ASI_DTLB_DATA_IN ! Load TLB | ||
retry ! Trap done | ||
nop | ||
nop | ||
nop | ||
nop | ||
|
||
/* DTLB ** ICACHE line 3: */ | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
|
||
/* DTLB ** ICACHE line 4: */ | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop | ||
nop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.