Searched refs:int_code (Results 1 – 15 of 15) sorted by relevance
/linux/arch/s390/kernel/ |
A D | uprobes.c | 37 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 D | syscall.c | 115 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 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() 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 D | signal.c | 359 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 D | dumpstack.c | 205 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 D | irq.c | 184 regs->int_code = S390_lowcore.ext_int_code_addr; in do_ext_irq() 345 ext_code = *(struct ext_code *) ®s->int_code; in do_ext_interrupt()
|
A D | perf_event.c | 90 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_misc_flags()
|
A D | ptrace.c | 359 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 D | compat_signal.c | 327 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
|
A D | perf_cpum_sf.c | 1095 regs.int_code = 0x1407; in perf_push_sample()
|
/linux/arch/s390/mm/ |
A D | fault.c | 211 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 D | syscall.h | 24 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
|
A D | ptrace.h | 91 unsigned int int_code; member
|
/linux/drivers/net/wireless/marvell/ |
A D | mwl8k.c | 622 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 D | bpf_jit_comp.c | 632 insn = (u8 *)__rewind_psw(regs->psw, regs->int_code >> 16); in ex_handler_bpf()
|
Completed in 49 milliseconds