Home
last modified time | relevance | path

Searched refs:ICPT_PROGI (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/s390x/
H A Dsie.h
/linux/arch/s390/kvm/
H A Dintercept.c46 case ICPT_PROGI: in kvm_s390_get_ilen()
620 case ICPT_PROGI: in kvm_handle_sie_intercept()
H A Dvsie.c443 case ICPT_PROGI: in unshadow_scb()
1354 scb_s->icptcode = ICPT_PROGI; in vsie_run()
H A Dguestdbg.c442 if (vcpu->arch.sie_block->icptcode == ICPT_PROGI) { in per_fetched_addr()
/linux/arch/s390/include/asm/
H A Dkvm_host.h231 #define ICPT_PROGI 0x08 macro