Home
last modified time | relevance | path

Searched refs:Acq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dacpica_machdep.h65 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \ argument
66 (Acq) = acpi_acquire_global_lock(&((GLptr)->GlobalLock)); \
68 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) do { \ argument
69 (Acq) = acpi_release_global_lock(&((GLptr)->GlobalLock)); \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12204 bit Acq;
12212 let Inst{22} = Acq;
12230 multiclass CompareAndSwap<bits<1> Acq, bits<1> Rel, string order> {
12231 let Sz = 0b00, Acq = Acq, Rel = Rel in def B : BaseCAS<order, "b", GPR32>;
12232 let Sz = 0b01, Acq = Acq, Rel = Rel in def H : BaseCAS<order, "h", GPR32>;
12233 let Sz = 0b10, Acq = Acq, Rel = Rel in def W : BaseCAS<order, "", GPR32>;
12234 let Sz = 0b11, Acq = Acq, Rel = Rel in def X : BaseCAS<order, "", GPR64>;
12245 multiclass CompareAndSwapPair<bits<1> Acq, bits<1> Rel, string order> {
12246 let Sz = 0b00, Acq = Acq, Rel = Rel in
12248 let Sz = 0b01, Acq = Acq, Rel = Rel in
[all …]
/freebsd/contrib/tcpdump/
H A DCHANGES1034 Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames