Home
last modified time | relevance | path

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

123456

/linux/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S58 #define rsave(regno, ofs) \ argument
74 #define vsave_msr0(regno) \ argument
105 #define vsave_msr1(regno) \ argument
116 #define vsave_msr2(regno, ofs) \ argument
126 #define vsave(regno, ofs) \ argument
H A Dsigtramp32.S53 #define rsave(regno, ofs) \ argument
69 #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/drivers/video/fbdev/
H A Dmacfb.c144 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()
H A 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()
H A 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()
H A Dvesafb.c90 static int vesa_setpalette(int regno, unsigned red, unsigned green, in vesa_setpalette()
134 static int vesafb_setcolreg(unsigned regno, unsigned red, unsigned green, in vesafb_setcolreg()
H A Dq40fb.c53 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, in q40fb_setcolreg()
/linux/arch/m68k/kernel/
H A Dptrace.c77 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
101 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
169 int regno = addr >> 2; /* temporary hack. */ in arch_ptrace() local
/linux/arch/x86/um/
H A Dptrace_64.c55 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
131 unsigned long getreg(struct task_struct *child, int regno) in getreg()
H A Dptrace_32.c51 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
119 unsigned long getreg(struct task_struct *child, int regno) in getreg()
H A Dsignal.c47 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() argument
119 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() argument
/linux/arch/x86/include/asm/
H A Ddebugreg.h24 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg()
66 static __always_inline void native_set_debugreg(int regno, unsigned long value) in native_set_debugreg()
/linux/arch/nios2/kernel/
H A Dkgdb.c71 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/arch/alpha/kernel/
H A 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/arch/hexagon/kernel/
H A Dkgdb.c78 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/drivers/infiniband/hw/qib/
H A 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()
H A Dqib_iba6120.c307 enum qib_ureg regno, int ctxt) in qib_read_ureg32()
333 enum qib_ureg regno, u64 value, int ctxt) in qib_write_ureg()
352 const u16 regno) in qib_read_kreg32()
360 const u16 regno) in qib_read_kreg64()
369 const u16 regno, u64 value) in qib_write_kreg()
383 const u16 regno, unsigned ctxt, in qib_write_kreg_ctxt()
390 u16 regno, u64 value) in write_6120_creg()
396 static inline u64 read_6120_creg(const struct qib_devdata *dd, u16 regno) in read_6120_creg()
403 static inline u32 read_6120_creg32(const struct qib_devdata *dd, u16 regno) in read_6120_creg32()
/linux/kernel/bpf/
H A Dverifier.c276 int regno; member
2026 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
2082 static void mark_reg_graph_node(struct bpf_reg_state *regs, u32 regno, in mark_reg_graph_node()
2577 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
2591 u32 regno, in __mark_reg_s32_range()
2616 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
2629 struct bpf_reg_state *regs, u32 regno, in mark_btf_ld_reg()
3437 u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t) in is_reg64()
3570 static int __check_reg_arg(struct bpf_verifier_env *env, struct bpf_reg_state *regs, u32 regno, in __check_reg_arg()
3615 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg()
[all …]
/linux/arch/arc/kernel/
H A Dkgdb.c17 int regno; in to_gdb_regs() local
40 int regno; in from_gdb_regs() local
/linux/arch/mips/kernel/
H A 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/arch/riscv/kernel/
H A Dkgdb.c207 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
220 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/linux/arch/sh/kernel/
H A Dkgdb.c193 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
205 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
/linux/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S83 #define do_expr(regno, offset) \ argument
/linux/arch/x86/lib/
H A Dinsn-eval.c440 int pt_regs_offset(struct pt_regs *regs, int regno) in pt_regs_offset()
450 int regno = 0; in get_regno() local
525 int regno = get_regno(insn, type); in get_reg_offset() local
/linux/arch/xtensa/kernel/
H A Dptrace.c268 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
335 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()

123456