Searched refs:int_parm_long (Results 1 – 8 of 8) sorted by relevance
52 union teid teid = { .val = regs->int_parm_long }; in is_kernel_fault()63 union teid teid = { .val = regs->int_parm_long }; in get_fault_address()70 union teid teid = { .val = regs->int_parm_long }; in fault_is_write()132 union teid teid = { .val = regs->int_parm_long }; in dump_fault_info()369 union teid teid = { .val = regs->int_parm_long }; in do_protection_exception()393 regs->int_parm_long = (teid.addr * PAGE_SIZE) | (regs->psw.addr & PAGE_MASK); in do_protection_exception()410 union teid teid = { .val = regs->int_parm_long }; in do_secure_storage_access()
338 regs->int_parm_long = teid.val; in __do_pgm_check()348 current->thread.gmap_teid.val = regs->int_parm_long; in __do_pgm_check()
202 regs->int_parm_long = get_lowcore()->ext_params2; in do_ext_irq()369 p->handler(ext_code, regs->int_parm, regs->int_parm_long); in do_ext_interrupt()
74 sde_regs = (struct perf_sf_sde_regs *) ®s->int_parm_long; in perf_misc_flags_sf()
159 regs->int_parm_long = lc->trans_exc_code; in __do_early_pgm_check()
349 regs->gprs[5] = regs->int_parm_long; in setup_frame()
1032 sde_regs = (struct perf_sf_sde_regs *) ®s.int_parm_long; in perf_push_sample()
131 unsigned long int_parm_long; member