Home
last modified time | relevance | path

Searched refs:psw_mask (Results 1 – 12 of 12) sorted by relevance

/linux/arch/s390/kernel/
H A Didle.c40 unsigned long psw_mask; in arch_cpu_idle() local
43 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | in arch_cpu_idle()
52 __load_psw_mask(psw_mask); in arch_cpu_idle()
/linux/tools/testing/selftests/kvm/s390/
H A Ddebug_test.c29 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()
H A Dmemop.c384 t.run->psw_mask &= ~(3UL << (63 - 17)); in test_copy_access_register()
385 t.run->psw_mask |= 1UL << (63 - 17); /* Enable AR mode */ in test_copy_access_register()
831 psw[0] = t.run->psw_mask; in test_termination()
1027 t.run->psw_mask &= ~(3UL << (63 - 17)); in test_errors()
1028 t.run->psw_mask |= 1UL << (63 - 17); /* Enable AR mode */ in test_errors()
1032 t.run->psw_mask &= ~(3UL << (63 - 17)); /* Disable AR mode */ in test_errors()
H A Ducontrol_test.c479 run->psw_mask = 0x0000000180000000ULL; in TEST_F()
544 run->psw_mask = 0x0000000180000000ULL; in TEST_F()
590 run->psw_mask = 0x0000000180000000ULL; in TEST_F()
H A Dresets.c160 TEST_ASSERT(vcpu->run->psw_mask == 0, "psw_mask == 0 (kvm_run)"); in assert_initial()
/linux/tools/testing/selftests/kvm/include/s390/
H A Ddebug_print.h47 run->psw_mask, run->psw_addr, in print_psw()
50 sie_block->psw_mask, sie_block->psw_addr); in print_psw()
H A Dsie.h160 __u64 psw_mask; /* 0x0090 */ member
/linux/drivers/s390/char/
H A Dsclp_early_core.c32 unsigned long psw_mask, addr; in sclp_early_wait_irq() local
43 psw_mask = __extract_psw(); in sclp_early_wait_irq()
44 get_lowcore()->external_new_psw.mask = psw_mask; in sclp_early_wait_irq()
45 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in sclp_early_wait_irq()
/linux/tools/testing/selftests/kvm/lib/s390/
H A Dprocessor.c190 vcpu->run->psw_mask = 0x0400000180000000ULL; /* DAT enabled + 64 bit mode */ in vm_arch_vcpu_add()
218 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
/linux/arch/s390/kvm/
H A Dkvm-s390.c3996 vcpu->run->psw_mask = 0; in kvm_arch_vcpu_ioctl_initial_reset()
4109 vcpu->run->psw_mask = psw.mask; in kvm_arch_vcpu_ioctl_set_initial_psw()
4765 vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask; in sync_regs_fmt2()
4863 vcpu->arch.sie_block->gpsw.mask |= kvm_run->psw_mask & in sync_regs()
4898 kvm_run->psw_mask = vcpu->arch.sie_block->gpsw.mask; in store_regs()
/linux/include/uapi/linux/
H A Dkvm.h241 __u64 psw_mask; /* psw upper half */ member
/linux/tools/include/uapi/linux/
H A Dkvm.h241 __u64 psw_mask; /* psw upper half */ member