/openbmc/linux/arch/arc/kernel/ |
H A D | disasm.c | 115 state->src1 = get_reg(state->wb_reg, regs, cregs); in disasm_instr() 134 state->src1 = get_reg(state->src1, regs, cregs); in disasm_instr() 142 state->src2 = get_reg(state->wb_reg, regs, cregs); in disasm_instr() 187 state->target = get_reg(fieldC, regs, cregs); in disasm_instr() 221 state->src1 = get_reg(state->wb_reg, regs, in disasm_instr() 229 state->src2 = get_reg(state->src2, regs, in disasm_instr() 285 state->src1 = get_reg(FIELD_S_B(state->words[0]), regs, cregs); in disasm_instr() 286 state->src2 = get_reg(FIELD_S_C(state->words[0]), regs, cregs); in disasm_instr() 304 state->target = get_reg(FIELD_S_B(state->words[0]), in disasm_instr() 318 state->target = get_reg(31, regs, cregs); in disasm_instr() [all …]
|
H A D | kgdb.c | 20 gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs); in to_gdb_regs()
|
/openbmc/u-boot/drivers/net/ |
H A D | cs8900.c | 43 #define get_reg_init_bus(r,d) get_reg((r),(d)) 67 static u16 get_reg(struct eth_device *dev, int regno) in get_reg() function 88 put_reg(dev, PP_SelfCTL, get_reg(dev, PP_SelfCTL) | PP_SelfCTL_Reset); in cs8900_reset() 123 if ((get_reg(dev, PP_SelfSTAT) & in cs8900_get_enetaddr() 131 Addr = get_reg(dev, PP_IA + i * 2); in cs8900_get_enetaddr() 180 status = get_reg(dev, PP_RER); in cs8900_recv() 214 if ((get_reg(dev, PP_BusSTAT) & PP_BusSTAT_TxRDY) == 0) { in cs8900_send() 232 while ((s = get_reg(dev, PP_TER) & ~0x1F) == 0) { in cs8900_send() 247 while (get_reg(dev, PP_SelfSTAT) & SI_BUSY) in cs8900_e2prom_ready() 261 *value = get_reg(dev, PP_EEData); in cs8900_e2prom_read()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | ptrace.c | 75 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function 129 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable() 144 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step() 152 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step() 177 tmp = get_reg(child, regno); in arch_ptrace() 206 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace() 227 tmp = get_reg(child, i); in arch_ptrace() 242 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-stmfx.c | 47 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) macro 107 u32 reg = STMFX_REG_GPIO_STATE + get_reg(offset); in stmfx_gpio_get() 123 regmap_write_bits(pctl->stmfx->map, reg + get_reg(offset), in stmfx_gpio_set() 130 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_get_direction() 151 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_input() 161 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_output() 172 u32 reg = STMFX_REG_GPIO_PUPD + get_reg(offset); in stmfx_pinconf_get_pupd() 186 u32 reg = STMFX_REG_GPIO_PUPD + get_reg(offset); in stmfx_pinconf_set_pupd() 195 u32 reg = STMFX_REG_GPIO_TYPE + get_reg(offset); in stmfx_pinconf_get_type() 209 u32 reg = STMFX_REG_GPIO_TYPE + get_reg(offset); in stmfx_pinconf_set_type() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | logicore_dp_tx.c | 220 static u32 get_reg(struct udevice *dev, u32 reg) in get_reg() function 261 int status = get_reg(dev, REG_INTERRUPT_SIG_STATE) & in is_connected() 287 phy_status = get_reg(dev, REG_PHY_STATUS) & mask; in wait_phy_ready() 314 status = get_reg(dev, REG_INTERRUPT_SIG_STATE); in aux_wait_ready() 339 int status = get_reg(dev, REG_REPLY_STATUS); in aux_wait_reply() 384 status = get_reg(dev, REG_REPLY_STATUS); in aux_request_send() 418 status = get_reg(dev, REG_AUX_REPLY_CODE); in aux_request_send() 437 status = get_reg(dev, REG_REPLY_DATA_COUNT); in aux_request_send() 447 request->data[index] = get_reg(dev, REG_AUX_REPLY_DATA); in aux_request_send() 643 phy_config = get_reg(dev, REG_PHY_CONFIG); in initialize() [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | ptrace.c | 130 get_reg(struct task_struct * task, unsigned long regno) in get_reg() function 185 pc = get_reg(child, REG_PC); in ptrace_set_bpt() 208 task_thread_info(child)->bpt_addr[nsaved++] = get_reg(child, reg_b); in ptrace_set_bpt() 301 ret = get_reg(child, addr); in arch_ptrace()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | unwind_orc.c | 447 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() function 535 if (!get_reg(state, offsetof(struct pt_regs, r10), &sp)) { in unwind_next_frame() 543 if (!get_reg(state, offsetof(struct pt_regs, r13), &sp)) { in unwind_next_frame() 551 if (!get_reg(state, offsetof(struct pt_regs, di), &sp)) { in unwind_next_frame() 559 if (!get_reg(state, offsetof(struct pt_regs, dx), &sp)) { in unwind_next_frame() 643 if (get_reg(state, offsetof(struct pt_regs, bp), &tmp)) in unwind_next_frame()
|
/openbmc/u-boot/drivers/phy/ |
H A D | ti-pipe3-phy.c | 278 static void *get_reg(struct udevice *dev, const char *name) in get_reg() function 333 pipe3->power_reg = get_reg(dev, "syscon-phy-power"); in pipe3_phy_probe() 338 pipe3->pll_reset_reg = get_reg(dev, "syscon-pllreset"); in pipe3_phy_probe()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | xr_serial.c | 115 u8 get_reg; member 155 .get_reg = 0x01, 177 .get_reg = 0x00, 200 .get_reg = 0x01, 220 .get_reg = 0x05, 282 type->get_reg, in xr_get_reg()
|
/openbmc/qemu/include/exec/ |
H A D | gdbstub.h | 40 gdb_get_reg_cb get_reg, gdb_set_reg_cb set_reg,
|
/openbmc/qemu/tests/avocado/ |
H A D | reverse_debugging.py | 75 def get_reg(self, g, reg): member in ReverseDebugging 83 return self.get_reg(g, self.REG_PC)
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 445 static unsigned long get_reg(struct pt_regs *regs, int num) in get_reg() function 527 membuf_store(&to, get_reg(regs, pos)); in gpr_get() 590 membuf_store(&to, (compat_ulong_t)get_reg(regs, pos)); in gpr32_get()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 53 gdb_get_reg_cb get_reg; member 533 return r->get_reg(cpu, buf, reg - r->base_reg); in gdb_read_register() 558 gdb_get_reg_cb get_reg, gdb_set_reg_cb set_reg, in gdb_register_feature() argument 563 .get_reg = get_reg, in gdb_register_feature() 592 gdb_get_reg_cb get_reg, gdb_set_reg_cb set_reg, in gdb_register_coprocessor() argument 607 gdb_register_feature(cpu, base_reg, get_reg, set_reg, feature); in gdb_register_coprocessor()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | disasm.h | 109 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 2056 goto get_reg; 2060 goto get_reg; 2064 goto get_reg; 2073 get_reg:
|