Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/tests/lcitool/
H A Drefresh44 def generate(filename, cmd, trailer): function
78 generate(filename, cmd, trailer)
84 generate(filename, cmd, trailer)
90 generate(filename, cmd, None)
97 generate(filename, cmd, trailer)
/qemu/docs/system/
H A Dtls.rst8 authentication. What follows is a description of how to generate
19 used to easily generate certificates and keys in the required format
54 # certtool --generate-privkey > ca-key.pem
56 To generate a self-signed certificate requires one core piece of
66 # certtool --generate-self-signed \
124 # certtool --generate-privkey > server-hostNNN-key.pem
125 # certtool --generate-certificate \
177 # certtool --generate-privkey > client-hostNNN-key.pem
178 # certtool --generate-certificate \
228 # certtool --generate-privkey > both-hostNNN-key.pem
[all …]
/qemu/scripts/tracetool/format/
H A Dc.py18 def generate(events, backend, group): function
65 backend.generate(event, group)
H A Dh.py18 def generate(events, backend, group): function
70 backend.generate(e, group)
H A Dust_events_c.py18 def generate(events, backend, group): function
H A Dstap.py36 def generate(events, backend, group): function
H A Dd.py32 def generate(events, backend, group): function
H A D__init__.py76 def generate(events, format, backend, group): function
H A Dsimpletrace_stap.py23 def generate(events, backend, group): function
H A Dust_events_h.py18 def generate(events, backend, group): function
/qemu/target/hexagon/
H A DREADME38 We start with scripts that generate a bunch of include files. This
57 gen_helper_<NAME> will generate a TCG call to the helper function
103 The generator checks for fGEN_TCG_<tag> macro. This allows us to generate
119 the short semantics option and #define the macros to generate TCG code. One
158 Notice that we also generate a variable named <operand>_off for each operand of
166 we don't generate them when an override is present. Here is what we generate
183 We also generate an analyze_<tag> function for each instruction. Currently,
217 The QEMU_GENERATE variable determines whether we want the macro to generate TCG
218 code. If QEMU_GENERATE is not defined, we want the macro to generate vanilla
223 The functions in this file generate TCG code for a translation block. Some
[all …]
H A Ddecode.c488 insn->generate = opcode_genptr[insn->opcode]; in decode_insns()
504 insn->generate = opcode_genptr[insn->opcode]; in decode_insns()
508 insn->generate = opcode_genptr[insn->opcode]; in decode_insns()
521 insn->generate = opcode_genptr[J2_endloop01]; in decode_add_endloop_insn()
524 insn->generate = opcode_genptr[J2_endloop1]; in decode_add_endloop_insn()
527 insn->generate = opcode_genptr[J2_endloop0]; in decode_add_endloop_insn()
H A Dinsn.h34 SemanticInsn generate; /* pointer to genptr routine */ member
/qemu/scripts/qapi/
H A Dmain.py31 def generate(schema_file: str, function
94 generate(args.schema,
/qemu/scripts/
H A Dmodinfo-generate.py35 def generate(name, lines, enabled): function
104 moddeps = generate(basename, lines, enabled)
H A Dqemu-binfmt-conf.sh198 instead generate file for systemd-binfmt.service
199 for the given CPU. If CPU is "ALL", generate a
220 The environment variable HOST_ARCH allows to override 'uname' to generate
H A Dtracetool.py134 tracetool.generate(events, arg_group, arg_format, arg_backends,
/qemu/tests/qemu-iotests/
H A Dcommon.tls120 --generate-self-signed \
149 --generate-certificate \
/qemu/tests/qapi-schema/
H A Ddoc-good.rst2 Test Sphinx manual that pulls in the test schema file. We will generate
/qemu/docs/
H A Dimage-fuzzer.txt44 The runner uses an external image fuzzer to generate test images. An image
183 6. Should generate the test image with the correct structure based on an image
186 8. Should generate a seed if it is not specified as an input parameter.
187 9. The same seed should generate the same image for the same action vector,
221 allows the fuzzer to generate the pool of all available areas can be fuzzed
/qemu/scripts/tracetool/
H A D__init__.py410 def generate(events, group, format, backends, function
449 tracetool.format.generate(events, format, backend, group)
/qemu/scripts/tracetool/backend/
H A D__init__.py118 def generate(self, event, group): member in Wrapper
/qemu/tests/tcg/i386/
H A DREADME24 test-avx.h is generate from x86.csv by test-avx.py
/qemu/docs/spin/
H A Daio_notify.promela67 // generate a request
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc5 * and so could generate a BTI TRAP before ever reaching main.

1234