1. Manuals
  2. Brands
  3. Computer Equipment
  4. Server
  5. IBM
  6. Computer Equipment
  7. Server

IBM 10 SP1 EAL4 - page 116

1 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 246
Download on canonical page 246 pages, 2.94 Mb
Page address translation begins with a check to see if the effective segment ID, corresponding to the effective
address, exists in the Segment Lookaside Buffer (SLB). The SLB provides a mapping between Effective
Segment Ids (ESIDs) and Virtual Segment Ids (VSIDs). If the SLB search fails, a segment fault occurs. This
is an Instruction Segment exception or a data segment exception, depending on whether the effective address
is for an instruction fetch or for a data access. The Segment Table Entry (STE) is then located with the
Address Space Register and the segment table.
Page-level access control uses a key bit from Segment Table Entry (STE), along with the Page Protection
(PP) bits from the Page Table Entry, to determine whether supervisor and user programs can access a page.
Page access permissions are granular to no access, read only access, and read-write access. The key bit is
calculated from the Machine State Register PR bit and Kp and Ks bits from the Segment Table Entry, as
follows:
Key = (Kp & MSR[PR]) | (Ks & ~MSR[PR])
That is, in supervisor mode, use the Ks bit from the STE and ignore the Kp bit. In user mode, use the Kp bit
and ignore the Ks bit.
The following diagram schematically describes the Page Address Translation mechanism and the access
control performed by it.
104
MENU

Models

Contents