/third_party/elfutils/libebl/ |
H A D | ebldwarftoregno.c | 36 ebl_dwarf_to_regno (Ebl *ebl, unsigned *regno) in ebl_dwarf_to_regno() argument
|
H A D | eblreginfo.c | 38 ebl_register_info (Ebl *ebl, int regno, char *name, size_t namelen, in ebl_register_info() argument
|
H A D | libebl.h | 288 Dwarf_Half regno; /* DWARF register number. */ member
|
/third_party/elfutils/backends/ |
H A D | ppc_initreg.c | 51 ppc_dwarf_to_regno (Ebl *ebl __attribute__ ((unused)), unsigned *regno) in ppc_dwarf_to_regno() argument
|
H A D | alpha_regs.c | 40 alpha_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) alpha_register_info() argument [all...] |
H A D | m68k_regs.c | 40 m68k_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) m68k_register_info() argument
|
H A D | s390_regs.c | 57 s390_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) s390_register_info() argument [all...] |
H A D | riscv_regs.c | 39 riscv_register_info (Ebl *ebl, int regno, char *name, size_t namelen, in riscv_register_info() argument [all...] |
H A D | csky_regs.c | 40 csky_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) csky_register_info() argument
|
H A D | ppc_regs.c | 40 ppc_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) ppc_register_info() argument [all...] |
H A D | arm_regs.c | 40 arm_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) arm_register_info() argument [all...] |
H A D | sh_regs.c | 42 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) sh_register_info() argument [all...] |
H A D | aarch64_regs.c | 61 aarch64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setnamep, int *bits, int *typep) aarch64_register_info() argument
|
H A D | ia64_regs.c | 40 ia64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) ia64_register_info() argument [all...] |
H A D | sparc_regs.c | 40 sparc_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) sparc_register_info() argument [all...] |
H A D | x86_64_regs.c | 41 x86_64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) x86_64_register_info() argument [all...] |
H A D | bpf_regs.c | 41 bpf_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) bpf_register_info() argument
|
H A D | i386_regs.c | 40 i386_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) i386_register_info() argument [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_frame_register.c | 37 dwarf_frame_register (Dwarf_Frame *fs, int regno, Dwarf_Op ops_mem[3], in dwarf_frame_register() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | debugreg.h | 21 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg() argument 63 static __always_inline void native_set_debugreg(int regno, unsigned long value) in native_set_debugreg() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | q40fb.c | 53 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, in q40fb_setcolreg() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | q40fb.c | 53 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, in q40fb_setcolreg() argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | debugreg.h | 21 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg() argument 63 static __always_inline void native_set_debugreg(int regno, unsigned long value) in native_set_debugreg() argument
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | ptrace.c | 74 static inline long get_reg(struct task_struct *task, int regno) in get_reg() argument 98 static inline int put_reg(struct task_struct *task, int regno, in put_reg() argument 166 int regno = addr >> 2; /* temporary hack. */ arch_ptrace() local [all...] |
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | ptrace.c | 31 static inline long get_reg(struct task_struct *task, int regno) in get_reg() argument 44 put_reg(struct task_struct *task, int regno, unsigned long data) put_reg() argument
|