Searched refs:PROG_BLOCK_SIE (Results 1 – 3 of 3) sorted by relevance
1003 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()1195 atomic_or(PROG_BLOCK_SIE, &scb->prog20); in kvm_s390_vsie_kick()
2756 atomic_or(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_block()2762 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock()
157 #define PROG_BLOCK_SIE (1<<0) macro