Lines Matching +full:reserved +full:- +full:memory
1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <asm/asm-offsets.h>
27 /* How much memory to allocate for the test */
38 /* Keep track of fresh memory */
52 : "memory", "cc"); in mvpg()
92 return *(uint8_t *)(lowcore.pgm_old_psw.addr - 1) == lowcore.op_acc_id; in check_oai()
103 * state, and even then, only if the move-page-and-set-key facility in test_exceptions()
124 * reserved bits, should result in a specification exception in test_exceptions()
138 /* Operands outside memory result in addressing exceptions, as usual */ in test_exceptions()
143 report(clear_pgm_int() == expected, "Second operand outside memory"); in test_exceptions()
147 report(clear_pgm_int() == expected, "First operand outside memory"); in test_exceptions()
201 /* MVPG should still succeed when the source is read-only */ in test_mmu_prot()
210 * exception should be raised; when the destination is read-only, in test_mmu_prot()