Home
last modified time | relevance | path

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

/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()
354 if (sc->bsr) { in fwohci_pci_detach()
355 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, sc->bsr); in fwohci_pci_detach()
356 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/sys/dev/bhnd/
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/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.S1281 bsr %edi,%eax