Searched full:builtin (Results 1 – 25 of 73) sorted by relevance
123
/qemu/backends/ |
H A D | cryptodev-builtin.c | 38 #define TYPE_CRYPTODEV_BACKEND_BUILTIN "cryptodev-backend-builtin" 85 "Only support one queue in cryptdov-builtin backend"); in cryptodev_builtin_init() 116 CryptoDevBackendBuiltin *builtin) in cryptodev_builtin_get_unused_session_index() argument 121 if (builtin->sessions[i] == NULL) { in cryptodev_builtin_get_unused_session_index() 217 CryptoDevBackendBuiltin *builtin, in cryptodev_builtin_create_cipher_session() argument 232 index = cryptodev_builtin_get_unused_session_index(builtin); in cryptodev_builtin_create_cipher_session() 303 builtin->sessions[index] = sess; in cryptodev_builtin_create_cipher_session() 309 CryptoDevBackendBuiltin *builtin, in cryptodev_builtin_create_akcipher_session() argument 349 index = cryptodev_builtin_get_unused_session_index(builtin); in cryptodev_builtin_create_akcipher_session() 365 builtin->sessions[index] = sess; in cryptodev_builtin_create_akcipher_session() [all …]
|
H A D | meson.build | 2 'cryptodev-builtin.c', 7 'rng-builtin.c',
|
H A D | rng-builtin.c | 2 * QEMU Builtin Random Number Generator Backend
|
/qemu/tests/ |
H A D | meson.build | 5 'qapi-builtin-types.c', 6 'qapi-builtin-types.h', 7 'qapi-builtin-visit.c', 8 'qapi-builtin-visit.h',
|
/qemu/qapi/ |
H A D | meson.build | 89 'qapi-builtin-types.c', 'qapi-builtin-visit.c', 90 'qapi-builtin-types.h', 'qapi-builtin-visit.h',
|
H A D | cryptodev.json | 50 # @builtin: the QEMU builtin support 59 'data': ['builtin', 'vhost-user', 'lkcf']}
|
H A D | introspect.json | 60 # @builtin: a predefined type such as 'int' or 'bool'. 77 'data': [ 'builtin', 'enum', 'array', 'object', 'alternate', 103 'builtin': 'SchemaInfoBuiltin', 114 # Additional SchemaInfo members for meta-type 'builtin'.
|
/qemu/include/qemu/ |
H A D | host-utils.h | 133 * Returns 8 if the value is zero. Note that the GCC builtin is 136 * Note that the GCC builtin will upcast its argument to an `unsigned int` 148 * Returns 16 if the value is zero. Note that the GCC builtin is 151 * Note that the GCC builtin will upcast its argument to an `unsigned int` 163 * Returns 32 if the value is zero. Note that the GCC builtin is 186 * Returns 64 if the value is zero. Note that the GCC builtin is 209 * Returns 8 if the value is zero. Note that the GCC builtin is 221 * Returns 16 if the value is zero. Note that the GCC builtin is 233 * Returns 32 if the value is zero. Note that the GCC builtin is 256 * Returns 64 if the value is zero. Note that the GCC builtin is
|
/qemu/scripts/qapi/ |
H A D | types.py | 292 #include "qapi/qapi-builtin-types.h" 293 #include "qapi/qapi-builtin-visit.h" 312 #include "qapi/qapi-builtin-types.h" 353 # Nothing to do for the special empty builtin
|
H A D | visit.py | 344 #include "qapi/qapi-builtin-visit.h" 348 #include "qapi/qapi-builtin-types.h" 363 #include "qapi/qapi-builtin-visit.h" 397 # Nothing to do for the special empty builtin
|
/qemu/tests/qapi-schema/ |
H A D | empty.out | 1 module ./builtin
|
H A D | comments.out | 1 module ./builtin
|
H A D | alternate-array.out | 1 module ./builtin
|
H A D | include-simple.out | 1 module ./builtin
|
H A D | indented-expr.out | 1 module ./builtin
|
H A D | include-repetition.out | 1 module ./builtin
|
/qemu/tests/tcg/multiarch/system/ |
H A D | hello.c | 4 * We don't have the benefit of libc, just builtin C primitives and
|
H A D | interrupt.c | 6 * We don't have the benefit of libc, just builtin C primitives and
|
/qemu/include/standard-headers/asm-m68k/ |
H A D | bootinfo-mac.h | 46 #define BI_MAC_ETHTYPE 0x801d /* Mac builtin ethernet type (Sonic, MACE */ 47 #define BI_MAC_ETHBASE 0x801e /* Mac builtin ethernet base address */
|
/qemu/qga/ |
H A D | commands-common-ssh.h | 6 #include "qapi/qapi-builtin-types.h"
|
/qemu/tests/multiboot/ |
H A D | Makefile | 2 CCFLAGS=-m32 -Wall -Wextra -Werror -fno-stack-protector -nostdinc -fno-builtin
|
/qemu/docs/ |
H A D | conf.py | 212 # a list of builtin themes. 236 # relative to this directory. They are copied after the builtin static files, 237 # so a file named "default.css" will overwrite the builtin "default.css".
|
/qemu/linux-user/ |
H A D | strace.h | 2 * strace.h: prototypes for linux-user builtin strace handling
|
/qemu/include/migration/ |
H A D | snapshot.h | 18 #include "qapi/qapi-builtin-types.h"
|
/qemu/include/system/ |
H A D | rng.h | 23 #define TYPE_RNG_BUILTIN "rng-builtin"
|
123