Home
last modified time | relevance | path

Searched full:hint (Results 1 – 25 of 184) sorted by relevance

12345678

/openbmc/qemu/util/
H A Derror.c35 if (err->hint) { in error_handle()
36 error_printf("%s", err->hint->str); in error_handle()
166 if (!err->hint) { in error_append_hint()
167 err->hint = g_string_new(NULL); in error_append_hint()
170 g_string_append_vprintf(err->hint, fmt, ap); in error_append_hint()
213 if (err->hint) { in error_copy()
214 err_new->hint = g_string_new(err->hint->str); in error_copy()
233 if (err->hint) { in error_report_err()
234 error_printf("%s", err->hint->str); in error_report_err()
242 if (err->hint) { in warn_report_err()
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-1.c14 #define BTI_N "hint #32"
15 #define BTI_C "hint #34"
16 #define BTI_J "hint #36"
17 #define BTI_JC "hint #38"
H A Dbti-3.c14 asm("mov %w0,#1; adr x16, 1f; br x16; 1: hint #25; mov %w0,#0" \
18 asm("mov %w0,#1; adr x16, 1f; blr x16; 1: hint #25; mov %w0,#0" \
22 asm("mov %w0,#1; adr x15, 1f; br x15; 1: hint #25; mov %w0,#0" \
H A Dbti-2.c23 #define BTI_N "hint #32"
24 #define BTI_C "hint #34"
25 #define BTI_J "hint #36"
26 #define BTI_JC "hint #38"
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h151 #define PREF(hint, addr) \ argument
154 pref hint, addr; \
157 #define PREFE(hint, addr) \ argument
161 prefe hint, addr; \
164 #define PREFX(hint, addr) \ argument
167 prefx hint, addr; \
172 #define PREF(hint, addr) argument
173 #define PREFE(hint, addr) argument
174 #define PREFX(hint, addr) argument
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c35 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp);
116 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp) in pc_dimm_get_free_slot() argument
131 if (hint) { in pc_dimm_get_free_slot()
132 if (*hint >= max_slots) { in pc_dimm_get_free_slot()
134 *hint, max_slots); in pc_dimm_get_free_slot()
135 } else if (!test_bit(*hint, bitmap)) { in pc_dimm_get_free_slot()
136 slot = *hint; in pc_dimm_get_free_slot()
138 error_setg(errp, "slot %d is busy", *hint); in pc_dimm_get_free_slot()
H A Dmemory-device.c215 const uint64_t *hint, in memory_device_get_free_addr() argument
233 if (hint && !QEMU_IS_ALIGNED(*hint, align)) { in memory_device_get_free_addr()
239 if (hint) { in memory_device_get_free_addr()
240 if (range_init(&new, *hint, size) || !range_contains_range(&as, &new)) { in memory_device_get_free_addr()
243 PRIx64 "]", *hint, size, range_lob(&as), in memory_device_get_free_addr()
270 if (hint) { in memory_device_get_free_addr()
/openbmc/u-boot/test/py/tests/vboot/
H A Dsign-images-sha1.its19 key-name-hint = "dev";
31 key-name-hint = "dev";
H A Dsign-images-sha256.its19 key-name-hint = "dev";
31 key-name-hint = "dev";
H A Dsign-images-sha256-pss.its20 key-name-hint = "dev";
33 key-name-hint = "dev";
H A Dsign-images-sha1-pss.its20 key-name-hint = "dev";
33 key-name-hint = "dev";
/openbmc/u-boot/doc/uImage.FIT/
H A Dsign-images.its19 key-name-hint = "dev";
31 key-name-hint = "dev";
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js12 var duplicatedLayerName = $("#duplicated-layer-name-hint");
227 var importAndAddHint = $("#import-and-add-hint");
260 $('#invalid-layer-revision-hint').show();
265 $('#invalid-layer-revision-hint').hide();
330 $("#invalid-layer-name-hint").show();
351 $("#invalid-layer-name-hint").hide();
390 $('#import-git-layer-and-add-hint').hide();
392 $('#import-local-dir-and-add-hint').fadeIn();
395 $('#import-local-dir-and-add-hint').hide();
397 $('#import-git-layer-and-add-hint').fadeIn();
H A Dtypeahead.jquery.js159 hint: "tt-hint", property in AnonymousFunctionc6d3f3560900.defaultClassNames
208 hint: { class in AnonymousFunctionc6d3f3560900.buildCss.css
449 this.$hint = $(o.hint);
455 if (this.$hint.length === 0) {
512 this.$hint.attr("dir", dir);
577 return this.$hint.val();
580 this.$hint.val(value);
586 var val, hint, valIsPrefixOfHint, isValid;
588 hint = this.getHint();
589 valIsPrefixOfHint = val !== hint && hint.indexOf(val) === 0;
[all …]
/openbmc/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py92 # interval, we view it as a hint.
192 # Can we get a hint from previous writes?
193 hint = split_write_hint(newtrace, i)
194 if hint is not None:
195 hint_addr = hint[0]
196 hint_len = hint[1]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dimportlayer.html44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca…
45 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span>
119 …<span class="help-block has-error" style="display:none;" id="invalid-layer-revision-hint">The "HEA…
152 …<span class="help-inline" id="import-git-layer-and-add-hint" style="vertical-align: middle;">To im…
153 …<span class="help-inline" id="import-local-dir-and-add-hint" style="vertical-align: middle;display…
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_project_page.py92 self.wait_until_visible('#hint-error-project-name')
93 element = self.find('#hint-error-project-name')
/openbmc/u-boot/arch/x86/include/asm/
H A Dsfi.h86 u32 hint; /* MWAIT hint */ member
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValueMutability.interface.yaml8 A hint to a server that provides sensor access to external users, such
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */
/openbmc/qemu/linux-user/arm/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */
/openbmc/qemu/linux-user/m68k/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */
/openbmc/qemu/linux-user/ppc/
H A Dtarget_fcntl.h14 #define TARGET_O_DIRECT 0400000 /* direct disk access hint */
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dother10 #fallback rules are being used (as a hint to suggest you should setup
/openbmc/u-boot/common/
H A Dbedbug.c253 if (opr->hint & OH_SILENT) { in print_operands()
264 if (opr->hint & OH_ADDR) { in print_operands()
269 if (ctx->op->hint & H_RELATIVE) in print_operands()
294 else if (opr->hint & OH_REG) { in print_operands()
296 (opr->field == O_rA) && (ctx->op->hint & H_RA0_IS_0)) { in print_operands()
308 else if (opr->hint & OH_SPR) { in print_operands()
312 else if (opr->hint & OH_TBR) { in print_operands()
316 else if (opr->hint & OH_LITERAL) { in print_operands()
337 else if (opr->hint & OH_OFFSET) { in print_operands()
803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()
[all …]

12345678