Searched refs:bsr (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwohci_pci.c | 254 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 D | fwohcivar.h | 46 struct resource *bsr; member
|
/freebsd/lib/libc/amd64/string/ |
H A D | memrchr.S | 137 bsr %eax, %eax 156 bsr %eax, %eax
|
H A D | strrchr.S | 136 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 D | bhnd.h | 557 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 D | CSKYInstrAlias.td | 19 def : InstAlias<"bsr $dst", (BSR32 call_symbol:$dst)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 277 "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 D | M68kInstrControl.td | 240 : MxInst<(outs), (ins TARGET:$dst), "bsr."#TYPE.Prefix#"\t$dst"> {
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_asm.S | 1281 bsr %edi,%eax
|