Home
last modified time | relevance | path

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

123456789

/openbmc/qemu/target/hexagon/
H A Dgen_helper_funcs.py33 def gen_helper_return_type(f, regtype, regid, regno): argument
39 def gen_helper_return_type_pair(f, regtype, regid, regno): argument
45 def gen_helper_arg(f, regtype, regid, regno): argument
51 def gen_helper_arg_new(f, regtype, regid, regno): argument
57 def gen_helper_arg_pair(f, regtype, regid, regno): argument
63 def gen_helper_arg_ext(f, regtype, regid, regno): argument
69 def gen_helper_arg_ext_pair(f, regtype, regid, regno): argument
119 def gen_helper_dest_decl_ext_pair(f, regtype, regid, regno): argument
153 def gen_helper_src_var_ext_pair(f, regtype, regid, regno): argument
160 def gen_helper_return(f, regtype, regid, regno): argument
[all …]
H A Dgen_tcg_funcs.py33 def genptr_decl_pair_writable(f, tag, regtype, regid, regno): argument
44 def genptr_decl_writable(f, tag, regtype, regid, regno): argument
59 def genptr_decl(f, tag, regtype, regid, regno): argument
188 def genptr_decl_new(f, tag, regtype, regid, regno): argument
H A Dgen_analyze_funcs.py33 def analyze_opn_old(f, tag, regtype, regid, regno): argument
144 def analyze_opn_new(f, tag, regtype, regid, regno): argument
/openbmc/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
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.h80 static inline int vec_reg_offset(DisasContext *s, int regno, in vec_reg_offset()
110 static inline int vec_full_reg_offset(DisasContext *s, int regno) in vec_full_reg_offset()
117 static inline TCGv_ptr vec_full_reg_ptr(DisasContext *s, int regno) in vec_full_reg_ptr()
140 static inline int pred_full_reg_offset(DisasContext *s, int regno) in pred_full_reg_offset()
181 static inline TCGv_ptr pred_full_reg_ptr(DisasContext *s, int regno) in pred_full_reg_ptr()
H A Dtranslate-m-nocp.c231 static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) in fp_sysreg_checks()
305 static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, in gen_M_fp_sysreg_write()
428 static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, in gen_M_fp_sysreg_read()
/openbmc/linux/drivers/video/fbdev/
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 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()
/openbmc/linux/arch/arm/kernel/
H A 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
/openbmc/linux/arch/m68k/kernel/
H A 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
/openbmc/linux/arch/x86/include/asm/
H A Ddebugreg.h21 static __always_inline unsigned long native_get_debugreg(int regno) in native_get_debugreg()
63 static __always_inline void native_set_debugreg(int regno, unsigned long value) in native_set_debugreg()
/openbmc/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()
/openbmc/u-boot/drivers/net/
H A Dcs8900.c50 static u16 get_reg_init_bus(struct eth_device *dev, int regno) in get_reg_init_bus()
67 static u16 get_reg(struct eth_device *dev, int regno) in get_reg()
75 static void put_reg(struct eth_device *dev, int regno, u16 val) in put_reg()
/openbmc/qemu/target/loongarch/
H A Dtranslate.c35 static inline int vec_full_offset(int regno) in vec_full_offset()
40 static inline int vec_reg_offset(int regno, int index, MemOp mop) in vec_reg_offset()
52 static inline void get_vreg64(TCGv_i64 dest, int regno, int index) in get_vreg64()
58 static inline void set_vreg64(TCGv_i64 src, int regno, int index) in set_vreg64()
/openbmc/qemu/target/nios2/
H A Dop_helper.c108 uint32_t helper_rdprs(CPUNios2State *env, uint32_t regno) in helper_rdprs()
114 void helper_wrprs(CPUNios2State *env, uint32_t regno, uint32_t val) in helper_wrprs()
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/x86/um/
H A Dptrace_64.c54 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
130 unsigned long getreg(struct task_struct *child, int regno) in getreg()
H A Dptrace_32.c76 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
144 unsigned long getreg(struct task_struct *child, int regno) in getreg()
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c152 static noinstr unsigned long pv_native_get_debugreg(int regno) in pv_native_get_debugreg()
157 static noinstr void pv_native_set_debugreg(int regno, unsigned long val) in pv_native_set_debugreg()
/openbmc/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()
/openbmc/linux/arch/arc/kernel/
H A Dkgdb.c17 int regno; in to_gdb_regs() local
40 int regno; in from_gdb_regs() local
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_firmware.c96 u32 regno = (action & 0x0fff0000) >> 16; in rtl_fw_data_ok() local
151 u32 regno = (action & 0x0fff0000) >> 16; in rtl_fw_write_firmware() local
/openbmc/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()

123456789