Home
last modified time | relevance | path

Searched refs:getreg (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ocores.c50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member
157 return i2c->getreg(i2c, reg); in oc_getreg()
599 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe()
641 i2c->getreg = oc_getreg_io_8; in ocores_i2c_probe()
662 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe()
669 i2c->getreg = oc_getreg_8; in ocores_i2c_probe()
674 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe()
679 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-ocores.c50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member
156 return i2c->getreg(i2c, reg); in oc_getreg()
588 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe()
629 i2c->getreg = oc_getreg_io_8; in ocores_i2c_probe()
650 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe()
657 i2c->getreg = oc_getreg_8; in ocores_i2c_probe()
662 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe()
667 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dptrace-generic.h36 extern unsigned long getreg(struct task_struct *child, int regno);
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dptrace-generic.h36 extern unsigned long getreg(struct task_struct *child, int regno);
/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_32.c143 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
170 panic("Bad register in getreg() : %d\n", regno); in getreg()
185 tmp = getreg(child, addr); in peek_user()
H A Dptrace_64.c129 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
165 panic("Bad register in getreg: %d\n", regno); in getreg()
180 tmp = getreg(child, addr); in peek_user()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_32.c144 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
171 panic("Bad register in getreg() : %d\n", regno); in getreg()
186 tmp = getreg(child, addr); in peek_user()
H A Dptrace_64.c130 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
166 panic("Bad register in getreg: %d\n", regno); in getreg()
181 tmp = getreg(child, addr); in peek_user()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dptrace.c74 __put_user(getreg(child, i), p); in arch_ptrace()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dptrace.c73 __put_user(getreg(child, i), p); in arch_ptrace()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c388 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function
420 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get()
725 tmp = getreg(child, addr); in arch_ptrace()
1124 tmp = getreg(child, addr); in x32_arch_ptrace()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dptrace.c407 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function
439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get()
755 tmp = getreg(child, addr); in arch_ptrace()
1154 tmp = getreg(child, addr); in x32_arch_ptrace()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunaligned.c628 getreg (unsigned long regnum, unsigned long *val, int *nat, struct pt_regs *regs) in getreg() function
739 getreg(ld.imm, &r2, &nat_r2, regs); in emulate_load_updates()
886 getreg(ld.imm, &r2, NULL, regs); in emulate_store_int()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunaligned.c628 getreg (unsigned long regnum, unsigned long *val, int *nat, struct pt_regs *regs) in getreg() function
739 getreg(ld.imm, &r2, &nat_r2, regs); in emulate_load_updates()
903 getreg(ld.imm, &r2, NULL, regs); in emulate_store_int()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsentelic.c485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsentelic.c485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,

Completed in 15 milliseconds