Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/netbsd/sys/arch/mvme68k/dev/
H A Dsbicreg.h315 #define sbic_read_reg(regs,regno,val) \ argument
321 #define sbic_write_reg(regs,regno,val) \ argument
364 #define GET_SBIC_syn(regs,val) sbic_read_reg(regs,SBIC_syn,val) argument
376 #define GET_SBIC_csr(regs,val) sbic_read_reg(regs,SBIC_csr,val) argument
382 #define SBIC_TC_PUT(regs,val) \ argument
389 #define SBIC_TC_GET(regs,val) \ argument
396 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) \ argument
405 #define GET_SBIC_asr(regs, val) (val) = (regs)->sbic_asr argument
407 #define WAIT_CIP(regs) \ argument
416 #define SEND_BYTE(regs, ch) \ argument
[all …]
/netbsd/sys/arch/acorn32/podulebus/
H A Dsbicreg.h316 #define sbic_read_reg(regs,regno,val) do { \ argument
327 #define sbic_write_reg(regs,regno,val) do { \ argument
375 #define GET_SBIC_syn(regs,val) sbic_read_reg(regs,SBIC_syn,val) argument
387 #define GET_SBIC_csr(regs,val) sbic_read_reg(regs,SBIC_csr,val) argument
393 #define SBIC_TC_PUT(regs,val) do { \ argument
405 #define SBIC_TC_GET(regs,val) do { \ argument
415 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) do { \ argument
426 #define GET_SBIC_asr(regs,val) \ argument
430 #define WAIT_CIP(regs) do { \ argument
437 #define SEND_BYTE(regs, ch) do { \ argument
[all …]
H A Dsbic.c280 sbic_save_ptrs(struct sbic_softc *dev, sbic_regmap_p regs) in sbic_save_ptrs()
716 sbic_regmap_p regs; in sbicinit() local
782 sbic_regmap_p regs; in sbicreset() local
1168 sbicxfin(sbic_regmap_p regs, int len, void *bp) in sbicxfin()
1250 sbic_regmap_p regs; in sbicicmd() local
1537 sbic_regmap_p regs; in sbicgo() local
1648 sbic_regmap_p regs; in sbicintr() local
1699 sbic_regmap_p regs; in sbicpoll() local
1762 sbic_regmap_p regs; in sbicmsgin() local
2027 sbic_regmap_p regs; in sbicnextstate() local
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dsbicreg.h315 #define sbic_read_reg(regs,regno,val) do { \ argument
322 #define sbic_write_reg(regs,regno,val) do { \ argument
366 #define GET_SBIC_syn(regs,val) sbic_read_reg(regs,SBIC_syn,val) argument
378 #define GET_SBIC_csr(regs,val) sbic_read_reg(regs,SBIC_csr,val) argument
384 #define SBIC_TC_PUT(regs,val) do { \ argument
389 #define SBIC_TC_GET(regs,val) do { \ argument
395 #define SBIC_LOAD_COMMAND(regs,cmd,cmdsize) do { \ argument
402 #define GET_SBIC_asr(regs,val) (val) = *((regs).sbic_asr_p) argument
404 #define WAIT_CIP(regs) do { \ argument
410 #define SEND_BYTE(regs, ch) do { \ argument
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.c26 mips_linux_watch_get_irw_mask (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_irw_mask()
44 get_reg_mask (struct pt_watch_regs *regs, int n) in get_reg_mask()
61 mips_linux_watch_get_num_valid (struct pt_watch_regs *regs) in mips_linux_watch_get_num_valid()
79 mips_linux_watch_get_watchlo (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_watchlo()
97 mips_linux_watch_set_watchlo (struct pt_watch_regs *regs, int n, in mips_linux_watch_set_watchlo()
120 mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_watchhi()
138 mips_linux_watch_set_watchhi (struct pt_watch_regs *regs, int n, in mips_linux_watch_set_watchhi()
236 mips_linux_watch_try_one_watch (struct pt_watch_regs *regs, in mips_linux_watch_try_one_watch()
326 struct pt_watch_regs *regs) in mips_linux_watch_populate_regs()
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.c26 mips_linux_watch_get_irw_mask (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_irw_mask()
44 get_reg_mask (struct pt_watch_regs *regs, int n) in get_reg_mask()
61 mips_linux_watch_get_num_valid (struct pt_watch_regs *regs) in mips_linux_watch_get_num_valid()
79 mips_linux_watch_get_watchlo (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_watchlo()
97 mips_linux_watch_set_watchlo (struct pt_watch_regs *regs, int n, in mips_linux_watch_set_watchlo()
120 mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n) in mips_linux_watch_get_watchhi()
138 mips_linux_watch_set_watchhi (struct pt_watch_regs *regs, int n, in mips_linux_watch_set_watchhi()
236 mips_linux_watch_try_one_watch (struct pt_watch_regs *regs, in mips_linux_watch_try_one_watch()
326 struct pt_watch_regs *regs) in mips_linux_watch_populate_regs()
/netbsd/sys/arch/usermode/usermode/
H A Dprocess_machdep.c89 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
104 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
120 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
127 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()
148 process_write_dbregs(struct lwp *l, const struct dbreg *regs, size_t sz) in process_write_dbregs()
155 process_read_dbregs(struct lwp *l, struct dbreg *regs, size_t *sz) in process_read_dbregs()
/netbsd/sys/arch/i386/i386/
H A Dprocess_machdep.c109 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
135 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
144 process_read_dbregs(struct lwp *l, struct dbreg *regs, size_t *sz) in process_read_dbregs()
154 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
187 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()
196 process_write_dbregs(struct lwp *l, const struct dbreg *regs, size_t sz) in process_write_dbregs()
237 process_machdep_read_xstate(struct lwp *l, struct xstate *regs) in process_machdep_read_xstate()
243 process_machdep_read_xmmregs(struct lwp *l, struct xmmregs *regs) in process_machdep_read_xmmregs()
252 process_machdep_write_xstate(struct lwp *l, const struct xstate *regs) in process_machdep_write_xstate()
267 process_machdep_write_xmmregs(struct lwp *l, struct xmmregs *regs) in process_machdep_write_xmmregs()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dhppa-obsd-nat.c60 const char *regs = gregs; in hppaobsd_supply_gregset() local
99 const char *regs = fpregs; in hppaobsd_supply_fpregset() local
117 char *regs = gregs; in hppaobsd_collect_gregset() local
179 char *regs = fpregs; in hppaobsd_collect_fpregset() local
203 struct reg regs; in fetch_registers() local
230 struct reg regs; in store_registers() local
H A Dhppa-nbsd-nat.c61 const char *regs = (const char *) gregs; in hppanbsd_supply_gregset() local
85 const char *regs = (const char *) fpregs; in hppanbsd_supply_fpregset() local
103 char *regs = (char *) gregs; in hppanbsd_collect_gregset() local
150 char *regs = (char *) fpregs; in hppanbsd_collect_fpregset() local
176 struct reg regs; in fetch_registers() local
206 struct reg regs; in store_registers() local
H A Daarch32-linux-nat.c31 aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs, in aarch32_gp_regcache_supply()
57 aarch32_gp_regcache_collect (const struct regcache *regcache, uint32_t *regs, in aarch32_gp_regcache_collect()
84 aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs, in aarch32_vfp_regcache_supply()
99 aarch32_vfp_regcache_collect (const struct regcache *regcache, gdb_byte *regs, in aarch32_vfp_regcache_collect()
H A Dm68k-bsd-nat.c59 const gdb_byte *regs = (const gdb_byte *) gregs; in m68kbsd_supply_gregset() local
72 const gdb_byte *regs = (const gdb_byte *) fpregs; in m68kbsd_supply_fpregset() local
87 gdb_byte *regs = (gdb_byte *) gregs; in m68kbsd_collect_gregset() local
105 gdb_byte *regs = (gdb_byte *)fpregs; in m68kbsd_collect_fpregset() local
127 struct reg regs; in fetch_registers() local
157 struct reg regs; in store_registers() local
H A Dmips64-obsd-nat.c51 const char *regs = gregs; in mips64obsd_supply_gregset() local
68 char *regs = gregs; in mips64obsd_collect_gregset() local
91 struct reg regs; in fetch_registers() local
106 struct reg regs; in store_registers() local
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-obsd-nat.c60 const char *regs = gregs; in hppaobsd_supply_gregset() local
99 const char *regs = fpregs; in hppaobsd_supply_fpregset() local
117 char *regs = gregs; in hppaobsd_collect_gregset() local
179 char *regs = fpregs; in hppaobsd_collect_fpregset() local
203 struct reg regs; in fetch_registers() local
230 struct reg regs; in store_registers() local
H A Dhppa-nbsd-nat.c61 const char *regs = (const char *) gregs; in hppanbsd_supply_gregset() local
85 const char *regs = (const char *) fpregs; in hppanbsd_supply_fpregset() local
103 char *regs = (char *) gregs; in hppanbsd_collect_gregset() local
150 char *regs = (char *) fpregs; in hppanbsd_collect_fpregset() local
176 struct reg regs; in fetch_registers() local
206 struct reg regs; in store_registers() local
H A Daarch32-linux-nat.c31 aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs, in aarch32_gp_regcache_supply()
57 aarch32_gp_regcache_collect (const struct regcache *regcache, uint32_t *regs, in aarch32_gp_regcache_collect()
84 aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs, in aarch32_vfp_regcache_supply()
99 aarch32_vfp_regcache_collect (const struct regcache *regcache, gdb_byte *regs, in aarch32_vfp_regcache_collect()
H A Dm68k-bsd-nat.c59 const gdb_byte *regs = (const gdb_byte *) gregs; in m68kbsd_supply_gregset() local
72 const gdb_byte *regs = (const gdb_byte *) fpregs; in m68kbsd_supply_fpregset() local
87 gdb_byte *regs = (gdb_byte *) gregs; in m68kbsd_collect_gregset() local
105 gdb_byte *regs = (gdb_byte *)fpregs; in m68kbsd_collect_fpregset() local
127 struct reg regs; in fetch_registers() local
157 struct reg regs; in store_registers() local
H A Dmips64-obsd-nat.c51 const char *regs = gregs; in mips64obsd_supply_gregset() local
68 char *regs = gregs; in mips64obsd_collect_gregset() local
91 struct reg regs; in fetch_registers() local
106 struct reg regs; in store_registers() local
/netbsd/sys/dev/pci/
H A Dpci_subr.c825 const pcireg_t *regs) in pci_conf_print_common()
980 const pcireg_t *regs, int reg, const char *name) in pci_conf_print_bar()
1183 pci_conf_print_agp_cap(const pcireg_t *regs, int capoff) in pci_conf_print_agp_cap()
1556 pci_conf_print_ht_cap(const pcireg_t *regs, int capoff) in pci_conf_print_ht_cap()
2592 pci_conf_print_ea_cap(const pcireg_t *regs, int capoff) in pci_conf_print_ea_cap()
2779 const pcireg_t *regs, int capoff) in pci_conf_print_caplist()
4619 const pcireg_t *regs) in pci_conf_print_extcaplist()
4728 const pcireg_t *regs) in pci_conf_print_type0()
4828 const pcireg_t *regs) in pci_conf_print_type1()
5010 const pcireg_t *regs) in pci_conf_print_type2()
[all …]
/netbsd/sys/arch/amd64/amd64/
H A Dprocess_machdep.c115 long *regs = regp->regs; in process_read_regs() local
159 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
168 process_read_dbregs(struct lwp *l, struct dbreg *regs, size_t *sz) in process_read_dbregs()
181 const long *regs = regp->regs; in process_write_regs() local
237 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()
245 process_write_dbregs(struct lwp *l, const struct dbreg *regs, size_t sz) in process_write_dbregs()
290 process_machdep_read_xstate(struct lwp *l, struct xstate *regs) in process_machdep_read_xstate()
296 process_machdep_write_xstate(struct lwp *l, const struct xstate *regs) in process_machdep_write_xstate()
/netbsd/sys/arch/arm/arm/
H A Dprocess_machdep.c152 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
174 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
190 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
211 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()
/netbsd/sys/arch/sparc/sparc/
H A Dprocess_machdep.c114 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
123 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
157 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
169 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()
/netbsd/sys/arch/mips/mips/
H A Dprocess_machdep.c113 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
121 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
137 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *regslen_p) in process_read_fpregs()
153 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t regslen) in process_write_fpregs()
/netbsd/sys/dev/ic/
H A Drtwphyio.c63 rtw_bbp_read(struct rtw_regs *regs, u_int addr) in rtw_bbp_read()
74 rtw_bbp_write(struct rtw_regs *regs, u_int addr, u_int val) in rtw_bbp_write()
118 rtw_rf_hostbangbits(struct rtw_regs *regs, uint32_t bits, int lo_to_hi, in rtw_rf_hostbangbits()
175 rtw_rf_macbangbits(struct rtw_regs *regs, uint32_t reg) in rtw_rf_macbangbits()
250 rtw_rf_hostwrite(struct rtw_regs *regs, enum rtw_rfchipid rfchipid, in rtw_rf_hostwrite()
316 rtw_rf_macwrite(struct rtw_regs *regs, enum rtw_rfchipid rfchipid, in rtw_rf_macwrite()
/netbsd/sys/arch/alpha/alpha/
H A Dprocess_machdep.c74 process_read_regs(struct lwp *l, struct reg *regs) in process_read_regs()
85 process_write_regs(struct lwp *l, const struct reg *regs) in process_write_regs()
115 process_read_fpregs(struct lwp *l, struct fpreg *regs, size_t *sz) in process_read_fpregs()
126 process_write_fpregs(struct lwp *l, const struct fpreg *regs, size_t sz) in process_write_fpregs()

12345678910>>...35