Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h197 __u32 tod_progreg_save_area; /* 0x1324 */ member
/openbmc/linux/arch/s390/kernel/
H A Dasm-offsets.c155 OFFSET(__LC_TOD_PROGREG_SAVE_AREA, lowcore, tod_progreg_save_area); in main()
H A Dcrash_dump.c99 memcpy(&sa->todpreg, &lc->tod_progreg_save_area, sizeof(sa->todpreg)); in save_area_add_regs()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h85 uint32_t tod_progreg_save_area; /* 0x1324 */ member
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c479 lowcore->tod_progreg_save_area = cpu_to_be32(env->todpr); in do_mchk_interrupt()