Searched refs:PROG_BLOCK_SIE (Results 1 – 3 of 3) sorted by relevance
1006 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()1198 atomic_or(PROG_BLOCK_SIE, &scb->prog20); in kvm_s390_vsie_kick()
2584 atomic_or(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_block()2590 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock()
160 #define PROG_BLOCK_SIE (1<<0) macro