Home
last modified time | relevance | path

Searched refs:PROG_IN_SIE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dvsie.c73 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
75 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
1135 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE; in do_vsie_run()
1142 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE; in do_vsie_run()
1487 if (scb->prog0c & PROG_IN_SIE) in kvm_s390_vsie_kick()
H A Dkvm-s390.c4043 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h180 #define PROG_IN_SIE (1<<0) macro