Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c313 switch (run->s390_ucontrol.pgm_code) { in uc_handle_exit_ucontrol()
323 TEST_FAIL("UNEXPECTED PGM CODE %d", run->s390_ucontrol.pgm_code); in uc_handle_exit_ucontrol()
495 ASSERT_EQ(PGM_SEGMENT_TRANSLATION, run->s390_ucontrol.pgm_code); in TEST_F()
524 ASSERT_EQ(PGM_SEGMENT_TRANSLATION, run->s390_ucontrol.pgm_code); in TEST_F()
/linux/arch/s390/include/asm/
H A Dlowcore.h47 __u16 pgm_code; /* 0x008e */ member
/linux/arch/s390/kernel/
H A Dasm-offsets.c78 OFFSET(__LC_PGM_CODE, lowcore, pgm_code); in main()
/linux/include/uapi/linux/
H A Dkvm.h304 __u32 pgm_code; member
/linux/tools/include/uapi/linux/
H A Dkvm.h303 __u32 pgm_code; member
/linux/arch/s390/kvm/
H A Dkvm-s390.c4948 vcpu->run->s390_ucontrol.pgm_code = PGM_SEGMENT_TRANSLATION; in vcpu_dat_fault_handler()
/linux/Documentation/virt/kvm/
H A Dapi.rst6750 __u32 pgm_code;