HomeSort by: relevance | last modified time | path
    Searched refs:regno (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/lib/libexecinfo/
unwind_arm_ehabi_stub.c 38 _Unwind_GetGR(struct _Unwind_Context *context, int regno)
41 _Unwind_VRS_Get(context, 0 /*_UVRSC_CORE*/, regno, 0 /*_UVRSD_UINT32*/,
  /src/sys/arch/mips/rmi/
rmixl_fmnvar.h 124 #define CPU2_PRINT_8(regno, sel) \
127 RMIXL_DMFC2(regno, sel, r); \
129 __func__, regno, sel, r); \
132 #define CPU2_PRINT_4(regno, sel) \
135 RMIXL_MFC2(regno, sel, r); \
137 __func__, regno, sel, r); \
rmixl_fmn.c 395 panic("%s:%d: bad regno %d\n", \
844 u_int regno = RMIXL_COP_2_CREDITS+fmnp->fmn_core;
846 printf("%s: CC[%d,%d]=", __func__, regno, sel);
847 FMN_CP2_RD_SWITCH_RW(READ, regno, sel, r);
848 printf("%s: CC[%d,%d]=%d\n", __func__, regno, sel, r);
  /src/sys/arch/luna68k/dev/
siovar.h 73 setsioreg(struct sioreg *sio, int regno, int val)
76 if (regno != WR0)
77 sio->sio_cmd = regno;
  /src/sys/arch/x68k/stand/libiocs/
makeiocscalls.awk 16 regno[reg] = i
105 if (r != "d0" && !regno[r]) {
110 savereg[regno[r]] = r
156 if (regno[a1] >= regno[a])
  /src/sys/arch/mips/cavium/dev/
octeon_fau.c 103 octfau_op_init(struct octfau_desc *fd, size_t scroff, size_t regno)
107 fd->fd_regno = regno;
  /src/sys/arch/alpha/alpha/
db_interface.c 369 db_register_value(db_regs_t *regs, int regno)
372 if (regno > 31 || regno < 0) {
373 db_printf(" **** STRANGE REGISTER NUMBER %d **** ", regno);
377 if (regno == 31)
380 return (regs->tf_regs[reg_to_frame[regno]]);
600 db_alpha_tf_reg(struct trapframe *tf, unsigned int regno)
602 return db_alpha_read_saved_reg(&tf->tf_regs[regno]);
  /src/sys/dev/pci/
neo.c 258 #define nm_rd_1(sc, regno) \
259 bus_space_read_1((sc)->regiot, (sc)->regioh, (regno))
261 #define nm_rd_2(sc, regno) \
262 bus_space_read_2((sc)->regiot, (sc)->regioh, (regno))
264 #define nm_rd_4(sc, regno) \
265 bus_space_read_4((sc)->regiot, (sc)->regioh, (regno))
267 #define nm_wr_1(sc, regno, val) \
268 bus_space_write_1((sc)->regiot, (sc)->regioh, (regno), (val))
270 #define nm_wr_2(sc, regno, val) \
271 bus_space_write_2((sc)->regiot, (sc)->regioh, (regno), (val)
    [all...]
lynxfb.c 374 lynxfb_vgats_read(struct lynxfb *fb, uint regno)
377 bus_space_write_1(fb->mmiot, fb->mmioh, IO_VGA + VGA_TS_INDEX, regno);
382 lynxfb_vgats_write(struct lynxfb *fb, uint regno, uint8_t value)
385 bus_space_write_1(fb->mmiot, fb->mmioh, IO_VGA + VGA_TS_INDEX, regno);
  /src/sys/arch/arm/arm/
undefined.c 140 const u_int regno = (insn >> 12) & 15; local in function:cp15_trapper
141 if (regno == 13 || regno == 15)
147 register_t * const regp = &tf->tf_r0 + regno;
  /src/sys/arch/riscv/riscv/
db_machdep.c 168 get_reg_value(const db_regs_t *tf, u_int regno)
170 return (regno == 0 ? 0 : tf->tf_reg[regno - 1]);
locore.S 55 #define VPRINTX(regno) \
56 mv a0, regno ; \
59 #define VPRINTXNL(regno) \
60 mv a0, regno ; \
68 #define VPRINTX(regno) /* nothing */
69 #define VPRINTXNL(regno) /* nothing */
  /src/sys/arch/ia64/ia64/
db_interface.c 190 int nats, regno, sof; local in function:db_getrse
199 regno = (int)(intptr_t)valuep;
203 if (regno >= sof)
206 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63;
207 reg = (void*)(bsp - ((sof - regno + nats) << 3));
  /src/sys/arch/acorn32/podulebus/
sbicreg.h 316 #define sbic_read_reg(regs,regno,val) do { \
318 (regno)); \
327 #define sbic_write_reg(regs,regno,val) do { \
329 (regno)); \
  /src/sys/arch/amiga/dev/
sbicreg.h 315 #define sbic_read_reg(regs,regno,val) do { \
316 *((regs).sbic_address_p) = (regno); \
322 #define sbic_write_reg(regs,regno,val) do { \
323 *((regs).sbic_address_p) = (regno); \
  /src/sys/arch/mvme68k/dev/
sbicreg.h 315 #define sbic_read_reg(regs,regno,val) \
317 (regs)->sbic_address = (regno); \
321 #define sbic_write_reg(regs,regno,val) \
323 (regs)->sbic_address = (regno); \
  /src/sys/arch/sgimips/stand/common/
iris_scsireg.h 398 #define wd33c93_read_reg(sc, regno, val) \
400 *(volatile uint8_t *)(sc)->sc_asr_regh = (regno); \
404 #define wd33c93_write_reg(sc, regno, val) \
406 *(volatile uint8_t *)(sc)->sc_asr_regh = (regno); \
  /src/sys/dev/ic/
wd33c93reg.h 379 #define wd33c93_read_reg(sc,regno,val) \
381 bus_space_write_1((sc)->sc_regt,(sc)->sc_asr_regh, 0, (regno)); \
385 #define wd33c93_write_reg(sc,regno,val) \
387 bus_space_write_1((sc)->sc_regt, (sc)->sc_asr_regh, 0, (regno)); \
sti.c 408 u_int regno, regcnt; local in function:sti_region_setup
420 for (regno = 0; regno < STI_REGION_MAX; regno++)
421 *(u_int *)(regions + regno) =
422 parseword(dd->dd_reglst + regno * 0x10);
443 for (regno = 0, r = regions; regno < regcnt; regno++, r++) {
450 addr = bases[regno] + (r->offset << STI_PGSHIFT)
    [all...]
  /src/sys/arch/atari/dev/
clock.c 404 u_int mc146818_read(void *cookie, u_int regno)
408 rtc->rtc_regno = regno;
412 void mc146818_write(void *cookie, u_int regno, u_int value)
416 rtc->rtc_regno = regno;
  /src/sys/arch/hppa/hppa/
trap.c 550 tf_getregno(struct trapframe *tf, u_int regno)
553 if (regno == 0)
556 return tf_reg[hppa_regmap[regno]];
560 tf_setregno(struct trapframe *tf, u_int regno, register_t val)
563 if (regno == 0)
566 tf_reg[hppa_regmap[regno]] = val;
929 const u_int regno = local in function:trap
931 tf_setregno(frame, regno, 0);
964 const u_int regno = local in function:trap
966 tf_setregno(frame, regno, 0)
    [all...]
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 654 #define DBG_BCR_BVR_SET(regno, bcr, bvr) \
656 reg_dbgbcr ## regno ## _el1_write(bcr); \
657 reg_dbgbvr ## regno ## _el1_write(bvr); \
683 #define DBG_WCR_WVR_SET(regno, wcr, wvr) \
685 reg_dbgwcr ## regno ## _el1_write(wcr); \
686 reg_dbgwvr ## regno ## _el1_write(wvr); \
  /src/sys/arch/arm/vfp/
vfp_init.c 182 const u_int regno = (insn >> 12) & 0xf; local in function:vfp_fpscr_handler
187 if ((insn & 0xffef0fff) != 0xeee10a10 || regno > 12)
209 register_t * const regp = &frame->tf_r0 + regno;
  /src/sys/dev/tc/
xcfb.c 751 ims332_write_reg(int regno, uint32_t val)
754 void *low16 = (void *)(ioasic_base + IMS332_WLOW + (regno << 4));
762 ims332_read_reg(int regno)
765 void *low16 = (void *)(ioasic_base + IMS332_RLOW) + (regno << 4);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 77 static int vmw_fb_setcolreg(unsigned regno, unsigned red, unsigned green,
84 if (regno > 15) {
85 DRM_ERROR("Bad regno %u.\n", regno);
92 pal[regno] = ((red & 0xff00) << 8) |

Completed in 73 milliseconds

1 2