Home
last modified time | relevance | path

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

/arch/s390/kvm/
Dvsie.c72 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
74 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
1120 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE; in do_vsie_run()
1125 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE; in do_vsie_run()
1468 if (scb->prog0c & PROG_IN_SIE) in kvm_s390_vsie_kick()
Dkvm-s390.c3379 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
/arch/s390/include/asm/
Dkvm_host.h167 #define PROG_IN_SIE (1<<0) macro