Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dguestdbg.c600 if (vcpu->arch.sie_block->iprcc == PGM_SPACE_SWITCH) { in kvm_s390_handle_per_event()
611 vcpu->arch.sie_block->iprcc = PGM_SPACE_SWITCH; in kvm_s390_handle_per_event()
619 vcpu->arch.sie_block->iprcc = PGM_SPACE_SWITCH; in kvm_s390_handle_per_event()
H A Dinterrupt.c832 case PGM_SPACE_SWITCH: in __deliver_prog()
/linux/arch/s390/include/asm/
H A Dkvm_host.h175 #define PGM_SPACE_SWITCH 0x1c macro