Lines Matching refs:amr2
44 unsigned long amr2;
97 info->amr2 |= 3ul << pkeyshift(pkey2);
102 info->invalid_amr = info->amr2 | (~0x0UL & ~info->expected_uamor);
142 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
158 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
175 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
198 info->amr1 = info->amr2 = regs[0];
222 ret = ptrace_write_regs(pid, NT_PPC_PKEY, &info->amr2, 1);
225 printf("%-30s AMR: %016lx\n", ptrace_write_running, info->amr2);
273 PARENT_FAIL_IF(regs[0] != info->amr2, &info->child_sync);