Home
last modified time | relevance | path

Searched refs:pgm_code (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c311 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()
/linux/arch/s390/kernel/
H A Dtraps.c361 if (lc->pgm_code & 0x0200) { in __do_pgm_check()
365 if (lc->pgm_code & PGM_INT_CODE_PER) { in __do_pgm_check()
H A Dasm-offsets.c83 OFFSET(__LC_PGM_CODE, lowcore, pgm_code); in main()
/linux/arch/s390/include/asm/
H A Dlowcore.h47 __u16 pgm_code; /* 0x008e */ member
/linux/include/uapi/linux/
H A Dkvm.h317 __u32 pgm_code; member
/linux/tools/include/uapi/linux/
H A Dkvm.h317 __u32 pgm_code; member
/linux/arch/s390/kvm/
H A Dkvm-s390.c4230 vcpu->run->s390_ucontrol.pgm_code = PGM_SEGMENT_TRANSLATION; in vcpu_ucontrol_translate()
/linux/Documentation/virt/kvm/
H A Dapi.rst6824 __u32 pgm_code;