Lines Matching full:storage
95 * guest: set storage key of page_store_prot to 1
96 * storage key of page_fetch_prot to 9 and enable
101 /* access key 0 matches any storage key -> RW */
103 /* access key matches storage key -> RW */
107 /* access key 0 matches any storage key -> RW */
109 /* access key matches storage key -> RW */
117 * guest: set storage key of page 0 to 9 and enable fetch protection
127 * host: enable storage protection override
129 /* mismatched keys, but override applies (storage key 9) -> RW */
133 /* mismatched keys, but override applies (storage key 9) -> RW */
181 /* Storage-protection override */ in guest_code()