Searched refs:int_parm_long (Results 1 – 9 of 9) sorted by relevance
70 union teid teid = { .val = regs->int_parm_long }; in get_fault_type()94 union teid teid = { .val = regs->int_parm_long }; in get_fault_address()101 union teid teid = { .val = regs->int_parm_long }; in fault_is_write()163 union teid teid = { .val = regs->int_parm_long }; in dump_fault_info()450 union teid teid = { .val = regs->int_parm_long }; in do_protection_exception()476 regs->int_parm_long = (teid.addr * PAGE_SIZE) | (regs->psw.addr & PAGE_MASK); in do_protection_exception()493 union teid teid = { .val = regs->int_parm_long }; in do_secure_storage_access()
189 regs->int_parm_long = get_lowcore()->ext_params2; in do_ext_irq()357 p->handler(ext_code, regs->int_parm, regs->int_parm_long); in do_ext_interrupt()
77 sde_regs = (struct perf_sf_sde_regs *) ®s->int_parm_long; in perf_misc_flags_sf()
185 regs->int_parm_long = lc->trans_exc_code; in __do_early_pgm_check()
322 regs->int_parm_long = lc->trans_exc_code; in __do_pgm_check()
325 regs->gprs[5] = regs->int_parm_long; in setup_frame32()
356 regs->gprs[5] = regs->int_parm_long; in setup_frame()
1052 sde_regs = (struct perf_sf_sde_regs *) ®s.int_parm_long; in perf_push_sample()
124 unsigned long int_parm_long; member
Completed in 23 milliseconds