Searched refs:int_code (Results 1 – 17 of 17) sorted by relevance
| /arch/s390/kernel/ |
| A D | syscall.c | 92 regs->int_code = get_lowcore()->svc_int_code; in __do_syscall() 102 nr = regs->int_code & 0xffff; in __do_syscall() 105 regs->int_code &= ~0xffffUL; in __do_syscall() 106 regs->int_code |= nr; in __do_syscall()
|
| A D | uprobes.c | 36 auprobe->saved_int_code = regs->int_code; in arch_uprobe_pre_xol() 37 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol() 48 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped() 85 regs->int_code = auprobe->saved_int_code; in arch_uprobe_post_xol() 118 if (regs->int_code & 0x200) /* Trap during transaction */ in arch_uprobe_exception_notify() 138 regs->int_code = auprobe->saved_int_code; in arch_uprobe_abort_xol() 359 regs->int_code = ilen << 16 | 0x0001; in handle_insn_ril() 363 regs->int_code = ilen << 16 | 0x0006; in handle_insn_ril() 367 regs->int_code = ilen << 16 | 0x0005; in handle_insn_ril()
|
| A D | traps.c | 38 if (regs->int_code & 0x200) in get_trap_ip() 42 return (void __user *)(address - (regs->int_code >> 16)); in get_trap_ip() 65 if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP) in do_trap() 227 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception() 298 regs->int_code = lc->pgm_int_code; in __do_pgm_check() 309 current->thread.gmap_int_code = regs->int_code & 0xffff; in __do_pgm_check() 343 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
|
| 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()
|
| A D | signal.c | 355 regs->gprs[4] = regs->int_code & 127; in setup_frame() 463 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart() 468 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 485 regs->int_code >> 16); in arch_do_signal_or_restart() 503 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 520 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in arch_do_signal_or_restart()
|
| A D | dumpstack.c | 202 printk("%s: %04x ilc:%d [#%d]", str, regs->int_code & 0xffff, in die() 203 regs->int_code >> 17, ++die_counter); in die() 208 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
|
| A D | irq.c | 193 regs->int_code = get_lowcore()->ext_int_code_addr; in do_ext_irq() 354 ext_code.int_code = regs->int_code; in do_ext_interrupt()
|
| A D | perf_event.c | 92 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_arch_misc_flags()
|
| A D | asm-offsets.c | 51 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
|
| A D | ptrace.c | 357 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user() 705 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user_compat() 933 if (!(regs->int_code & 0x200)) in s390_tdb_get()
|
| A D | compat_signal.c | 324 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
|
| A D | perf_cpum_sf.c | 1031 regs.int_code = 0x1407; in perf_push_sample()
|
| /arch/s390/include/asm/ |
| A D | syscall.h | 24 (regs->int_code & 0xffff) : -1; in syscall_get_nr() 36 regs->int_code = (regs->int_code & ~0xffff) | (nr & 0xffff); in syscall_set_nr()
|
| A D | irq.h | 90 unsigned int int_code; member
|
| A D | ptrace.h | 123 unsigned int int_code; member
|
| /arch/s390/boot/ |
| A D | pgm_check.c | 71 regs->int_code & 0xffff, regs->int_code >> 17); in do_pgm_check()
|
| /arch/s390/mm/ |
| A D | fault.c | 195 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault() 368 if (!(regs->int_code & 0x200)) in do_protection_exception() 369 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
|
Completed in 25 milliseconds