Home
last modified time | relevance | path

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

12345678

/openbmc/qemu/target/hexagon/
H A Dhex_common.py339 def decl_reg_num(self, f, regno): argument
447 def decl_tcg(self, f, tag, regno): argument
456 def analyze_write(self, f, tag, regno): argument
463 def decl_tcg(self, f, tag, regno): argument
468 def analyze_read(self, f, regno): argument
474 def decl_tcg(self, f, tag, regno): argument
478 def analyze_read(self, f, regno): argument
484 def decl_tcg(self, f, tag, regno): argument
500 def analyze_read(self, f, regno): argument
504 def analyze_write(self, f, tag, regno): argument
[all …]
/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/qemu/target/loongarch/tcg/
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/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/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/kernel/
H A Dparavirt.c151 static noinstr unsigned long pv_native_get_debugreg(int regno) in pv_native_get_debugreg()
156 static noinstr void pv_native_set_debugreg(int regno, unsigned long val) in pv_native_set_debugreg()
/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/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()
/openbmc/linux/arch/arm64/kernel/
H A Dkgdb.c104 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
117 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
/openbmc/linux/kernel/bpf/
H A Dverifier.c269 int regno; member
791 static void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
801 static bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched()
806 static bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched()
2146 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
2200 static void mark_reg_graph_node(struct bpf_reg_state *regs, u32 regno, in mark_reg_graph_node()
2496 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
2516 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
2529 struct bpf_reg_state *regs, u32 regno, in mark_btf_ld_reg()
3214 u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t) in is_reg64()
[all …]
/openbmc/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h19 #define AMD_C2P_MSG(regno) (0x10500 + ((regno) * 4)) argument
20 #define AMD_P2C_MSG(regno) (0x10680 + ((regno) * 4)) argument

12345678