Home
last modified time | relevance | path

Searched full:valid (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/qemu/tests/qemu-iotests/
H A D021.out5 -1 is not a valid pattern byte
8 -1 is not a valid pattern byte
11 -1 is not a valid pattern byte
14 -1 is not a valid pattern byte
17 -1 is not a valid pattern byte
20 -1 is not a valid pattern byte
23 300 is not a valid pattern byte
26 300 is not a valid pattern byte
29 300 is not a valid pattern byte
32 300 is not a valid pattern byte
[all …]
H A D082.out57 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image
70 nocow=<bool (on/off)> - Turn off copy-on-write (valid only on btrfs)
83 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image
96 nocow=<bool (on/off)> - Turn off copy-on-write (valid only on btrfs)
109 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image
122 nocow=<bool (on/off)> - Turn off copy-on-write (valid only on btrfs)
135 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image
148 nocow=<bool (on/off)> - Turn off copy-on-write (valid only on btrfs)
161 data_file_raw=<bool (on/off)> - The external data file must stay valid as a raw image
174 nocow=<bool (on/off)> - Turn off copy-on-write (valid only on btrfs)
[all …]
H A D08480 echo "Test 3: Size valid (64M), but Blocks In Image too small (63)"
90 echo "Test 4: Size valid (64M), but Blocks In Image exceeds max allowed"
99 echo "Test 5: Valid Image: 64MB, Blocks In Image 64, Block Size 1MB"
100 poke_file "$TEST_IMG" "$bii_offset" "\x40\x00\x00\x00" # reset bii to valid
101 poke_file "$TEST_IMG" "$bs_offset" "\x00\x00\x10\x00" # valid
H A Dqcow2.py48 print("'%s' is not a valid number" % value)
65 print("'%s' is not a valid magic number" % magic)
83 print("'%s' is not a valid magic number" % magic)
107 print("'%s' is not a valid bit number in range [0, 64)" % bit)
118 print("'%s' is not a valid group, try "
H A D084.out29 Test 3: Size valid (64M), but Blocks In Image too small (63)
32 Test 4: Size valid (64M), but Blocks In Image exceeds max allowed
35 Test 5: Valid Image: 64MB, Blocks In Image 64, Block Size 1MB
H A D282.out5 qemu-img: vol.img: Data from secret sec0 is not valid UTF-8
9 qemu-img: vol.img: Data from secret sec0 is not valid UTF-8
/qemu/hw/intc/
H A Darm_gicv3_its.c45 bool valid; member
51 bool valid; member
56 bool valid; member
65 bool valid; member
138 * If the L1 table entry is marked not valid, we return -1 with in table_entry_addr()
176 * successfully determining that there is no valid CTE for this index),
188 /* No L2 table entry, i.e. no valid CTE, or a memory error */ in get_cte()
189 cte->valid = false; in get_cte()
197 cte->valid = FIELD_EX64(cteval, CTE, VALID); in get_cte()
203 trace_gicv3_its_cte_read(icid, cte->valid, cte->rdbase); in get_cte()
[all …]
H A Dtrace-events201 gicv3_its_cmd_mapd(uint32_t devid, uint32_t size, uint64_t ittaddr, int valid) "GICv3 ITS: command …
202 gicv3_its_cmd_mapc(uint32_t icid, uint64_t rdbase, int valid) "GICv3 ITS: command MAPC ICID 0x%x RD…
211 gicv3_its_cmd_vmapp(uint32_t vpeid, uint64_t rdbase, int valid, uint64_t vptaddr, uint32_t vptsize)…
217 …icv3_its_cte_read(uint32_t icid, int valid, uint32_t rdbase) "GICv3 ITS: Collection Table read for…
218 …cv3_its_cte_write(uint32_t icid, int valid, uint32_t rdbase) "GICv3 ITS: Collection Table write fo…
220valid, int inttype, uint32_t intid, uint32_t icid, uint32_t vpeid, uint32_t doorbell) "GICv3 ITS: …
222valid, int inttype, uint32_t intid, uint32_t icid, uint32_t vpeid, uint32_t doorbell) "GICv3 ITS: …
223 …dte_read(uint32_t devid, int valid, uint32_t size, uint64_t ittaddr) "GICv3 ITS: Device Table read…
224 …te_write(uint32_t devid, int valid, uint32_t size, uint64_t ittaddr) "GICv3 ITS: Device Table writ…
226 …d(uint32_t vpeid, int valid, uint32_t vptsize, uint64_t vptaddr, uint32_t rdbase) "GICv3 ITS: vPE …
[all …]
/qemu/hw/tpm/
H A Dtpm_spapr.c38 uint8_t valid; /* 0x80: cmd; 0xc0: init crq */ member
50 /* msg types for valid = SPAPR_VTPM_VALID_INIT_CRQ */
54 /* msg types for valid = SPAPR_VTPM_VALID_CMD */
137 uint8_t valid = crq_data[0]; in tpm_spapr_do_crq() local
140 trace_tpm_spapr_do_crq(valid, msg); in tpm_spapr_do_crq()
142 switch (valid) { in tpm_spapr_do_crq()
150 local_crq.valid = SPAPR_VTPM_VALID_INIT_CRQ_COMMAND; in tpm_spapr_do_crq()
158 local_crq.valid = SPAPR_VTPM_VALID_INIT_CRQ_COMMAND; in tpm_spapr_do_crq()
177 crq->valid = be16_to_cpu(0); in tpm_spapr_do_crq()
179 local_crq.valid = SPAPR_VTPM_MSG_RESULT; in tpm_spapr_do_crq()
[all …]
/qemu/bsd-user/
H A Dsignal-common.h49 * union in target_siginfo is valid. This only applies between
66 #define QEMU_SI_NOINFO 0 /* nothing other than si_signo valid */
67 #define QEMU_SI_FAULT 1 /* _fault is valid in _reason */
68 #define QEMU_SI_TIMER 2 /* _timer is valid in _reason */
69 #define QEMU_SI_MESGQ 3 /* _mesgq is valid in _reason */
70 #define QEMU_SI_POLL 4 /* _poll is valid in _reason */
72 #define QEMU_SI_CAPSICUM 5 /* _capsicum is valid in _reason */
/qemu/target/openrisc/
H A Dmmu.c46 int right, match, valid; in get_phys_mmu() local
63 /* Check if either of the entries is valid. */ in get_phys_mmu()
64 valid = imr & 1 ? PAGE_EXEC : 0; in get_phys_mmu()
65 valid |= dmr & 1 ? PAGE_READ | PAGE_WRITE : 0; in get_phys_mmu()
66 valid &= match; in get_phys_mmu()
72 right &= valid; in get_phys_mmu()
82 "MMU lookup: need %d match %d valid %d right %d -> %s\n", in get_phys_mmu()
83 need, match, valid, right, (need & right) ? "OK" : "FAIL"); in get_phys_mmu()
91 if (need & valid) { in get_phys_mmu()
/qemu/scripts/qapi/
H A Dexpr.py70 Ensure that ``name`` is a valid QAPI name.
72 A valid name consists of ASCII letters, digits, ``-``, and ``_``,
77 A valid name cannot start with ``q_``, which is reserved.
84 :return: The stem of the valid name, with no prefixes.
96 Ensure that ``name`` is a valid event name.
98 This means it must be a valid QAPI name as checked by
118 Ensure that ``name`` is a valid command or member name.
120 This means it must be a valid QAPI name as checked by
141 Ensure that ``name`` is a valid user-defined type name.
143 This means it must be a valid QAPI name as checked by
[all …]
/qemu/block/
H A Dvhdx-log.c32 bool valid; member
221 int valid = false; in vhdx_log_hdr_is_valid() local
243 /* log entries are only valid if they match the file-wide log guid in vhdx_log_hdr_is_valid()
253 valid = true; in vhdx_log_hdr_is_valid()
256 return valid; in vhdx_log_hdr_is_valid()
265 * 2. Verifying a valid signature ('zero' or 'desc' for descriptors)
273 * Returns true if valid
289 /* valid */ in vhdx_log_desc_is_valid()
293 /* valid */ in vhdx_log_desc_is_valid()
593 bool *valid, VHDXLogEntryHeader *entry) in vhdx_validate_log_entry() argument
[all …]
/qemu/rust/qemu-api/src/
H A Derror.rs148 /// `errp` must be a valid argument to `error_propagate`;
152 // SAFETY: caller guarantees errp is valid in bool_or_propagate()
163 /// `errp` must be a valid argument to `error_propagate`;
173 // SAFETY: caller guarantees errp is valid in ptr_or_propagate()
183 /// `errp` must be a valid argument to `error_propagate`;
204 /// `errp` must be a valid argument to `error_propagate`; it can be
217 // SAFETY: caller guarantees that errp and *errp are valid in propagate()
229 /// `c_error` must be `NULL` or valid; typically it was initialized
232 // SAFETY: caller guarantees c_error is valid in err_or_unit()
241 /// `c_error` must be `NULL` or point to a valid C [`struct
[all …]
/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst49 - writes to any other register are ignored until valid value is stored into it
51 On QEMU start, 'CPU selector' is initialized to a valid value, on reset it
79 It's valid only when bit 0 is set.
115 Valid values: [0 .. max_cpus)
201 #. Store 0x0 to the 'CPU selector' register, to ensure valid selector value
224 a valid state and that access to other registers won't be ignored.
234 into a valid state and exit.
/qemu/hw/misc/
H A Dbcm2835_thermal.c29 FIELD(STAT, VALID, 10, 1)
51 val = FIELD_DP32(bcm2835_thermal_temp2adc(25), STAT, VALID, true); in bcm2835_thermal_read()
85 .valid.min_access_size = 4,
86 .valid.max_access_size = 4,
H A Dpc-testdev.c78 .valid.min_access_size = 1,
79 .valid.max_access_size = 1,
112 .valid.min_access_size = 1,
113 .valid.max_access_size = 4,
142 .valid.min_access_size = 4,
143 .valid.max_access_size = 4,
H A Dslavio_misc.c151 .valid = {
181 .valid = {
211 .valid = {
249 .valid = {
286 .valid = {
314 .valid = {
359 .valid = {
401 .valid = {
/qemu/hw/ppc/
H A Dpnv_homer.c80 .valid.min_access_size = 8,
81 .valid.max_access_size = 8,
147 .valid.min_access_size = 8,
148 .valid.max_access_size = 8,
214 .valid.min_access_size = 8,
215 .valid.max_access_size = 8,
H A Dpnv_core.c113 .valid.min_access_size = 8,
114 .valid.max_access_size = 8,
176 .valid.min_access_size = 8,
177 .valid.max_access_size = 8,
295 .valid.min_access_size = 8,
296 .valid.max_access_size = 8,
554 .valid.min_access_size = 8,
555 .valid.max_access_size = 8,
595 .valid.min_access_size = 8,
596 .valid.max_access_size = 8,
[all …]
H A Dpnv_n1_chiplet.c66 .valid.min_access_size = 8,
67 .valid.max_access_size = 8,
110 .valid.min_access_size = 8,
111 .valid.max_access_size = 8,
H A Dpnv_occ.c158 .valid.min_access_size = 8,
159 .valid.max_access_size = 8,
168 .valid.min_access_size = 1,
169 .valid.max_access_size = 8,
242 .valid.min_access_size = 8,
243 .valid.max_access_size = 8,
408 * @valid: Indicates if data is valid
427 uint8_t valid; member
481 uint8_t valid; member
819 static_data.valid = 1; in occ_init_homer_memory()
[all …]
/qemu/hw/watchdog/
H A Dsbsa_gwdt.c226 .valid.min_access_size = 4,
227 .valid.max_access_size = 4,
228 .valid.unaligned = false,
235 .valid.min_access_size = 4,
236 .valid.max_access_size = 4,
237 .valid.unaligned = false,
/qemu/include/hw/riscv/
H A Dnuma.h39 * Returns: first hartid for a valid socket and -1 for an invalid socket
48 * Returns: last hartid for a valid socket and -1 for an invalid socket
57 * Returns: number of harts for a valid socket and -1 for an invalid socket
/qemu/hw/adc/
H A Daspeed_adc.c118 "bounds register %u invalid, only 0...7 valid\n", in aspeed_adc_engine_read()
126 "hysteresis register %u invalid, only 0...7 valid\n", in aspeed_adc_engine_read()
144 "data register %u invalid, only 0...3 valid\n", in aspeed_adc_engine_read()
193 "data register %u invalid, only 0...3 valid\n", in aspeed_adc_engine_write()
201 "bounds register %u invalid, only 0...7 valid\n", in aspeed_adc_engine_write()
213 "hysteresis register %u invalid, only 0...7 valid\n", in aspeed_adc_engine_write()
241 .valid = {

12345678910>>...41