Home
last modified time | relevance | path

Searched refs:load_psw (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Drelocate_kernel.S63 la %r4,load_psw-.base(%r13) # load psw-address into the register
72 SYM_DATA_START_LOCAL(load_psw)
74 SYM_DATA_END_LABEL(load_psw, SYM_L_LOCAL, relocate_kernel_end)
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h91 uint64_t load_psw; member
154 uint64_t load_psw; member
H A Dbootmap.c616 write_reset_psw(entry->compdat.load_psw); in zipl_run()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c480 void HELPER(load_psw)(CPUS390XState *env, uint64_t mask, uint64_t addr) in HELPER() argument
/openbmc/qemu/target/s390x/
H A Dhelper.h336 DEF_HELPER_3(load_psw, noreturn, env, i64, i64)