sequential (62) fields

https://kamchihau.blogspot.com/2022/11/if-you-shift-your-crime-to-third-party.html

.

Ref: https://kamchihau.blogspot.com/2022/11/if-you-shift-your-crime-to-third-party.html 







Me: R1,2,3,4 are registers. . They can't send anything to each other directly. . They must go through the Cache. . I assume there 're 6 fields inside a block of a cache. . They are 

1) Subject (1st round being checked), 

2) Role (2nd round being set), 

3) Interrupt status (2nd round being set),

4) Value type (1st round being checked), 

5) Object (2nd round being set)

6) register value (2nd round being set), 

.

John: The checking is done once. . Later on, we don't need to check anymore, we directly do the setting . 

Me: It is correct. . However, suddenly, the requirement of the Cache change into it.

.

1) Subject (1st round being checked), 

2) Role (2nd round being set), 

3) Interrupt status (2nd round being set),

4) Value type (1st round being checked), 

5) Object (2nd round being set)

6) register value (1st round being checked), 

.

John: Now, the field of the value of the register change from being set into being checked. . .Then, you must go through the first round checking again.