Lines Matching full:absolute

22 	ABSOLUTE,  enumerator
79 case ABSOLUTE: in ksmo_from_desc()
142 printf("ABSOLUTE, READ, "); in print_memop()
145 printf("ABSOLUTE, WRITE, "); in print_memop()
148 printf("ABSOLUTE, CMPXCHG, "); in print_memop()
202 if (__desc.target == ABSOLUTE) \
334 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
339 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
347 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
352 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
420 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, NO_KEY); in test_copy_key()
425 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 0); in test_copy_key()
426 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key()
434 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 0); in test_copy_key()
435 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 9); in test_copy_key()
439 default_read(t.vcpu, t.vm, ABSOLUTE, t.size, 2); in test_copy_key()
660 MOP(t.vm, ABSOLUTE, CMPXCHG, &new, in test_cmpxchg_key_concurrent()
669 MOP(t.vm, ABSOLUTE, CMPXCHG, quad_to_char(&new, size), in test_cmpxchg_key_concurrent()
728 default_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key_fetch_prot()
760 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, WRITE, mem1, t.size, GADDR_V(mem1), KEY(2)); in test_errors_key()
761 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, t.size, GADDR_V(mem1), KEY(2)); in test_errors_key()
777 ERR_PROT_MOP(t.vm, ABSOLUTE, CMPXCHG, mem2, i, GADDR_V(mem2), in test_errors_cmpxchg_key()
806 MOP(t.vm, ABSOLUTE, WRITE, psw, sizeof(psw), GADDR(prefix + 464)); in test_termination()
808 MOP(t.vm, ABSOLUTE, READ, &teid, sizeof(teid), GADDR(prefix + 168)); in test_termination()
825 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()
826 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()
935 CHECK_N_DO(ERR_PROT_MOP, t.vm, ABSOLUTE, READ, mem2, 2048, GADDR(0), KEY(2)); in test_errors_key_fetch_prot_override_enabled()
936 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()
990 _test_errors_common(t.vm, ABSOLUTE, t.size); in test_errors()
1032 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1), in test_errors_cmpxchg()
1038 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR((void *)~0xfffUL), in test_errors_cmpxchg()
1043 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1 + 1), in test_errors_cmpxchg()