Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dsyscall.c88 nr = regs->int_code & 0xffff; in do_syscall()
91 regs->int_code &= ~0xffffUL; in do_syscall()
92 regs->int_code |= nr; in do_syscall()
128 regs->int_code = get_lowcore()->svc_int_code; in __do_syscall()
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()
Dtraps.c40 if (regs->int_code & 0x200) in get_trap_ip()
44 return (void __user *) (address - (regs->int_code >> 16)); in get_trap_ip()
68 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()
321 regs->int_code = lc->pgm_int_code; in __do_pgm_check()
360 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
Dearly.c184 regs->int_code = lc->pgm_int_code; in __do_early_pgm_check()
186 ip = __rewind_psw(regs->psw, regs->int_code >> 16); in __do_early_pgm_check()
189 if ((regs->int_code & PGM_INT_CODE_MASK) == 0x40) { in __do_early_pgm_check()
202 regs->int_code & 0xffff, regs->psw.mask, regs->psw.addr); in __do_early_pgm_check()
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()
Ddumpstack.c201 printk("%s: %04x ilc:%d [#%d] ", str, regs->int_code & 0xffff, in die()
202 regs->int_code >> 17, ++die_counter); in die()
212 notify_die(DIE_OOPS, str, regs, 0, regs->int_code & 0xffff, SIGSEGV); in die()
Dirq.c187 regs->int_code = get_lowcore()->ext_int_code_addr; in do_ext_irq()
348 ext_code.int_code = regs->int_code; in do_ext_interrupt()
Dperf_event.c93 if (regs->int_code == 0x1407 && regs->int_parm == CPU_MF_INT_SF_PRA) in perf_misc_flags()
Dptrace.c354 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user()
702 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user_compat()
930 if (!(regs->int_code & 0x200)) in s390_tdb_get()
Dcompat_signal.c324 regs->gprs[4] = regs->int_code & 127; in setup_frame32()
Dperf_cpum_sf.c1050 regs.int_code = 0x1407; in perf_push_sample()
/linux-6.12.1/arch/s390/mm/
Dfault.c217 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
358 current->thread.gmap_int_code = regs->int_code & 0xffff; in do_exception()
457 if (!(regs->int_code & 0x200)) in do_protection_exception()
458 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
/linux-6.12.1/arch/s390/include/asm/
Dirq.h91 unsigned int int_code; member
Dsyscall.h24 (regs->int_code & 0xffff) : -1; in syscall_get_nr()
Dptrace.h122 unsigned int int_code; member
/linux-6.12.1/drivers/net/wireless/marvell/
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()