Home
last modified time | relevance | path

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

/arch/s390/kernel/
Duprobes.c34 auprobe->saved_int_code = regs->int_code; in arch_uprobe_pre_xol()
35 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
46 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
83 regs->int_code = auprobe->saved_int_code; in arch_uprobe_post_xol()
116 if (regs->int_code & 0x200) /* Trap during transaction */ in arch_uprobe_exception_notify()
135 regs->int_code = auprobe->saved_int_code; in arch_uprobe_abort_xol()
366 regs->int_code = ilen << 16 | 0x0001; in handle_insn_ril()
370 regs->int_code = ilen << 16 | 0x0006; in handle_insn_ril()
374 regs->int_code = ilen << 16 | 0x0005; in handle_insn_ril()
Dtraps.c31 if (regs->int_code & 0x200) in get_trap_ip()
36 ((address - (regs->int_code >> 16)) & PSW_ADDR_INSN); in get_trap_ip()
48 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
89 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
Dsignal.c360 regs->gprs[4] = regs->int_code & 127; in setup_frame()
472 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in do_signal()
477 regs->int_code = current_thread_info()->system_call; in do_signal()
494 regs->int_code >> 16); in do_signal()
511 regs->int_code = current_thread_info()->system_call; in do_signal()
515 regs->int_code = __NR_restart_syscall; in do_signal()
Ddumpstack.c180 printk("%s: %04x ilc:%d [#%d] ", str, regs->int_code & 0xffff, in die()
181 regs->int_code >> 17, ++die_counter); in die()
192 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
Dperf_event.c113 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_misc_flags()
Dirq.c255 ext_code = *(struct ext_code *) &regs->int_code; in do_ext_interrupt()
Dasm-offsets.c55 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
Dcompat_signal.c447 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
Dperf_cpum_sf.c1013 regs.int_code = 0x1407; in perf_push_sample()
Dptrace.c1031 if (!(regs->int_code & 0x200)) in s390_tdb_get()
/arch/s390/include/asm/
Dsyscall.h32 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
Dptrace.h76 unsigned int int_code; member
/arch/s390/mm/
Dfault.c230 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
535 if (!(regs->int_code & 0x200)) in do_protection_exception()
536 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()