Home
last modified time | relevance | path

Searched defs:regs (Results 401 – 425 of 3174) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c25 static void guest_bp_handler(struct ex_regs *regs) in guest_bp_handler()
33 static void guest_int_handler(struct ex_regs *regs) in guest_int_handler()
61 static void guest_nmi_handler(struct ex_regs *regs) in guest_nmi_handler()
/openbmc/linux/arch/powerpc/kernel/
H A Dirq_64.c71 static inline void next_interrupt(struct pt_regs *regs) in next_interrupt()
99 struct pt_regs regs; in __replay_soft_interrupts() local
442 struct pt_regs regs; in replay_system_reset() local
H A Dsignal_64.c129 struct pt_regs *regs = tsk->thread.regs; in __unsafe_setup_sigcontext() local
224 struct pt_regs *regs = tsk->thread.regs; in setup_tm_sigcontexts() local
345 struct pt_regs *regs = tsk->thread.regs; in __unsafe_restore_sigcontext() local
446 struct pt_regs *regs = tsk->thread.regs; in restore_tm_sigcontexts() local
746 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE0() local
863 struct pt_regs *regs = tsk->thread.regs; in handle_rt_signal64() local
H A Dhw_breakpoint.c228 void thread_change_pc(struct task_struct *tsk, struct pt_regs *regs) in thread_change_pc()
283 static bool stepping_handler(struct pt_regs *regs, struct perf_event **bp, in stepping_handler()
381 struct pt_regs *regs = args->regs; in hw_breakpoint_handler() local
508 struct pt_regs *regs = args->regs; in single_step_dabr_instruction() local
597 struct perf_sample_data *data, struct pt_regs *regs) in ptrace_triggered()
/openbmc/linux/drivers/net/ipa/
H A Dreg.h57 struct regs { struct
62 static inline const struct reg *reg(const struct regs *regs, u32 reg_id) in reg()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h78 #define instruction_pointer(regs) ((regs)->pc) argument
79 #define user_mode(regs) (!(regs)->kernel_mode) argument
85 #define PT_REGS_SYSCALL(regs) (regs)->gpr[0] argument
86 #define PT_REGS_SET_SYSCALL(regs, val) ((regs)->gpr[0] = (val)) argument
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c179 const struct sja1105_regs *regs = priv->info->regs; in sja1105et_reset_cmd() local
189 const struct sja1105_regs *regs = priv->info->regs; in sja1105pqrs_reset_cmd() local
199 const struct sja1105_regs *regs = priv->info->regs; in sja1110_reset_cmd() local
213 const struct sja1105_regs *regs = priv->info->regs; in sja1105_inhibit_tx() local
262 const struct sja1105_regs *regs = priv->info->regs; in sja1105_status_get() local
318 const struct sja1105_regs *regs = priv->info->regs; in sja1105_static_config_upload() local
/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c47 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind()
147 struct pt_regs regs; in fake_pt_regs() local
158 static int kretprobe_ret_handler(struct kretprobe_instance *ri, struct pt_regs *regs) in kretprobe_ret_handler()
173 struct pt_regs regs; in test_unwind_kretprobed_func() local
219 static int kprobe_pre_handler(struct kprobe *p, struct pt_regs *regs) in kprobe_pre_handler()
335 struct pt_regs regs = fake_pt_regs(); in unwindme_func4() local
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c159 struct emac_regs *regs; member
204 struct emac_regs *regs = priv->regs; in emac_mdio_read() local
227 struct emac_regs *regs = priv->regs; in emac_mdio_write() local
283 struct emac_regs *regs = priv->regs; in emac_setup() local
317 struct emac_regs *regs = priv->regs; in emac_reset() local
331 struct emac_regs *regs = priv->regs; in _sunxi_write_hwaddr() local
345 struct emac_regs *regs = priv->regs; in _sunxi_emac_eth_init() local
408 struct emac_regs *regs = priv->regs; in _sunxi_emac_eth_recv() local
486 struct emac_regs *regs = priv->regs; in _sunxi_emac_eth_send() local
509 struct emac_regs *regs = priv->regs; in sunxi_emac_board_setup() local
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c769 static int restore_sigframe(struct pt_regs *regs, in restore_sigframe()
820 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE0() local
935 struct pt_regs *regs, sigset_t *set) in setup_sigframe()
1047 struct ksignal *ksig, struct pt_regs *regs) in get_sigframe()
1074 static void setup_return(struct pt_regs *regs, struct k_sigaction *ka, in setup_return()
1131 struct pt_regs *regs) in setup_rt_frame()
1161 static void setup_restart_syscall(struct pt_regs *regs) in setup_restart_syscall()
1172 static void handle_signal(struct ksignal *ksig, struct pt_regs *regs) in handle_signal()
1210 static void do_signal(struct pt_regs *regs) in do_signal()
1281 void do_notify_resume(struct pt_regs *regs, unsigned long thread_flags) in do_notify_resume()
/openbmc/linux/arch/arm64/include/asm/
H A Drwonce.h16 #define __LOAD_RCPC(sfx, regs...) \ argument
23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
/openbmc/linux/arch/csky/abiv2/inc/abi/
H A Dregdef.h12 #define regs_syscallid(regs) regs->regs[3] argument
13 #define regs_fp(regs) regs->regs[4] argument
/openbmc/linux/arch/csky/abiv1/inc/abi/
H A Dregdef.h12 #define regs_syscallid(regs) regs->regs[9] argument
13 #define regs_fp(regs) regs->regs[2] argument
/openbmc/u-boot/drivers/pwm/
H A Drk_pwm.c19 struct rk3288_pwm *regs; member
42 struct rk3288_pwm *regs = priv->regs; in rk_pwm_set_config() local
64 struct rk3288_pwm *regs = priv->regs; in rk_pwm_set_enable() local
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c180 struct tgec_regs __iomem *regs; member
199 static void set_mac_address(struct tgec_regs __iomem *regs, const u8 *adr) in set_mac_address()
218 static int init(struct tgec_regs __iomem *regs, struct tgec_cfg *cfg, in init()
326 struct tgec_regs __iomem *regs = tgec->regs; in tgec_err_exception() local
395 struct tgec_regs __iomem *regs = tgec->regs; in tgec_set_promiscuous() local
412 struct tgec_regs __iomem *regs = tgec->regs; in tgec_set_tx_pause_frames() local
421 struct tgec_regs __iomem *regs = tgec->regs; in tgec_accept_rx_pause_frames() local
445 struct tgec_regs __iomem *regs = tgec->regs; in tgec_link_up() local
463 struct tgec_regs __iomem *regs = tgec->regs; in tgec_link_down() local
489 struct tgec_regs __iomem *regs = tgec->regs; in tgec_add_hash_mac_address() local
[all …]
/openbmc/linux/arch/mips/dec/
H A Dkn02xa-berr.c37 static int dec_kn02xa_be_backend(struct pt_regs *regs, int is_fixup, in dec_kn02xa_be_backend()
98 int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup) in dec_kn02xa_be_handler()
105 struct pt_regs *regs = get_irq_regs(); in dec_kn02xa_be_interrupt() local
/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c50 struct altera_qspi_regs *regs; member
137 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_erase() local
211 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_write() local
237 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_get_locked_range() local
259 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_lock() local
293 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_unlock() local
306 struct altera_qspi_regs *regs = pdata->regs; in altera_qspi_probe() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dperf_event.h28 #define perf_arch_bpf_user_pt_regs(regs) &regs->user_regs argument
34 #define perf_arch_fetch_caller_regs(regs, __ip) \ argument
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_thread.h24 static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry, in target_thread_set_upcall()
30 static inline void target_thread_init(struct target_pt_regs *regs, in target_thread_init()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c75 static int cbe_system_reset_exception(struct pt_regs *regs) in cbe_system_reset_exception()
114 struct cbe_pmd_regs __iomem *regs = cbe_get_cpu_pmd_regs(cpu); in cbe_pervasive_init() local
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_thread.h24 static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry, in target_thread_set_upcall()
30 static inline void target_thread_init(struct target_pt_regs *regs, in target_thread_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c182 hv_setup_crash_handler(void (* handler)(struct pt_regs * regs)) hv_setup_crash_handler() argument
213 hv_machine_crash_shutdown(struct pt_regs * regs) hv_machine_crash_shutdown() argument
319 hv_nmi_unknown(unsigned int val,struct pt_regs * regs) hv_nmi_unknown() argument
680 hv_sev_es_hcall_prepare(struct ghcb * ghcb,struct pt_regs * regs) hv_sev_es_hcall_prepare() argument
688 hv_sev_es_hcall_finish(struct ghcb * ghcb,struct pt_regs * regs) hv_sev_es_hcall_finish() argument
[all...]
/openbmc/linux/arch/arc/kernel/
H A Dunaligned.c132 static void fixup_load(struct disasm_state *state, struct pt_regs *regs, in fixup_load()
162 static void fixup_store(struct disasm_state *state, struct pt_regs *regs, in fixup_store()
198 int misaligned_fixup(unsigned long address, struct pt_regs *regs, in misaligned_fixup()
/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()
100 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc) in kgdb_arch_set_pc()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dinterrupts.c50 void external_interrupt(struct pt_regs *regs) in external_interrupt()
106 static void cpm_interrupt(void *regs) in cpm_interrupt()
225 void timer_interrupt_cpu(struct pt_regs *regs) in timer_interrupt_cpu()

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