Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Duprobes.c36 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()
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 Dsignal.c355 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()
H A Dperf_event.c92 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_arch_misc_flags()
H A Dasm-offsets.c51 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
H A Dptrace.c357 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()
H A Dcompat_signal.c324 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
H A Dperf_cpum_sf.c1031 regs.int_code = 0x1407; in perf_push_sample()
/linux/arch/s390/include/asm/
H A Dsyscall.h24 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
36 regs->int_code = (regs->int_code & ~0xffff) | (nr & 0xffff); in syscall_set_nr()
H A Dptrace.h123 unsigned int int_code; member
/linux/arch/s390/boot/
H A Dpgm_check.c71 regs->int_code & 0xffff, regs->int_code >> 17); in do_pgm_check()
/linux/arch/s390/mm/
H A Dfault.c195 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
252 * interruption code (int_code):
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()
/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()