Searched refs:PROG_IN_SIE (Results 1 – 4 of 4) sorted by relevance
50 #define PROG_IN_SIE BIT(0) macro
91 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()
4096 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
144 #define PROG_IN_SIE (1<<0) macro