/qemu/scripts/coccinelle/ |
H A D | reset-type.cocci | 6 // SPDX-License-Identifier: GPL-2.0-or-later 25 identifier enterfn, holdfn, exitfn; 26 identifier rc; 42 identifier holdfn_assigned.holdfn; 44 identifier obj; 58 identifier enterfn, holdfn, exitfn; 59 identifier rc; 70 identifier exitfn_assigned.exitfn; 72 identifier obj; 92 identifier obj; [all …]
|
H A D | cpu-reset.cocci | 17 identifier cpu, x; 27 identifier resetfn; 29 identifier cc; 34 identifier rule1.resetfn; 35 identifier cpu, cc;
|
H A D | errp-guard.cocci | 42 identifier fn; 43 identifier _errp != errp; 72 identifier fn, local_err; 110 identifier fn, _errp, local_err, local_err2; 135 identifier fn, _errp; 183 identifier fn, local_err; 212 identifier rule1.fn, rule1.local_err, out; 251 identifier rule1.fn, rule1.local_err; 299 identifier rule1.fn, rule1.local_err; 313 identifier rule1.fn; [all …]
|
H A D | remove_local_err.cocci | 5 identifier F; 8 identifier LOCAL_ERR; 9 identifier ERRP;
|
H A D | return_directly.cocci | 3 identifier VAR; 6 identifier F;
|
H A D | qom-parent-type.cocci | 5 identifier obj_t, fld; 20 identifier match.obj_t, match.fld;
|
H A D | device-reset.cocci | 18 identifier dc, resetfn; 25 identifier dc, resetfn;
|
H A D | tcg_gen_extract.cocci | 41 identifier ret; 86 identifier match.ret; 90 identifier verify_len.extract_len;
|
/qemu/docs/devel/ |
H A D | decodetree.rst | 28 field_def := '%' identifier ( field )* ( !function=identifier )? 31 named_field := identifier ':' ( 's' ) number 90 args_def := '&' identifier ( args_elt )+ ( !extern )? 91 args_elt := identifier (':' identifier)? 95 identifier is the argument name and the second identifier is 124 fmt_def := '@' identifier ( fmt_elt )+ 127 field_elt := identifier ':' 's'? number 128 field_ref := '%' identifier | identifier '=' '%' identifier 129 args_ref := '&' identifier 149 via assignment to another identifier. This is intended to allow the [all …]
|
/qemu/include/qemu/ |
H A D | uuid.h | 48 * @node0: The spatially unique node0 identifier 49 * @node1: The spatially unique node1 identifier 50 * @node2: The spatially unique node2 identifier 51 * @node3: The spatially unique node3 identifier 52 * @node4: The spatially unique node4 identifier 53 * @node5: The spatially unique node5 identifier
|
/qemu/scripts/tracetool/format/ |
H A D | stap.py | 29 def stap_escape(identifier): argument 31 if identifier in RESERVED_WORDS: 32 return identifier + '_' 33 return identifier
|
/qemu/qapi/ |
H A D | job.json | 121 # @id: The job identifier 145 # @id: The job identifier. 162 # @id: The job identifier. 181 # @id: The job identifier. 208 # @id: The job identifier. 230 # @id: The job identifier. 251 # @id: The identifier of any job in the transaction, or of a job that 263 # @id: The job identifier
|
H A D | acpi.json | 6 # SPDX-License-Identifier: GPL-2.0-or-later 31 # @sig: table signature / identifier (4 bytes) 35 # @oem_id: OEM identifier (6 bytes) 37 # @oem_table_id: OEM table identifier (8 bytes) 41 # @asl_compiler_id: identifier of the utility that created the table
|
/qemu/hw/arm/ |
H A D | orangepi.c | 61 /* Setup SID properties. Currently using a default fixed SID identifier. */ in orangepi_init() 62 if (qemu_uuid_is_null(&h3->sid.identifier)) { in orangepi_init() 63 qdev_prop_set_string(DEVICE(h3), "identifier", in orangepi_init() 65 } else if (ldl_be_p(&h3->sid.identifier.data[0]) != 0x02c00081) { in orangepi_init() 66 warn_report("Security Identifier value does not include H3 prefix"); in orangepi_init()
|
/qemu/tests/qemu-iotests/ |
H A D | 085 | 66 # ${1}: unique identifier for the snapshot filename 76 # ${1}: unique identifier for the snapshot filename 92 # ${1}: unique identifier for the snapshot filename 105 # ${1}: unique identifier for the snapshot filename 113 # ${1}: unique identifier for the snapshot filename 121 # ${1}: unique identifier for the snapshot filename
|
/qemu/hw/misc/ |
H A D | allwinner-sid.c | 85 s->rdkey = ldl_be_p(&s->identifier.data[id]); in allwinner_sid_write() 131 DEFINE_PROP_UUID_NODEFAULT("identifier", AwSidState, identifier), 141 VMSTATE_UINT8_ARRAY_V(identifier.data, AwSidState, sizeof(QemuUUID), 1),
|
/qemu/linux-headers/linux/ |
H A D | vfio_zdev.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 63 * is a device identifier string made up of EBCDID characters. 'size' specifies 75 * This capability provides the PCI function path string, which is an identifier
|
H A D | stddef.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 22 * @NAME: The identifier name of the mirrored sub-struct
|
/qemu/trace/ |
H A D | control.h | 88 * Get the identifier of an event. 101 * @id: Event identifier name. 113 * @id: Event identifier name. 129 * @id: Event identifier.
|
/qemu/linux-headers/LICENSES/preferred/ |
H A D | GPL-2.0 | 1 Valid-License-Identifier: GPL-2.0 2 Valid-License-Identifier: GPL-2.0-only 3 Valid-License-Identifier: GPL-2.0+ 4 Valid-License-Identifier: GPL-2.0-or-later 11 SPDX-License-Identifier: GPL-2.0 13 SPDX-License-Identifier: GPL-2.0-only 15 SPDX-License-Identifier: GPL-2.0+ 17 SPDX-License-Identifier: GPL-2.0-or-later
|
H A D | BSD-2-Clause | 1 Valid-License-Identifier: BSD-2-Clause 7 SPDX-License-Identifier: BSD-2-Clause
|
H A D | BSD-3-Clause | 1 Valid-License-Identifier: BSD-3-Clause 7 SPDX-License-Identifier: BSD-3-Clause
|
/qemu/linux-headers/LICENSES/exceptions/ |
H A D | Linux-syscall-note | 1 SPDX-Exception-Identifier: Linux-syscall-note 10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
|
/qemu/include/hw/misc/ |
H A D | allwinner-sid.h | 54 /** Stores the emulated device identifier */ 55 QemuUUID identifier; member
|
/qemu/include/hw/i386/ |
H A D | nitro_enclave.h | 37 /* Enclave identifier */ 41 /* Parent instance identifier */
|