Searched refs:PROG_BLOCK_SIE (Results 1 – 4 of 4) sorted by relevance
59 #define PROG_BLOCK_SIE BIT(0) macro
1303 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()1515 atomic_or(PROG_BLOCK_SIE, &scb->prog20); in kvm_s390_vsie_kick()
4013 atomic_or(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_block()4019 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock()4031 (PROG_BLOCK_SIE | PROG_REQUEST); in kvm_s390_vcpu_sie_inhibited()
188 #define PROG_BLOCK_SIE (1<<0) macro