Home
last modified time | relevance | path

Searched refs:result (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvcpuid.c197 int32_t result = 0; in set_vcpuid_sgx() local
208 if (result == 0) { in set_vcpuid_sgx()
233 return result; in set_vcpuid_sgx()
357 int32_t result; in set_vcpuid_vcat_10h() local
375 return result; in set_vcpuid_vcat_10h()
420 return result; in set_vcpuid_cache()
507 return result; in set_vcpuid_extfeat()
542 int32_t result; in set_vcpuid_extended_function() local
594 return result; in set_vcpuid_extended_function()
637 int32_t result; in set_vcpuid_entries() local
[all …]
A Dinstr_emul.c1219 uint64_t result, rflags2, val1, val2; in emulate_test() local
1250 result = val1 & val2; in emulate_test()
1271 rflags2 = getcc(size, result, 0UL); in emulate_test()
1307 result = val1 & val2; in emulate_and()
1333 vie_mmio_write(vcpu, result); in emulate_and()
1354 rflags2 = getcc(size, result, 0UL); in emulate_and()
1399 vie_mmio_write(vcpu, result); in emulate_or()
1417 result = val1 | val2; in emulate_or()
1418 result &= size2mask[size]; in emulate_or()
1420 vie_mmio_write(vcpu, result); in emulate_or()
[all …]
A Dnested.c535 void nested_vmx_result(enum VMXResult result, int error_number) in nested_vmx_result() argument
542 if (result == VMfailValid) { in nested_vmx_result()
545 } else if (result == VMfailInvalid) { in nested_vmx_result()
551 if (result != VMsucceed) { in nested_vmx_result()
552 pr_err("VMX failed: %d/%d", result, error_number); in nested_vmx_result()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog410 (server-side). Could result in application crash, but only if an ALPN
653 Could result in DoS (application crash) or information leak
681 reflect bad EC curves within verification result.
685 a negative MPI. Previously the result was always negative. Found by Guido
746 characters after the footer could result in the execution of an infinite
1113 result trying to unlock an unlocked mutex on invalid input (found by
1890 prototypes for the RSA sign and verify functions changed as a result
2078 * Fixed memory leak in RSA as a result of introduction of blinding
2621 identical interface (returning int32_t result values)

Completed in 15 milliseconds