Home
last modified time | relevance | path

Searched refs:int_parm_long (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/s390/mm/
H A Dfault.c54 union teid teid = { .val = regs->int_parm_long }; in is_kernel_fault()
65 union teid teid = { .val = regs->int_parm_long }; in get_fault_address()
72 union teid teid = { .val = regs->int_parm_long }; in fault_is_write()
134 union teid teid = { .val = regs->int_parm_long }; in dump_fault_info()
362 union teid teid = { .val = regs->int_parm_long }; in do_protection_exception()
389 regs->int_parm_long = (teid.addr * PAGE_SIZE) | (regs->psw.addr & PAGE_MASK); in do_protection_exception()
406 union teid teid = { .val = regs->int_parm_long }; in do_secure_storage_access()
/linux-6.15/arch/s390/kernel/
H A Dtraps.c299 regs->int_parm_long = teid.val; in __do_pgm_check()
308 current->thread.gmap_teid.val = regs->int_parm_long; in __do_pgm_check()
H A Dirq.c195 regs->int_parm_long = get_lowcore()->ext_params2; in do_ext_irq()
363 p->handler(ext_code, regs->int_parm, regs->int_parm_long); in do_ext_interrupt()
H A Dperf_event.c77 sde_regs = (struct perf_sf_sde_regs *) &regs->int_parm_long; in perf_misc_flags_sf()
H A Dearly.c156 regs->int_parm_long = lc->trans_exc_code; in __do_early_pgm_check()
H A Dsignal.c356 regs->gprs[5] = regs->int_parm_long; in setup_frame()
H A Dcompat_signal.c325 regs->gprs[5] = regs->int_parm_long; in setup_frame32()
H A Dperf_cpum_sf.c1034 sde_regs = (struct perf_sf_sde_regs *) &regs.int_parm_long; in perf_push_sample()
/linux-6.15/arch/s390/include/asm/
H A Dptrace.h124 unsigned long int_parm_long; member