Searched refs:got (Results 1 – 25 of 49) sorted by relevance
12
/qemu/crypto/ |
A D | random-platform.c | 81 ssize_t got = getrandom(buf, buflen, 0); in qcrypto_random_bytes() 82 if (likely(got == buflen)) { in qcrypto_random_bytes() 85 if (got >= 0) { in qcrypto_random_bytes() 86 buflen -= got; in qcrypto_random_bytes() 87 buf += got; in qcrypto_random_bytes() 97 ssize_t got = read(fd, buf, buflen); in qcrypto_random_bytes() 98 if (likely(got == buflen)) { in qcrypto_random_bytes() 101 if (got > 0) { in qcrypto_random_bytes() 102 buflen -= got; in qcrypto_random_bytes() 103 buf += got; in qcrypto_random_bytes() [all …]
|
/qemu/hw/core/ |
A D | eif.c | 92 size_t got; in read_eif_header() local 96 if (got != header_size) { in read_eif_header() 136 size_t got; in read_eif_section_header() local 192 size_t got; in read_eif_kernel() local 208 if ((uint64_t) got != size) { in read_eif_kernel() 214 if ((uint64_t) got != size) { in read_eif_kernel() 239 if ((uint64_t) got != size) { in read_eif_cmdline() 251 size_t got; in read_eif_ramdisk() local 254 if ((uint64_t) got != size) { in read_eif_ramdisk() 274 size_t got; in get_signature_fingerprint_sha384() local [all …]
|
/qemu/scripts/ |
A D | cpu-x86-uarch-abi.py | 100 got = {} variable 103 got[feature] = True 110 "features": got, 129 got = set(models[name]["features"]) variable 131 missing = want - got
|
/qemu/gdbstub/ |
A D | trace-events | 25 gdbstub_err_invalid_repeat(uint8_t ch) "got invalid RLE count: 0x%02x" 26 gdbstub_err_invalid_rle(void) "got invalid RLE sequence" 27 gdbstub_err_checksum_invalid(uint8_t ch) "got invalid command checksum digit: 0x%02x" 28 gdbstub_err_checksum_incorrect(uint8_t expected, uint8_t got) "got command packet with incorrect ch…
|
/qemu/pc-bios/vof/ |
A D | vof.lds | 41 __toc_start = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000; 42 .got : 44 *(.toc .got)
|
/qemu/tests/tcg/alpha/system/ |
A D | kernel.ld | 18 .got : { 19 *(.got)
|
/qemu/tests/tcg/loongarch64/system/ |
A D | kernel.ld | 18 .got : { 19 *(.got)
|
/qemu/io/ |
A D | channel-tls.c | 275 ssize_t got = 0; in qio_channel_tls_readv() local 285 if (got) { in qio_channel_tls_readv() 286 return got; in qio_channel_tls_readv() 293 got += ret; in qio_channel_tls_readv() 298 return got; in qio_channel_tls_readv()
|
A D | channel-websock.c | 1090 ssize_t got = 0; in qio_channel_websock_readv() local 1107 if (want > (wioc->rawinput.offset - got)) { in qio_channel_websock_readv() 1108 want = (wioc->rawinput.offset - got); in qio_channel_websock_readv() 1112 wioc->rawinput.buffer + got, in qio_channel_websock_readv() 1114 got += want; in qio_channel_websock_readv() 1121 buffer_advance(&wioc->rawinput, got); in qio_channel_websock_readv() 1123 return got; in qio_channel_websock_readv()
|
/qemu/linux-user/arm/ |
A D | vdso.ld | 49 *(.got.plt) *(.got)
|
/qemu/linux-user/i386/ |
A D | vdso.ld | 58 *(.got.plt) *(.got)
|
/qemu/linux-user/ppc/ |
A D | vdso-32.ld | 52 *(.got.plt) *(.got)
|
A D | vdso-64.ld | 50 *(.got.plt) *(.got)
|
/qemu/linux-user/x86_64/ |
A D | vdso.ld | 55 *(.got.plt) *(.got)
|
/qemu/linux-user/s390x/ |
A D | vdso.ld | 54 *(.got.plt) *(.got)
|
/qemu/linux-user/aarch64/ |
A D | vdso.ld | 54 *(.got.plt) *(.got)
|
/qemu/linux-user/loongarch64/ |
A D | vdso.ld | 55 *(.got.plt) *(.got)
|
/qemu/linux-user/riscv/ |
A D | vdso.ld | 56 *(.got.plt) *(.got)
|
/qemu/backends/tpm/ |
A D | trace-events | 22 tpm_emulator_get_tpm_established_flag(uint8_t flag) "got established flag: %d" 30 tpm_emulator_get_state_blob(uint8_t type, uint32_t size, uint32_t flags) "got state blob type %d, %…
|
/qemu/linux-user/hppa/ |
A D | vdso.ld | 59 *(.got.plt) *(.got)
|
/qemu/block/ |
A D | ssh.c | 1065 size_t got; in ssh_read() local 1082 for (got = 0; got < size; ) { in ssh_read() 1101 qemu_iovec_memset(qiov, got, 0, size - got); in ssh_read() 1109 got += r; in ssh_read() 1111 if (buf >= end_of_vec && got < size) { in ssh_read()
|
/qemu/docs/devel/testing/ |
A D | ci-jobs.rst.inc | 168 If you've got access to an aarch64 host that can be used as a gitlab-CI 174 If you've got access to an armhf host or an arch64 host that can run 181 If you've got access to an IBM Z host that can be used as a gitlab-CI
|
/qemu/authz/ |
A D | trace-events | 7 …ar *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s got identity=%s"
|
/qemu/docs/ |
A D | bypass-iommu.txt | 45 And we got: 59 And we got:
|
/qemu/semihosting/ |
A D | console.c | 35 bool got; member
|
Completed in 37 milliseconds
12