Searched refs:psw_mask (Results 1 – 10 of 10) sorted by relevance
54 unsigned long psw_mask; in arch_cpu_idle() local57 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | in arch_cpu_idle()62 psw_idle(idle, psw_mask); in arch_cpu_idle()
29 new_psw[0] = (*vcpu)->run->psw_mask; in test_step_int_1()50 TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); in test_step_int()93 TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); in test_step_pgm_diag()
804 psw[0] = t.run->psw_mask; in test_termination()1000 t.run->psw_mask &= ~(3UL << (63 - 17)); in test_errors()1001 t.run->psw_mask |= 1UL << (63 - 17); /* Enable AR mode */ in test_errors()1005 t.run->psw_mask &= ~(3UL << (63 - 17)); /* Disable AR mode */ in test_errors()
160 TEST_ASSERT(vcpu->run->psw_mask == 0, "psw_mask == 0 (kvm_run)"); in assert_initial()
30 unsigned long psw_mask, addr; in sclp_early_wait_irq() local41 psw_mask = __extract_psw(); in sclp_early_wait_irq()42 S390_lowcore.external_new_psw.mask = psw_mask; in sclp_early_wait_irq()43 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in sclp_early_wait_irq()
25 void psw_idle(struct s390_idle_data *data, unsigned long psw_mask);
188 run->psw_mask = 0x0400000180000000ULL; /* DAT enabled + 64 bit mode */ in vm_arch_vcpu_add()217 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
4228 vcpu->run->psw_mask = 0; in kvm_arch_vcpu_ioctl_initial_reset()4345 vcpu->run->psw_mask = psw.mask; in kvm_arch_vcpu_ioctl_set_initial_psw()4866 vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask; in sync_regs_fmt2()4975 vcpu->arch.sie_block->gpsw.mask |= kvm_run->psw_mask & in sync_regs()5010 kvm_run->psw_mask = vcpu->arch.sie_block->gpsw.mask; in store_regs()
300 __u64 psw_mask; /* psw upper half */ member