Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kvm/
Dvsie.c74 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
76 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
1150 vcpu->arch.sie_block->prog0c |= PROG_IN_SIE; in do_vsie_run()
1155 vcpu->arch.sie_block->prog0c &= ~PROG_IN_SIE; in do_vsie_run()
1516 if (scb->prog0c & PROG_IN_SIE) in kvm_s390_vsie_kick()
Dkvm-s390.c4047 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE) in exit_sie()
/linux-6.12.1/tools/testing/selftests/kvm/include/s390x/
Dsie.h50 #define PROG_IN_SIE BIT(0) macro
/linux-6.12.1/arch/s390/include/asm/
Dkvm_host.h179 #define PROG_IN_SIE (1<<0) macro