Home
last modified time | relevance | path

Searched refs:aidx (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h332 TP_PROTO(struct sdma_engine *sde, int aidx),
333 TP_ARGS(sde, aidx),
335 __field(int, aidx)
340 __entry->aidx = aidx;
345 __entry->aidx
350 TP_PROTO(struct sdma_engine *sde, int aidx),
351 TP_ARGS(sde, aidx));
354 TP_PROTO(struct sdma_engine *sde, int aidx),
355 TP_ARGS(sde, aidx));
/openbmc/qemu/hw/acpi/
H A Dtrace-events51 acpi_pci_acpi_index_write(unsigned bsel, unsigned slot, uint32_t aidx) "bsel: %u slot: %u aidx: %" …
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1199 aidx = 1
1201 argname = 'arg_%s' % aidx
1204 aidx += 1
/openbmc/qemu/hw/i386/
H A Dacpi-build.c396 Aml *aidx = aml_local(1); in aml_pci_edsm() local
434 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm()
435 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
/openbmc/qemu/target/arm/
H A Dhelper.c224 uint64_t aidx = cpreg_to_kvm_id((uintptr_t)a); in cpreg_key_compare() local
227 if (aidx > bidx) { in cpreg_key_compare()
230 if (aidx < bidx) { in cpreg_key_compare()