Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dsignal.c571 int fpsimd_ofs, fr_ofs, sve_ofs = 0, za_ofs = 0; in target_setup_frame() local
594 za_ofs = alloc_sigframe_space(za_size, &layout); in target_setup_frame()
644 if (za_ofs) { in target_setup_frame()
645 target_setup_za_record((void *)frame + za_ofs, env, za_size); in target_setup_frame()