Home
last modified time | relevance | path

Searched refs:floating_pt_save_area (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/s390x/
H A Ds390x-internal.h78 uint64_t floating_pt_save_area[16]; /* 0x1200 */ member
334 #define S390_STORE_STATUS_DEF_ADDR offsetof(LowCore, floating_pt_save_area)
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h190 __u64 floating_pt_save_area[16]; /* 0x1200 */ member
/openbmc/linux/arch/s390/kernel/
H A Dnmi.c222 fpt_save_area = &S390_lowcore.floating_pt_save_area; in s390_validate_registers()
H A Dasm-offsets.c150 OFFSET(__LC_FPREGS_SAVE_AREA, lowcore, floating_pt_save_area); in main()
H A Dcrash_dump.c96 memcpy(&sa->fprs, &lc->floating_pt_save_area, sizeof(sa->fprs)); in save_area_add_regs()
H A Dsmp.c628 pa = __pa(&lc->floating_pt_save_area); in smp_store_status()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c472 lowcore->floating_pt_save_area[i] = cpu_to_be64(*get_freg(env, i)); in do_mchk_interrupt()