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

/linux-master/arch/s390/kvm/
H A Dvsie.c73 if (vsie_page->scb_s.prog0c & PROG_IN_SIE)
75 while (vsie_page->scb_s.prog0c & PROG_IN_SIE)
1149 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE;
1154 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE;
1499 if (scb->prog0c & PROG_IN_SIE)
H A Dkvm-s390.c4044 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE)
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h180 #define PROG_IN_SIE (1<<0) macro

Completed in 374 milliseconds