Home
last modified time | relevance | path

Searched refs:sve_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsignal.c415 int sve_size = 0; in target_restore_sigframe() local
452 sve_size = size; in target_restore_sigframe()
494 if (sve && !target_restore_sve_record(env, sve, sve_size, &svcr)) { in target_restore_sigframe()
572 int sve_size = 0, za_size = 0; in target_setup_frame() local
584 sve_size = QEMU_ALIGN_UP(TARGET_SVE_SIG_CONTEXT_SIZE(sve_vq(env)), 16); in target_setup_frame()
585 sve_ofs = alloc_sigframe_space(sve_size, &layout); in target_setup_frame()
642 target_setup_sve_record((void *)frame + sve_ofs, env, sve_size); in target_setup_frame()
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c178 u32 sve_size; member
280 if (user->sve_size < sizeof(*user->sve)) in restore_sve_fpsimd_context()
308 if (user->sve_size == sizeof(*user->sve)) { in restore_sve_fpsimd_context()
317 if (user->sve_size < SVE_SIG_CONTEXT_SIZE(vq)) in restore_sve_fpsimd_context()
651 user->sve_size = size; in parse_user_sigframe()
/openbmc/qemu/target/arm/
H A Darch_dump.c92 (AARCH64_NOTE_HEADER_SIZE + sve_size(env))
179 static size_t sve_size(CPUARMState *env) in sve_size() function