| /linux/arch/s390/kernel/ |
| H A D | uprobes.c | 35 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 D | syscall.c | 103 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 D | traps.c | 39 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 D | early.c | 158 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 D | dumpstack.c | 163 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 D | signal.c | 348 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 D | irq.c | 200 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 D | perf_event.c | 90 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_arch_misc_flags()
|
| H A D | asm-offsets.c | 55 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
|
| H A D | ptrace.c | 352 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user() 626 if (!(regs->int_code & 0x200)) in s390_tdb_get()
|
| H A D | dis.c | 513 pswaddr = __forward_psw(regs->psw, regs->int_code >> 16); in show_code()
|
| H A D | perf_cpum_sf.c | 1030 regs.int_code = 0x1407; in perf_push_sample()
|
| /linux/arch/s390/include/asm/ |
| H A D | syscall.h | 23 (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 D | irq.h | 90 unsigned int int_code; member
|
| H A D | ptrace.h | 129 unsigned int int_code; member
|
| /linux/arch/s390/mm/ |
| H A D | fault.c | 203 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 D | pgm_check.c | 71 regs->int_code & 0xffff, regs->int_code >> 17); in do_pgm_check()
|
| /linux/drivers/net/wireless/marvell/ |
| H A D | mwl8k.c | 627 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()
|