Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dsyscall.c103 regs->int_code = get_lowcore()->svc_int_code; in __do_syscall()
113 nr = regs->int_code & 0xffff; in __do_syscall()
116 regs->int_code &= ~0xffffUL; in __do_syscall()
117 regs->int_code |= nr; in __do_syscall()
H A Dirq.c200 regs->int_code = get_lowcore()->ext_int_code_addr; in do_ext_irq()
360 ext_code.int_code = regs->int_code; in do_ext_interrupt()
H A Dasm-offsets.c55 OFFSET(__PT_INT_CODE, pt_regs, int_code); in main()
H A Dptrace.c352 regs->int_code = 0x20000 | (data & 0xffff); in __poke_user()
626 if (!(regs->int_code & 0x200)) in s390_tdb_get()
H A Dperf_cpum_sf.c1030 regs.int_code = 0x1407; in perf_push_sample()
/linux/arch/s390/mm/
H A Dfault.c203 regs->int_code & 0xffff, regs->int_code >> 17); in report_user_fault()
376 if (!(regs->int_code & 0x200)) { in do_protection_exception()
377 regs->psw.addr = __rewind_psw(regs->psw, regs->int_code >> 16); in do_protection_exception()
/linux/arch/s390/include/asm/
H A Dirq.h90 unsigned int int_code; member