Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Didle.c55 unsigned long psw_mask; in arch_cpu_idle() local
58 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | in arch_cpu_idle()
67 __load_psw_mask(psw_mask); in arch_cpu_idle()
/linux/tools/testing/selftests/kvm/s390x/
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 Dresets.c160 TEST_ASSERT(vcpu->run->psw_mask == 0, "psw_mask == 0 (kvm_run)"); in assert_initial()
H A Ducontrol_test.c306 run->psw_mask = 0x0000000180000000ULL; in TEST_F()
/linux/tools/testing/selftests/kvm/include/s390x/
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.c31 unsigned long psw_mask, addr; in sclp_early_wait_irq() local
42 psw_mask = __extract_psw(); in sclp_early_wait_irq()
43 get_lowcore()->external_new_psw.mask = psw_mask; in sclp_early_wait_irq()
44 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in sclp_early_wait_irq()
/linux/arch/s390/include/asm/
H A Didle.h25 void psw_idle(struct s390_idle_data *data, unsigned long psw_mask);
/linux/tools/testing/selftests/kvm/lib/s390x/
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.c4240 vcpu->run->psw_mask = 0; in kvm_arch_vcpu_ioctl_initial_reset()
4355 vcpu->run->psw_mask = psw.mask; in kvm_arch_vcpu_ioctl_set_initial_psw()
4875 vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask; in sync_regs_fmt2()
4973 vcpu->arch.sie_block->gpsw.mask |= kvm_run->psw_mask & in sync_regs()
5008 kvm_run->psw_mask = vcpu->arch.sie_block->gpsw.mask; in store_regs()
/linux/include/uapi/linux/
H A Dkvm.h227 __u64 psw_mask; /* psw upper half */ member
/linux/tools/include/uapi/linux/
H A Dkvm.h227 __u64 psw_mask; /* psw upper half */ member