| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kgdb.c | 91 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg() 106 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
|
| H A D | ptrace.c | 158 static unsigned long *pt_regs_access(struct pt_regs *regs, unsigned long regno) in pt_regs_access() 843 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32() 941 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | unwind-arm-common.h | 220 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() 231 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sa1100fb.c | 269 sa1100fb_setpalettereg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setpalettereg() 291 sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setcolreg()
|
| H A D | 68328fb.c | 278 static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mc68x328fb_setcolreg()
|
| H A D | fm2fb.c | 195 static int fm2fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in fm2fb_setcolreg()
|
| H A D | sunxvr1000.c | 44 static int gfb_setcolreg(unsigned regno, in gfb_setcolreg()
|
| H A D | sunxvr2500.c | 48 static int s3d_setcolreg(unsigned regno, in s3d_setcolreg()
|
| H A D | pmag-ba-fb.c | 94 static int pmagbafb_setcolreg(unsigned int regno, unsigned int red, in pmagbafb_setcolreg()
|
| H A D | sm712fb.c | 860 static void sm712_setpalette(int regno, unsigned int red, unsigned int green, in sm712_setpalette() 971 static int smtc_setcolreg(unsigned int regno, unsigned int red, in smtc_setcolreg()
|
| H A D | vfb.c | 268 static int vfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in vfb_setcolreg()
|
| H A D | s3c2410fb.c | 450 unsigned int regno, unsigned int val) in schedule_palette_update() 481 static int s3c2410fb_setcolreg(unsigned regno, in s3c2410fb_setcolreg()
|
| H A D | vt8500lcdfb.c | 139 static int vt8500lcd_setcolreg(unsigned regno, unsigned red, unsigned green, in vt8500lcd_setcolreg()
|
| H A D | g364fb.c | 154 static int g364fb_setcolreg(u_int regno, u_int red, u_int green, in g364fb_setcolreg()
|
| H A D | au1100fb.c | 235 int au1100fb_fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned tra… in au1100fb_fb_setcolreg()
|
| H A D | atafb.c | 781 static int tt_setcolreg(unsigned int regno, unsigned int red, in tt_setcolreg() 1683 static int falcon_setcolreg(unsigned int regno, unsigned int red, in falcon_setcolreg() 1971 static int stste_setcolreg(unsigned int regno, unsigned int red, in stste_setcolreg() 2209 static int ext_setcolreg(unsigned int regno, unsigned int red, in ext_setcolreg() 2417 static int atafb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in atafb_setcolreg()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 58 static int mdpy_fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mdpy_fb_setcolreg()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | signal.c | 166 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() argument 245 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | display_gx1.c | 192 static void gx1_set_hw_palette_reg(struct fb_info *info, unsigned regno, in gx1_set_hw_palette_reg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_main.c | 1663 unsigned lmc_mii_readreg (lmc_softc_t * const sc, unsigned devaddr, unsigned regno) /*fold00*/ in lmc_mii_readreg() 1697 void lmc_mii_writereg (lmc_softc_t * const sc, unsigned devaddr, unsigned regno, unsigned data) /*f… in lmc_mii_writereg()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 440 static void i810_write_dac(u8 regno, u8 red, u8 green, u8 blue, in i810_write_dac() 449 static void i810_read_dac(u8 regno, u8 *red, u8 *green, u8 *blue, in i810_read_dac() 1199 static int i810fb_getcolreg(u8 regno, u8 *red, u8 *green, u8 *blue, in i810fb_getcolreg() 1281 static int i810fb_setcolreg(unsigned regno, unsigned red, unsigned green, in i810fb_setcolreg()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | kgdb.c | 183 kgdb_putreg(struct pt_regs *regs, int regno, char *buf, int length) in kgdb_putreg()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-osd.c | 194 static int vivid_fb_setcolreg(unsigned regno, unsigned red, unsigned green, in vivid_fb_setcolreg()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 159 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() 197 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | ptrace_h.c | 169 int regno; in decode() local
|