Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dsignal.c533 static int alloc_sigframe_space(int this_size, target_sigframe_layout *l) in alloc_sigframe_space() function
578 fpsimd_ofs = alloc_sigframe_space(sizeof(struct target_fpsimd_context), in target_setup_frame()
585 sve_ofs = alloc_sigframe_space(sve_size, &layout); in target_setup_frame()
594 za_ofs = alloc_sigframe_space(za_size, &layout); in target_setup_frame()
602 = alloc_sigframe_space(sizeof(struct target_aarch64_ctx), &layout); in target_setup_frame()