Home
last modified time | relevance | path

Searched refs:bsr (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c1519 mtx_lock(&bsr->lock); in bhnd_service_registry_fini()
1529 mtx_unlock(&bsr->lock); in bhnd_service_registry_fini()
1532 mtx_unlock(&bsr->lock); in bhnd_service_registry_fini()
1534 mtx_destroy(&bsr->lock); in bhnd_service_registry_fini()
1561 mtx_lock(&bsr->lock); in bhnd_service_registry_add()
1585 mtx_unlock(&bsr->lock); in bhnd_service_registry_add()
1621 mtx_lock(&bsr->lock); in bhnd_service_registry_remove()
1655 mtx_unlock(&bsr->lock); in bhnd_service_registry_remove()
1678 mtx_lock(&bsr->lock); in bhnd_service_registry_retain()
1690 mtx_unlock(&bsr->lock); in bhnd_service_registry_retain()
[all …]
H A Dbhnd.h557 struct bhnd_service_registry *bsr);
559 struct bhnd_service_registry *bsr);
561 struct bhnd_service_registry *bsr,
566 struct bhnd_service_registry *bsr,
570 struct bhnd_service_registry *bsr,
573 struct bhnd_service_registry *bsr,
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c254 sc->bsr = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, RF_ACTIVE); in fwohci_pci_attach()
255 if (!sc->bsr) { in fwohci_pci_attach()
260 sc->bst = rman_get_bustag(sc->bsr); in fwohci_pci_attach()
261 sc->bsh = rman_get_bushandle(sc->bsr); in fwohci_pci_attach()
331 if (sc->bsr) in fwohci_pci_detach()
359 if (sc->bsr) { in fwohci_pci_detach()
360 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, sc->bsr); in fwohci_pci_detach()
361 sc->bsr = NULL; in fwohci_pci_detach()
H A Dfwohcivar.h46 struct resource *bsr; member
/freebsd/lib/libc/amd64/string/
H A Dmemrchr.S137 bsr %eax, %eax
156 bsr %eax, %eax
H A Dstrrchr.S136 bsr %r11, %rcx # last location of c in (R10)
205 bsr %esi, %esi # last location of c in (R8)
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrAlias.td19 def : InstAlias<"bsr $dst", (BSR32 call_symbol:$dst)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td277 "bsr{w}\t{$src, $dst|$dst, $src}",
281 "bsr{w}\t{$src, $dst|$dst, $src}",
285 "bsr{l}\t{$src, $dst|$dst, $src}",
289 "bsr{l}\t{$src, $dst|$dst, $src}",
293 "bsr{q}\t{$src, $dst|$dst, $src}",
297 "bsr{q}\t{$src, $dst|$dst, $src}",
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td240 : MxInst<(outs), (ins TARGET:$dst), "bsr."#TYPE.Prefix#"\t$dst"> {
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1230 bsr %edi,%eax
/freebsd/sys/dev/usb/controller/
H A Dxhci.c1320 uint8_t bsr, uint8_t slot_id) in xhci_cmd_set_address() argument
1332 if (bsr) in xhci_cmd_set_address()