Home
last modified time | relevance | path

Searched refs:prog0c (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kvm/
H A Dvsie.c91 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
93 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
1166 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE; in do_vsie_run()
1172 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE; in do_vsie_run()
1546 if (scb->prog0c & PROG_IN_SIE) in kvm_s390_vsie_kick()
H A Dkvm-s390.c4094 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
/linux/tools/testing/selftests/kvm/include/s390x/
H A Dsie.h
/linux/arch/s390/include/asm/
H A Dkvm_host.h187 __u32 prog0c; /* 0x000c */ member