Home
last modified time | relevance | path

Searched defs:regno (Results 1 – 25 of 173) sorted by relevance

1234567

/Linux-v4.19/arch/powerpc/kernel/vdso64/
Dsigtramp.S56 #define rsave(regno, ofs) \ argument
72 #define vsave_msr0(regno) \ argument
103 #define vsave_msr1(regno) \ argument
114 #define vsave_msr2(regno, ofs) \ argument
124 #define vsave(regno, ofs) \ argument
/Linux-v4.19/arch/powerpc/kernel/vdso32/
Dsigtramp.S57 #define rsave(regno, ofs) \ argument
73 #define vsave_msr0(regno) \ argument
103 #define vsave_msr1(regno) \ argument
114 #define vsave_msr2(regno, ofs) \ argument
124 #define vsave(regno, ofs) \ argument
/Linux-v4.19/drivers/video/fbdev/
Dmaxinefb.c64 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()
Dmacfb.c151 static int dafb_setpalette(unsigned int regno, unsigned int red, in dafb_setpalette()
197 static int v8_brazil_setpalette(unsigned int regno, unsigned int red, in v8_brazil_setpalette()
231 static int rbv_setpalette(unsigned int regno, unsigned int red, in rbv_setpalette()
268 static int mdc_setpalette(unsigned int regno, unsigned int red, in mdc_setpalette()
291 static int toby_setpalette(unsigned int regno, unsigned int red, in toby_setpalette()
319 static int jet_setpalette(unsigned int regno, unsigned int red, in jet_setpalette()
349 static int civic_setpalette(unsigned int regno, unsigned int red, in civic_setpalette()
430 static int csc_setpalette(unsigned int regno, unsigned int red, in csc_setpalette()
448 static int macfb_setcolreg(unsigned regno, unsigned red, unsigned green, in macfb_setcolreg()
Dvesafb.c85 static int vesa_setpalette(int regno, unsigned red, unsigned green, in vesa_setpalette()
129 static int vesafb_setcolreg(unsigned regno, unsigned red, unsigned green, in vesafb_setcolreg()
Ds1d13xxxfb.c97 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()
Dq40fb.c54 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, in q40fb_setcolreg()
/Linux-v4.19/arch/m68k/kernel/
Dptrace.c75 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-v4.19/arch/arm/kernel/
Dkgdb.c51 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-v4.19/arch/h8300/kernel/
Dkgdb.c35 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()
Dptrace.c39 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-v4.19/arch/nios2/kernel/
Dkgdb.c84 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
98 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/Linux-v4.19/arch/x86/include/asm/
Ddebugreg.h21 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-v4.19/arch/c6x/kernel/
Dptrace.c34 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
48 int regno, in put_reg()
/Linux-v4.19/arch/alpha/kernel/
Dptrace.c109 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-v4.19/kernel/bpf/
Dverifier.c188 int regno; member
580 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
695 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
714 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
883 u32 regno) in skip_callee()
930 u32 regno) in mark_reg_read()
954 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg()
1237 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off, in __check_map_access()
1253 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access()
1334 static int __check_packet_access(struct bpf_verifier_env *env, u32 regno, in __check_packet_access()
[all …]
/Linux-v4.19/arch/hexagon/kernel/
Dkgdb.c91 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
102 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/Linux-v4.19/arch/x86/um/
Dptrace_64.c53 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()
Dptrace_32.c75 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-v4.19/drivers/infiniband/hw/qib/
Dqib_7220.h121 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-v4.19/arch/arc/kernel/
Dkgdb.c20 int regno; in to_gdb_regs() local
43 int regno; in from_gdb_regs() local
/Linux-v4.19/arch/arm64/kernel/
Dkgdb.c114 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
127 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/Linux-v4.19/arch/mips/kernel/
Dkgdb.c130 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
163 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
/Linux-v4.19/arch/powerpc/kernel/
Dkgdb.c348 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
374 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/Linux-v4.19/arch/x86/entry/vdso/vdso32/
Dsigreturn.S81 #define do_expr(regno, offset) \ argument

1234567