Home
last modified time | relevance | path

Searched refs:int_code (Results 1 – 18 of 18) sorted by relevance

/linux/arch/s390/kernel/
H A Duprobes.c35 auprobe->saved_int_code = regs->int_code; in arch_uprobe_pre_xol()
36 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
47 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
84 regs->int_code = auprobe->saved_int_code; in arch_uprobe_post_xol()
117 if (regs->int_code & 0x200) /* Trap during transaction */ in arch_uprobe_exception_notify()
137 regs->int_code = auprobe->saved_int_code; in arch_uprobe_abort_xol()
353 regs->int_code = ilen << 16 | 0x0001; in handle_insn_ril()
357 regs->int_code = ilen << 16 | 0x0006; in handle_insn_ril()
361 regs->int_code = ilen << 16 | 0x0005; in handle_insn_ril()
H A Dsyscall.c103 regs->int_code = get_lowcore()->svc_int_code; in __do_syscall()
113 nr = regs->int_code & 0xffff; in __do_syscall()
116 regs->int_code &= ~0xffffUL; in __do_syscall()
117 regs->int_code |= nr; in __do_syscall()
H A Dtraps.c39 if (regs->int_code & 0x200) in get_trap_ip()
43 return (void __user *)(address - (regs->int_code >> 16)); in get_trap_ip()
66 if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
263 btt = report_bug(regs->psw.addr - (regs->int_code >> 16), regs); in monitor_event_exception()
337 regs->int_code = lc->pgm_int_code; in __do_pgm_check()
349 current->thread.gmap_int_code = regs->int_code & 0xffff; in __do_pgm_check()
383 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
H A Dearly.c158 regs->int_code = lc->pgm_int_code; in __do_early_pgm_check()
161 ip = __rewind_psw(regs->psw, regs->int_code >> 16); in __do_early_pgm_check()
164 if ((regs->int_code & PGM_INT_CODE_MASK) == 0x40) { in __do_early_pgm_check()
177 regs->int_code & 0xffff, regs->psw.mask, regs->psw.addr); in __do_early_pgm_check()
H A Ddumpstack.c163 pswaddr = __forward_psw(regs->psw, regs->int_code >> 16); in show_registers()
206 printk("%s: %04x ilc:%d [#%d]", str, regs->int_code & 0xffff, in die()
207 regs->int_code >> 17, ++die_counter); in die()
212 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
H A Dsignal.c348 regs->gprs[4] = regs->int_code & 127; in setup_frame()
450 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
455 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
472 regs->int_code >> 16); in arch_do_signal_or_restart()
487 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
501 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in arch_do_signal_or_restart()
H A Dirq.c200 regs->int_code = get_lowcore()->ext_int_code_addr; in do_ext_irq()
360 ext_code.int_code = regs->int_code; in do_ext_interrupt()
H A Dperf_event.c90 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_arch_misc_flags()
H A Dasm-offsets.c55 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
H A Dptrace.c352 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user()
626 if (!(regs->int_code & 0x200)) in s390_tdb_get()
H A Ddis.c513 pswaddr = __forward_psw(regs->psw, regs->int_code >> 16); in show_code()
H A Dperf_cpum_sf.c1030 regs.int_code = 0x1407; in perf_push_sample()
/linux/arch/s390/include/asm/
H A Dsyscall.h23 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
35 regs->int_code = (regs->int_code & ~0xffff) | (nr & 0xffff); in syscall_set_nr()
H A Dirq.h90 unsigned int int_code; member
H A Dptrace.h129 unsigned int int_code; member
/linux/arch/s390/mm/
H A Dfault.c203 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
376 if (!(regs->int_code & 0x200)) { in do_protection_exception()
377 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
/linux/arch/s390/boot/
H A Dpgm_check.c71 regs->int_code & 0xffff, regs->int_code >> 17); in do_pgm_check()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c627 u32 int_code; in mwl8k_send_fw_load_cmd() local
629 int_code = ioread32(regs + in mwl8k_send_fw_load_cmd()
631 if (int_code == 0) in mwl8k_send_fw_load_cmd()
634 int_code = ioread32(regs + MWL8K_HIU_INT_CODE); in mwl8k_send_fw_load_cmd()
635 if (int_code == MWL8K_INT_CODE_CMD_FINISHED) { in mwl8k_send_fw_load_cmd()