Searched refs:PROG_IN_SIE (Results 1 – 5 of 5) sorted by relevance
50 #define PROG_IN_SIE BIT(0) macro
92 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()94 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()1152 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE; in do_vsie_run()1174 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE; in do_vsie_run()1584 if (scb->prog0c & PROG_IN_SIE) in kvm_s390_vsie_kick()
29 return vcpu->arch.sie_block->prog0c & PROG_IN_SIE; in kvm_s390_is_in_sie()
3829 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
144 #define PROG_IN_SIE (1<<0) macro