Home
last modified time | relevance | path

Searched refs:low (Results 1 – 6 of 6) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvcat.c154 uint16_t low = ffs64(max_pcbm); in vcat_get_max_vcbm() local
157 return max_pcbm >> low; in vcat_get_max_vcbm()
170 uint16_t low = ffs64(max_pcbm); in vcat_pcbm_to_vcbm() local
173 return (pcbm & max_pcbm) >> low; in vcat_pcbm_to_vcbm()
228 uint16_t low = ffs64(max_pcbm); in vcbm_to_pcbm() local
230 return vcbm << low; in vcbm_to_pcbm()
294 uint16_t low = ffs64(bitmask); in is_contiguous() local
297 if (((2UL << high) - (1UL << low)) == bitmask) { in is_contiguous()
/hypervisor/lib/
A Dsprintf.c353 nv.dwords.low = v.dwords.low; in print_decimal()
361 *pos = (char)(nv.dwords.low % 10U) + '0'; in print_decimal()
362 nv.dwords.low = nv.dwords.low / 10U; in print_decimal()
363 } while (nv.dwords.low != 0U); in print_decimal()
/hypervisor/include/lib/
A Drtl.h14 uint32_t low; member
/hypervisor/lib/crypto/mbedtls/
A Dsha256.c312 uint32_t high, low; in mbedtls_sha256_finish_ret() local
342 low = (ctx->total[0] << 3); in mbedtls_sha256_finish_ret()
345 put_unint32_be(low, ctx->buffer, 60); in mbedtls_sha256_finish_ret()
A DChangeLog1547 * Add example config.h for PSK with CCM, optimized for low RAM usage.
1683 * Potential buffer overwrite in pem_write_buffer() because of low length
/hypervisor/arch/x86/
A Dvtd.c797 static void fault_record_analysis(__unused uint64_t low, uint64_t high) in fault_record_analysis() argument
806 dmar_bdf.bits.b, dmar_bdf.bits.d, dmar_bdf.bits.f, low); in fault_record_analysis()

Completed in 19 milliseconds