Searched refs:bdm (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 930628-1.c | 11 float bdm[4][2][4][2]; in main() local 18 bdm[i][ki][j][kj] = 1000.0; in main() 24 bdm[i][ki][j][kj] = 1000.0; in main()
|
/openbsd/sys/dev/pci/ |
H A D | if_bwfm_pci.c | 1179 struct bwfm_pci_dmamem *bdm; in bwfm_pci_dmamem_alloc() local 1182 bdm = malloc(sizeof(*bdm), M_DEVBUF, M_WAITOK | M_ZERO); in bwfm_pci_dmamem_alloc() 1183 bdm->bdm_size = size; in bwfm_pci_dmamem_alloc() 1197 if (bus_dmamap_load(sc->sc_dmat, bdm->bdm_map, bdm->bdm_kva, size, in bwfm_pci_dmamem_alloc() 1201 bzero(bdm->bdm_kva, size); in bwfm_pci_dmamem_alloc() 1203 return (bdm); in bwfm_pci_dmamem_alloc() 1210 bus_dmamap_destroy(sc->sc_dmat, bdm->bdm_map); in bwfm_pci_dmamem_alloc() 1212 free(bdm, M_DEVBUF, sizeof(*bdm)); in bwfm_pci_dmamem_alloc() 1220 bus_dmamem_unmap(sc->sc_dmat, bdm->bdm_kva, bdm->bdm_size); in bwfm_pci_dmamem_free() 1222 bus_dmamap_destroy(sc->sc_dmat, bdm->bdm_map); in bwfm_pci_dmamem_free() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/config/powerpc/ |
H A D | ppc-eabi.mt | 2 TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o p…
|
H A D | ppc-sim.mt | 2 TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o p…
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1997 | 846 * ppc-bdm.c (bdm_ppc_wait): stop printfing ecr, der 976 * ppc-bdm.c: move BDM_NUM_REGS, BDM_REGMAP here from tm.h file, 999 by ppc-bdm.c, use OCD_LOG_FILE to help debugging, define 1009 * ppc-bdm.c: change bdm_ppc_ops so we call ocd_insert_breakpoint 1052 ppc-bdm.o and ocd.o are used for all powerpc-eabi targets. 1088 * ppc-bdm.c: 1099 libwigglers.a, in dependencies: add ppc-bdm.o ocd.o ser-ocd.o and 1106 * config/powerpc/ppc-eabi.mt: add ppc-bdm.o to TDEPFILES 1107 * config/powerpc/ppc-sim.mt: add ppc-bdm.o to TDEPFILES 1148 in a target-specific file instead (such as ppc-bdm.c in the case [all …]
|
H A D | ChangeLog-2001 | 608 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers): 6035 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c, 6102 * ppc-bdm.c (bdm_ppc_wait): Likewise. 6200 * ppc-bdm.c (bdm_ppc_wait): Likewise. 6681 * ppc-bdm.c (bdm_ppc_ops): Likewise. 8360 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c, 8642 * ppc-bdm.c: Ditto. 9327 * ppc-bdm.c (#include <signal.h>): Removed. 9359 * ppc-bdm.c: Likewise.
|
H A D | ChangeLog-2000 | 2711 * ppc-bdm.h (ppc-tdep.h): Include. 2713 * rs6000-tdep.c, ppc-linux-tdep.c, ppc-bdm.h, ppc-tdep.h 2780 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c, 4187 ppc-bdm.c, printcmd.c, procfs.c, remote-array.c, remote-bug.c, 7667 ppc-bdm.c, ocd.c, monitor.c, m3-nat.c, linux-thread.c,
|
H A D | ChangeLog | 391 * ppc-bdm.c: Update. 3638 * ppc-bdm.c (bdm_ppc_fetch_registers): Update. 6353 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code 6386 * ppc-bdm.c: #include "gdb_assert.h". 6413 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o) 6790 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers, 6856 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
|
H A D | NEWS | 54 powerpc bdm protocol
|
H A D | ChangeLog-2002 | 1981 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update. 2072 * ppc-bdm.c (init_bdm_ppc_ops): Likewise. 11195 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo. 11279 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
|
H A D | ChangeLog-1998 | 2939 * ppc-bdm.c (init_bdm_ppc_ops): Add new target vector fields. 5446 * ppc-bdm.c (init_bdm_ppc_ops): Ditto.
|
H A D | ChangeLog-1996 | 1295 * (_initialize_remote_wiggler): Add `bdm update-flash' command.
|
H A D | ChangeLog-2003 | 3360 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update. 7579 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
|
H A D | ChangeLog-1999 | 8895 mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
|