Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Duprobes.c37 auprobe->saved_int_code = regs->int_code; in arch_uprobe_pre_xol()
38 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
49 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
86 regs->int_code = auprobe->saved_int_code; in arch_uprobe_post_xol()
119 if (regs->int_code & 0x200) /* Trap during transaction */ in arch_uprobe_exception_notify()
139 regs->int_code = auprobe->saved_int_code; in arch_uprobe_abort_xol()
370 regs->int_code = ilen << 16 | 0x0001; in handle_insn_ril()
374 regs->int_code = ilen << 16 | 0x0006; in handle_insn_ril()
378 regs->int_code = ilen << 16 | 0x0005; in handle_insn_ril()
A Dsyscall.c115 nr = regs->int_code & 0xffff; in do_syscall()
118 regs->int_code &= ~0xffffUL; in do_syscall()
119 regs->int_code |= nr; in do_syscall()
155 regs->int_code = S390_lowcore.svc_int_code; in __do_syscall()
A Dtraps.c38 if (regs->int_code & 0x200) in get_trap_ip()
42 return (void __user *) (address - (regs->int_code >> 16)); in get_trap_ip()
66 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
252 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception()
306 regs->int_code = *(u32 *)&S390_lowcore.pgm_ilc; in __do_pgm_check()
345 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
A Dsignal.c359 regs->gprs[4] = regs->int_code & 127; in setup_frame()
467 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
472 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
489 regs->int_code >> 16); in arch_do_signal_or_restart()
507 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
524 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in arch_do_signal_or_restart()
A Ddumpstack.c205 printk("%s: %04x ilc:%d [#%d] ", str, regs->int_code & 0xffff, in die()
206 regs->int_code >> 17, ++die_counter); in die()
216 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
A Dirq.c184 regs->int_code = S390_lowcore.ext_int_code_addr; in do_ext_irq()
345 ext_code = *(struct ext_code *) &regs->int_code; in do_ext_interrupt()
A Dperf_event.c90 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_misc_flags()
A Dptrace.c359 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user()
730 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user_compat()
980 if (!(regs->int_code & 0x200)) in s390_tdb_get()
A Dcompat_signal.c327 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
A Dperf_cpum_sf.c1095 regs.int_code = 0x1407; in perf_push_sample()
/linux/arch/s390/mm/
A Dfault.c211 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
407 current->thread.gmap_int_code = regs->int_code & 0xffff; in do_exception()
502 if (!(regs->int_code & 0x200)) in do_protection_exception()
503 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
/linux/arch/s390/include/asm/
A Dsyscall.h24 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
A Dptrace.h91 unsigned int int_code; member
/linux/drivers/net/wireless/marvell/
A Dmwl8k.c622 u32 int_code; in mwl8k_send_fw_load_cmd() local
624 int_code = ioread32(regs + in mwl8k_send_fw_load_cmd()
626 if (int_code == 0) in mwl8k_send_fw_load_cmd()
629 int_code = ioread32(regs + MWL8K_HIU_INT_CODE); in mwl8k_send_fw_load_cmd()
630 if (int_code == MWL8K_INT_CODE_CMD_FINISHED) { in mwl8k_send_fw_load_cmd()
/linux/arch/s390/net/
A Dbpf_jit_comp.c632 insn = (u8 *)__rewind_psw(regs->psw, regs->int_code >> 16); in ex_handler_bpf()

Completed in 36 milliseconds