| /Linux-v5.4/arch/powerpc/kernel/vdso64/ | 
| D | sigtramp.S | 52 #define rsave(regno, ofs) \  argument68 #define vsave_msr0(regno) \  argument
 99 #define vsave_msr1(regno) \  argument
 110 #define vsave_msr2(regno, ofs) \  argument
 120 #define vsave(regno, ofs) \  argument
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/vdso32/ | 
| D | sigtramp.S | 53 #define rsave(regno, ofs) \  argument69 #define vsave_msr0(regno) \  argument
 99 #define vsave_msr1(regno) \  argument
 110 #define vsave_msr2(regno, ofs) \  argument
 120 #define vsave(regno, ofs) \  argument
 
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | maxinefb.c | 64 void maxinefb_ims332_write_register(int regno, register unsigned int val)  in maxinefb_ims332_write_register()74 unsigned int maxinefb_ims332_read_register(int regno)  in maxinefb_ims332_read_register()
 88 static int maxinefb_setcolreg(unsigned regno, unsigned red, unsigned green,  in maxinefb_setcolreg()
 
 | 
| D | macfb.c | 144 static int dafb_setpalette(unsigned int regno, unsigned int red,  in dafb_setpalette()190 static int v8_brazil_setpalette(unsigned int regno, unsigned int red,  in v8_brazil_setpalette()
 221 static int rbv_setpalette(unsigned int regno, unsigned int red,  in rbv_setpalette()
 255 static int mdc_setpalette(unsigned int regno, unsigned int red,  in mdc_setpalette()
 278 static int toby_setpalette(unsigned int regno, unsigned int red,  in toby_setpalette()
 306 static int jet_setpalette(unsigned int regno, unsigned int red,  in jet_setpalette()
 336 static int civic_setpalette(unsigned int regno, unsigned int red,  in civic_setpalette()
 414 static int csc_setpalette(unsigned int regno, unsigned int red,  in csc_setpalette()
 432 static int macfb_setcolreg(unsigned regno, unsigned red, unsigned green,  in macfb_setcolreg()
 
 | 
| D | vesafb.c | 86 static int vesa_setpalette(int regno, unsigned red, unsigned green,  in vesa_setpalette()130 static int vesafb_setcolreg(unsigned regno, unsigned red, unsigned green,  in vesafb_setcolreg()
 
 | 
| D | s1d13xxxfb.c | 97 s1d13xxxfb_readreg(struct s1d13xxxfb_par *par, u16 regno)  in s1d13xxxfb_readreg()103 s1d13xxxfb_writereg(struct s1d13xxxfb_par *par, u16 regno, u8 value)  in s1d13xxxfb_writereg()
 264 s1d13xxxfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,  in s1d13xxxfb_setcolreg()
 
 | 
| D | q40fb.c | 54 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green,  in q40fb_setcolreg()
 | 
| /Linux-v5.4/arch/m68k/kernel/ | 
| D | ptrace.c | 75 static inline long get_reg(struct task_struct *task, int regno)  in get_reg()99 static inline int put_reg(struct task_struct *task, int regno,  in put_reg()
 167 	int regno = addr >> 2; /* temporary hack. */  in arch_ptrace()  local
 
 | 
| /Linux-v5.4/arch/arm/kernel/ | 
| D | kgdb.c | 51 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()64 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 79 	int regno;  in sleeping_thread_to_gdb_regs()  local
 
 | 
| /Linux-v5.4/arch/h8300/kernel/ | 
| D | kgdb.c | 35 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()59 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 
 | 
| D | ptrace.c | 39 long h8300_get_reg(struct task_struct *task, int regno)  in h8300_get_reg()54 int h8300_put_reg(struct task_struct *task, int regno, unsigned long data)  in h8300_put_reg()
 
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | debugreg.h | 21 static inline unsigned long native_get_debugreg(int regno)  in native_get_debugreg()50 static inline void native_set_debugreg(int regno, unsigned long value)  in native_set_debugreg()
 
 | 
| /Linux-v5.4/arch/nios2/kernel/ | 
| D | kgdb.c | 71 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()85 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 
 | 
| /Linux-v5.4/arch/c6x/kernel/ | 
| D | ptrace.c | 31 static inline long get_reg(struct task_struct *task, int regno)  in get_reg()45 			  int regno,  in put_reg()
 
 | 
| /Linux-v5.4/arch/alpha/kernel/ | 
| D | ptrace.c | 109 get_reg_addr(struct task_struct * task, unsigned long regno)  in get_reg_addr()130 get_reg(struct task_struct * task, unsigned long regno)  in get_reg()
 147 put_reg(struct task_struct *task, unsigned long regno, unsigned long data)  in put_reg()
 
 | 
| /Linux-v5.4/arch/hexagon/kernel/ | 
| D | kgdb.c | 78 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()89 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 
 | 
| /Linux-v5.4/arch/x86/um/ | 
| D | ptrace_64.c | 53 int putreg(struct task_struct *child, int regno, unsigned long value)  in putreg()137 unsigned long getreg(struct task_struct *child, int regno)  in getreg()
 
 | 
| D | ptrace_32.c | 75 int putreg(struct task_struct *child, int regno, unsigned long value)  in putreg()143 unsigned long getreg(struct task_struct *child, int regno)  in getreg()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | verifier.c | 202 	int regno;  member887 				struct bpf_reg_state *regs, u32 regno)  in mark_reg_known_zero()
 1005 			     struct bpf_reg_state *regs, u32 regno)  in mark_reg_unknown()
 1028 			      struct bpf_reg_state *regs, u32 regno)  in mark_reg_not_init()
 1248 		     u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t)  in is_reg64()
 1358 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno,  in check_reg_arg()
 1660 static int __mark_chain_precision(struct bpf_verifier_env *env, int regno,  in __mark_chain_precision()
 1823 static int mark_chain_precision(struct bpf_verifier_env *env, int regno)  in mark_chain_precision()
 2128 static int check_map_access_type(struct bpf_verifier_env *env, u32 regno,  in check_map_access_type()
 2151 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off,  in __check_map_access()
 [all …]
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_7220.h | 121 				  const u16 regno)  in qib_read_kreg32()129 				  const u16 regno)  in qib_read_kreg64()
 138 				  const u16 regno, u64 value)  in qib_write_kreg()
 
 | 
| /Linux-v5.4/arch/arc/kernel/ | 
| D | kgdb.c | 17 	int regno;  in to_gdb_regs()  local40 	int regno;  in from_gdb_regs()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/realtek/ | 
| D | r8169_firmware.c | 95 		u32 regno = (action & 0x0fff0000) >> 16;  in rtl_fw_data_ok()  local146 		u32 regno = (action & 0x0fff0000) >> 16;  in rtl_fw_write_firmware()  local
 
 | 
| /Linux-v5.4/arch/arm64/kernel/ | 
| D | kgdb.c | 103 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()116 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | kgdb.c | 131 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()164 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | kgdb.c | 321 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_get_reg()347 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs)  in dbg_set_reg()
 
 |