Lines Matching full:lc
272 struct lowcore *lc = get_lowcore(); in trap_init() local
278 psw_bits(lc->external_new_psw).mcheck = 1; in trap_init()
279 psw_bits(lc->program_new_psw).mcheck = 1; in trap_init()
280 psw_bits(lc->svc_new_psw).mcheck = 1; in trap_init()
281 psw_bits(lc->io_new_psw).mcheck = 1; in trap_init()
292 struct lowcore *lc = get_lowcore(); in __do_pgm_check() local
297 teid.val = lc->trans_exc_code; in __do_pgm_check()
298 regs->int_code = lc->pgm_int_code; in __do_pgm_check()
321 if (lc->pgm_code & 0x0200) { in __do_pgm_check()
323 current->thread.trap_tdb = lc->pgm_tdb; in __do_pgm_check()
325 if (lc->pgm_code & PGM_INT_CODE_PER) { in __do_pgm_check()
330 ev->address = lc->per_address; in __do_pgm_check()
331 ev->cause = lc->per_code_combined; in __do_pgm_check()
332 ev->paid = lc->per_access_id; in __do_pgm_check()