Searched refs:VFP_STATE_SIZE (Results 1 – 2 of 2) sorted by relevance
1712 membuf_write(&to, uregs, VFP_STATE_SIZE - sizeof(compat_ulong_t)); in compat_vfp_get()1732 vregs_end_pos = VFP_STATE_SIZE - sizeof(compat_ulong_t); in compat_vfp_set()1738 vregs_end_pos, VFP_STATE_SIZE); in compat_vfp_set()1783 .n = VFP_STATE_SIZE / sizeof(compat_ulong_t),1808 .n = VFP_STATE_SIZE / sizeof(compat_ulong_t),2082 0, VFP_STATE_SIZE, in compat_arch_ptrace()2090 0, VFP_STATE_SIZE, in compat_arch_ptrace()
32 #define VFP_STATE_SIZE ((32 * 8) + 4) macro