Searched refs:VFP_STATE_SIZE (Results 1 – 2 of 2) sorted by relevance
1188 vregs_end_pos = VFP_STATE_SIZE - sizeof(compat_ulong_t); in compat_vfp_get()1197 vregs_end_pos, VFP_STATE_SIZE); in compat_vfp_get()1214 vregs_end_pos = VFP_STATE_SIZE - sizeof(compat_ulong_t); in compat_vfp_set()1220 vregs_end_pos, VFP_STATE_SIZE); in compat_vfp_set()1266 .n = VFP_STATE_SIZE / sizeof(compat_ulong_t),1290 .n = VFP_STATE_SIZE / sizeof(compat_ulong_t),1555 0, VFP_STATE_SIZE, in compat_arch_ptrace()1563 0, VFP_STATE_SIZE, in compat_arch_ptrace()
40 #define VFP_STATE_SIZE ((32 * 8) + 4) macro