Searched refs:int_code (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/arch/s390/kernel/ |
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() 360 regs->int_code = ilen << 16 | 0x0001; in handle_insn_ril() 364 regs->int_code = ilen << 16 | 0x0006; in handle_insn_ril() 368 regs->int_code = ilen << 16 | 0x0005; in handle_insn_ril()
|
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()
|
D | traps.c | 39 if (regs->int_code & 0x200) in get_trap_ip() 43 return (void __user *) (address - (regs->int_code >> 16)); in get_trap_ip() 65 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap() 249 switch (report_bug(regs->psw.addr - (regs->int_code >> 16), regs)) { in monitor_event_exception() 300 regs->int_code = S390_lowcore.pgm_int_code; in __do_pgm_check() 339 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
|
D | signal.c | 358 regs->gprs[4] = regs->int_code & 127; in setup_frame() 466 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart() 471 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 488 regs->int_code >> 16); in arch_do_signal_or_restart() 506 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 523 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in arch_do_signal_or_restart()
|
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()
|
D | irq.c | 184 regs->int_code = S390_lowcore.ext_int_code_addr; in do_ext_irq() 345 ext_code.int_code = regs->int_code; in do_ext_interrupt()
|
D | perf_event.c | 90 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_misc_flags()
|
D | ptrace.c | 352 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user() 717 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user_compat() 967 if (!(regs->int_code & 0x200)) in s390_tdb_get()
|
D | compat_signal.c | 327 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
|
D | perf_cpum_sf.c | 1096 regs.int_code = 0x1407; in perf_push_sample()
|
/linux-6.1.9/arch/s390/mm/ |
D | fault.c | 212 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault() 392 current->thread.gmap_int_code = regs->int_code & 0xffff; in do_exception() 497 if (!(regs->int_code & 0x200)) in do_protection_exception() 498 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | irq.h | 89 unsigned int int_code; member
|
D | syscall.h | 24 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
|
D | ptrace.h | 122 unsigned int int_code; member
|
/linux-6.1.9/drivers/net/wireless/marvell/ |
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()
|