Searched refs:psw_t (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/s390/include/asm/ |
D | lowcore.h | 42 psw_t restart_psw; /* 0x0000 */ 43 psw_t restart_old_psw; /* 0x0008 */ 46 psw_t external_old_psw; /* 0x0018 */ 47 psw_t svc_old_psw; /* 0x0020 */ 48 psw_t program_old_psw; /* 0x0028 */ 49 psw_t mcck_old_psw; /* 0x0030 */ 50 psw_t io_old_psw; /* 0x0038 */ 52 psw_t external_new_psw; /* 0x0058 */ 53 psw_t svc_new_psw; /* 0x0060 */ 54 psw_t program_new_psw; /* 0x0068 */ [all …]
|
D | processor.h | 177 static inline void __load_psw(psw_t psw) in __load_psw() 194 psw_t psw; in __load_psw_mask() 232 psw_t dw_psw; in disabled_wait()
|
D | ptrace.h | 218 } __attribute__ ((aligned(8))) psw_t; typedef 300 psw_t psw; 328 psw_t psw; 523 psw_t psw;
|
D | kvm_host.h | 99 psw_t gpsw; /* 0x0090 */
|
/linux-2.6.39/arch/s390/kvm/ |
D | interrupt.c | 132 &vcpu->arch.sie_block->gpsw, sizeof(psw_t)); in __do_deliver_interrupt() 137 __LC_EXT_NEW_PSW, sizeof(psw_t)); in __do_deliver_interrupt() 151 &vcpu->arch.sie_block->gpsw, sizeof(psw_t)); in __do_deliver_interrupt() 156 __LC_EXT_NEW_PSW, sizeof(psw_t)); in __do_deliver_interrupt() 178 &vcpu->arch.sie_block->gpsw, sizeof(psw_t)); in __do_deliver_interrupt() 183 __LC_EXT_NEW_PSW, sizeof(psw_t)); in __do_deliver_interrupt() 215 restart_old_psw), &vcpu->arch.sie_block->gpsw, sizeof(psw_t)); in __do_deliver_interrupt() 220 offsetof(struct _lowcore, restart_psw), sizeof(psw_t)); in __do_deliver_interrupt() 240 &vcpu->arch.sie_block->gpsw, sizeof(psw_t)); in __do_deliver_interrupt() 245 __LC_PGM_NEW_PSW, sizeof(psw_t)); in __do_deliver_interrupt() [all …]
|
D | kvm-s390.c | 403 static int kvm_arch_vcpu_ioctl_set_initial_psw(struct kvm_vcpu *vcpu, psw_t psw) in kvm_arch_vcpu_ioctl_set_initial_psw() 646 psw_t psw; in kvm_arch_vcpu_ioctl()
|
/linux-2.6.39/drivers/s390/char/ |
D | sclp_quiesce.c | 30 psw_t quiesce_psw; in do_machine_quiesce()
|
/linux-2.6.39/arch/s390/kernel/ |
D | early.c | 253 psw_t psw; in setup_lowcore_early()
|
D | vtime.c | 170 psw_t psw; in vtime_stop_cpu()
|