Home
last modified time | relevance | path

Searched defs:psw (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsmp.c162 static int smp_cpu_restart_nolock(uint16_t idx, struct psw *psw) in smp_cpu_restart_nolock()
224 int smp_cpu_start(uint16_t idx, struct psw psw) in smp_cpu_start()
250 static int smp_cpu_setup_nolock(uint16_t idx, struct psw psw) in smp_cpu_setup_nolock()
288 int smp_cpu_setup(uint16_t idx, struct psw psw) in smp_cpu_setup()
H A Dsmp.h18 struct psw psw; /* 0x0100 */ member
H A Dinterrupt.c130 struct psw *psw; in irq_set_dat_mode() local
/kvm-unit-tests/s390x/
H A Dspec_ex.c49 static void load_psw(struct psw psw) in load_psw()
69 static void load_short_psw(struct short_psw psw) in load_short_psw()
85 static void expect_invalid_psw(struct psw psw) in expect_invalid_psw()
H A Dpv-icptcode.c91 struct psw psw = { in test_validity_already_running() local
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h39 struct psw { struct
40 union {
65 _Static_assert(sizeof(struct psw) == 16, "PSW size"); argument
357 struct psw psw = { in load_psw_mask() local
373 struct psw psw = { in disabled_wait() local