지난일들/SPARC

SPARC 메모리 구조 - context

바위맨 2013. 8. 29. 23:30
반응형

Context


- context switch의 속도를 빠르게 하기위해서 context number를 사용한다. 

- context num은 memory의 context table상에서 page table계층구조의 root를 찾는데 사용된다.

- context table의 크기는 실행과 무관핟. 


Page Table Descriptors(PTD)

- PTD는 page table의 물리주소를 가지고있다. 

- 다음 그림은 Level-1/2의 구조를 보여주고 있다.


 PTP
(Page Table Pointer)

 the PTP appears on bits 35 through 6 of the physical address bus during miss processing

 ET
(Entry Type)

 




반응형