Lines Matching refs:ABSOLUTE
24 ABSOLUTE, enumerator
81 case ABSOLUTE: in ksmo_from_desc()
204 if (__desc.target == ABSOLUTE) \
333 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
338 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
346 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
351 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
445 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, NO_KEY); in test_copy_key()
450 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 0); in test_copy_key()
451 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key()
459 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 0); in test_copy_key()
460 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 9); in test_copy_key()
464 default_read(t.vcpu, t.vm, ABSOLUTE, t.size, 2); in test_copy_key()
687 MOP(t.vm, ABSOLUTE, CMPXCHG, &new, in test_cmpxchg_key_concurrent()
696 MOP(t.vm, ABSOLUTE, CMPXCHG, quad_to_char(&new, size), in test_cmpxchg_key_concurrent()
755 default_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key_fetch_prot()
787 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, WRITE, mem1, t.size, GADDR_V(mem1), KEY(2)); in test_errors_key()
788 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, t.size, GADDR_V(mem1), KEY(2)); in test_errors_key()
804 ERR_PROT_MOP(t.vm, ABSOLUTE, CMPXCHG, mem2, i, GADDR_V(mem2), in test_errors_cmpxchg_key()
833 MOP(t.vm, ABSOLUTE, WRITE, psw, sizeof(psw), GADDR(prefix + 464)); in test_termination()
835 MOP(t.vm, ABSOLUTE, READ, &teid, sizeof(teid), GADDR(prefix + 168)); in test_termination()
852 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, WRITE, mem1, t.size, GADDR_V(mem1), KEY(2)); in test_errors_key_storage_prot_override()
853 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, t.size, GADDR_V(mem2), KEY(2)); in test_errors_key_storage_prot_override()
962 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, 2048, GADDR(0), KEY(2)); in test_errors_key_fetch_prot_override_enabled()
963 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, 2048, GADDR_V(guest_0_page), KEY(2)); in test_errors_key_fetch_prot_override_enabled()
1017 _test_errors_common(t.vm, ABSOLUTE, t.size); in test_errors()
1059 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1), in test_errors_cmpxchg()
1065 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR((void *)~0xfffUL), in test_errors_cmpxchg()
1070 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1 + 1), in test_errors_cmpxchg()