HomeSort by: relevance | last modified time | path
    Searched refs:aq (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/acpi/
acpi_quirks.c 155 const struct acpi_quirk *aq; local in function:acpi_find_quirks
183 aq = &acpi_quirks[i];
185 if (strncmp(aq->aq_tabletype, ACPI_SIG_DSDT, 4) == 0)
187 else if (strncmp(aq->aq_tabletype, ACPI_SIG_XSDT, 4) == 0)
189 else if (strncmp(aq->aq_tabletype, ACPI_SIG_FADT, 4) == 0)
195 len = strlen(aq->aq_oemid);
197 if (strncmp(aq->aq_oemid, hdr->OemId, len) != 0)
200 if (acpi_quirks_revcmp(aq->aq_oemrev,
201 hdr->OemRevision, aq->aq_cmpop) != 0)
204 len = strlen(aq->aq_tabid)
    [all...]
  /src/common/lib/libc/arch/riscv/atomic/
atomic_and_64.S 35 amoand.d.aq a0, a1, 0(a0)
46 amoand.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_or_64.S 35 amoor.d.aq a0, a1, 0(a0)
46 amoor.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_xor_64.S 35 amoxor.d.aq a0, a1, 0(a0)
46 amoxor.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_and_32.S 35 amoand.w.aq a0, a1, 0(a0)
50 amoand.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_or_32.S 35 amoor.w.aq a0, a1, 0(a0)
50 amoor.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_xor_32.S 35 amoxor.w.aq a0, a1, 0(a0)
50 amoxor.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_add_64.S 37 amoadd.d.aq a0, a1, 0(a0)
59 amoadd.d.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_swap_32.S 35 amoswap.w.aq a0, a1, 0(a0)
atomic_swap_64.S 36 amoswap.d.aq a0, a1, 0(a0)
atomic_add_32.S 37 amoadd.w.aq a0, a1, 0(a0)
67 amoadd.w.aq t0, a1, 0(a0) /* update memory and get old value */
atomic_sub_32.S 38 amoadd.w.aq a0, t0, 0(a0)
69 amoadd.w.aq t0, t1, 0(a0) /* update memory and get old value */
atomic_sub_64.S 38 amoadd.d.aq a0, t1, 0(a0)
61 amoadd.d.aq t0, t1, 0(a0) /* update memory and get old value */
  /src/share/man/man4/
Makefile 9 an.4 aq.4 arcmsr.4 arcofi.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
  /src/sys/arch/evbarm/conf/
GENERIC64 296 aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
  /src/sys/dev/pci/
if_aq.c 1572 CFATTACH_DECL3_NEW(aq, sizeof(struct aq_softc),
4282 * AQ's rss redirect table is consist of 3bit*64 (192bit) packed array.
4574 * some aq's internal statistics counters are 32bit.
5601 * aq will always mark BAD for fragment packets,

Completed in 27 milliseconds