Searched refs:pgm_code (Results 1 – 8 of 8) sorted by relevance
311 switch (run->s390_ucontrol.pgm_code) { in uc_handle_exit_ucontrol()321 TEST_FAIL("UNEXPECTED PGM CODE %d", run->s390_ucontrol.pgm_code); in uc_handle_exit_ucontrol()493 ASSERT_EQ(PGM_SEGMENT_TRANSLATION, run->s390_ucontrol.pgm_code); in TEST_F()522 ASSERT_EQ(PGM_SEGMENT_TRANSLATION, run->s390_ucontrol.pgm_code); in TEST_F()
361 if (lc->pgm_code & 0x0200) { in __do_pgm_check()365 if (lc->pgm_code & PGM_INT_CODE_PER) { in __do_pgm_check()
83 OFFSET(__LC_PGM_CODE, lowcore, pgm_code); in main()
47 __u16 pgm_code; /* 0x008e */ member
317 __u32 pgm_code; member
4230 vcpu->run->s390_ucontrol.pgm_code = PGM_SEGMENT_TRANSLATION; in vcpu_ucontrol_translate()
6824 __u32 pgm_code;