Home
last modified time | relevance | path

Searched defs:regs (Results 451 – 475 of 3174) sorted by relevance

1...<<11121314151617181920>>...127

/openbmc/linux/arch/x86/include/asm/
H A Dentry-common.h13 static __always_inline void arch_enter_from_user_mode(struct pt_regs *regs) in arch_enter_from_user_mode()
47 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare()
/openbmc/linux/arch/m68k/mm/
H A Dfault.c22 int send_fault_sig(struct pt_regs *regs) in send_fault_sig()
68 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()
/openbmc/linux/arch/mips/kernel/
H A Dperf_regs.c40 u64 perf_reg_value(struct pt_regs *regs, int idx) in perf_reg_value()
64 struct pt_regs *regs) in perf_get_regs_user()
/openbmc/linux/drivers/scsi/
H A Dmac53c94.c45 struct mac53c94_regs __iomem *regs; member
106 struct mac53c94_regs __iomem *regs = state->regs; in DEF_SCSI_QCMD() local
126 struct mac53c94_regs __iomem *regs = state->regs; in mac53c94_init() local
147 struct mac53c94_regs __iomem *regs = state->regs; in mac53c94_start() local
194 struct mac53c94_regs __iomem *regs = state->regs; in mac53c94_interrupt() local
/openbmc/linux/net/netfilter/
H A Dnft_synproxy.c45 struct nft_regs *regs, in nft_synproxy_eval_v4()
76 struct nft_regs *regs, in nft_synproxy_eval_v6()
107 struct nft_regs *regs, in nft_synproxy_do_eval()
242 struct nft_regs *regs, in nft_synproxy_eval()
330 struct nft_regs *regs, in nft_synproxy_obj_eval()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfsl_corenet_serdes.c108 serdes_corenet_t *regs = (void *)CONFIG_SYS_FSL_CORENET_SERDES_ADDR; in serdes_lane_enabled() local
211 static void __serdes_reset_rx(serdes_corenet_t *regs, in __serdes_reset_rx()
245 serdes_corenet_t *regs; in serdes_reset_rx() local
342 static void p4080_erratum_serdes8(serdes_corenet_t *regs, ccsr_gur_t *gur, in p4080_erratum_serdes8()
418 static void p4080_erratum_serdes_a005(serdes_corenet_t *regs, unsigned int cfg) in p4080_erratum_serdes_a005()
/openbmc/linux/arch/nios2/kernel/
H A Dprocess.c74 void show_regs(struct pt_regs *regs) in show_regs()
108 struct pt_regs *regs; in copy_thread() local
245 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
/openbmc/linux/arch/arm64/kernel/
H A Dstacktrace.c30 struct pt_regs *regs) in unwind_init_from_regs()
177 struct pt_regs *regs) in arch_stack_walk()
218 void dump_backtrace(struct pt_regs *regs, struct task_struct *tsk, in dump_backtrace()
H A Dperf_regs.c30 u64 perf_reg_value(struct pt_regs *regs, int idx) in perf_reg_value()
102 struct pt_regs *regs) in perf_get_regs_user()
/openbmc/linux/arch/openrisc/kernel/
H A Dprocess.c122 void show_regs(struct pt_regs *regs) in show_regs()
225 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
270 void dump_elf_thread(elf_greg_t *dest, struct pt_regs* regs) in dump_elf_thread()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_xfer.c27 int mscc_send(void __iomem *regs, const unsigned long *mscc_qs_offset, in mscc_send()
58 int mscc_recv(void __iomem *regs, const unsigned long *mscc_qs_offset, in mscc_recv()
127 void mscc_flush(void __iomem *regs, const unsigned long *mscc_qs_offset) in mscc_flush()
/openbmc/u-boot/arch/arm/mach-meson/
H A Dsm.c21 struct pt_regs regs; in meson_init_shmem() local
39 struct pt_regs regs; in meson_sm_read_efuse() local
/openbmc/linux/arch/arm/include/asm/
H A Dfiq.h47 static inline void set_fiq_regs(struct pt_regs const *regs) in set_fiq_regs()
52 static inline void get_fiq_regs(struct pt_regs *regs) in get_fiq_regs()
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c181 static void check_syscall_restart(struct pt_regs *regs, struct k_sigaction *ka, in check_syscall_restart()
298 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) in do_notify_resume()
338 struct pt_regs *regs = tsk->thread.regs; in get_tm_stackpointer() local
367 void signal_fault(struct task_struct *tsk, struct pt_regs *regs, in signal_fault()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c35 static void rkvop_enable(struct rk3288_vop *regs, ulong fbbase, in rkvop_enable()
105 struct rk3288_vop *regs = priv->regs; in rkvop_enable_output() local
141 struct rk3288_vop *regs = priv->regs; in rkvop_mode_set() local
225 struct rk3288_vop *regs = priv->regs; in rk_display_init() local
/openbmc/u-boot/arch/sh/include/asm/
H A Dptrace.h53 unsigned long regs[16]; member
88 #define user_mode(regs) (((regs)->sr & 0x40000000)==0) argument
89 #define instruction_pointer(regs) ((regs)->pc) argument
102 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc()
/openbmc/linux/kernel/trace/
H A Dtrace_syscalls.c67 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr()
76 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr()
291 static void ftrace_syscall_enter(void *data, struct pt_regs *regs, long id) in ftrace_syscall_enter()
338 static void ftrace_syscall_exit(void *data, struct pt_regs *regs, long ret) in ftrace_syscall_exit()
565 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
586 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter()
671 static int perf_call_bpf_exit(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_exit()
687 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in perf_syscall_exit()
/openbmc/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
48 struct regs_dump *regs = &sample->user_regs; in test__arch_unwind_sample() local
/openbmc/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
48 struct regs_dump *regs = &sample->user_regs; in test__arch_unwind_sample() local
/openbmc/linux/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
55 struct regs_dump *regs = &sample->user_regs; in test__arch_unwind_sample() local
/openbmc/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
48 struct regs_dump *regs = &sample->user_regs; in test__arch_unwind_sample() local
/openbmc/linux/arch/powerpc/perf/
H A Dcallchain.c44 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel()
104 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_user()
/openbmc/linux/arch/mips/dec/
H A Dkn01-berr.c60 static int dec_kn01_be_backend(struct pt_regs *regs, int is_fixup, int invoker) in dec_kn01_be_backend()
143 int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup) in dec_kn01_be_handler()
151 struct pt_regs *regs = get_irq_regs(); in dec_kn01_be_interrupt() local
/openbmc/linux/arch/mips/math-emu/
H A Ddsemul.c137 static bool within_emuframe(struct pt_regs *regs) in within_emuframe()
170 bool dsemul_thread_rollback(struct pt_regs *regs) in dsemul_thread_rollback()
209 int mips_dsemul(struct pt_regs *regs, mips_instruction ir, in mips_dsemul()
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c12 struct pt_regs *regs = task->thread.regs; in user_enable_single_step() local
21 struct pt_regs *regs = task->thread.regs; in user_enable_block_step() local
30 struct pt_regs *regs = task->thread.regs; in user_disable_single_step() local

1...<<11121314151617181920>>...127