Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/arm/
H A Dfbt_arm.c84 #define VFPSAVE_ALIGN_DTRACE 16 /* This value should come from VFPSAVE_ALIGN */ macro
170 offset &= ~(VFPSAVE_ALIGN_DTRACE - 1); in fbt_invop()
171 offset += VFPSAVE_ALIGN_DTRACE + sizeof(struct arm_vfpsaved_state); in fbt_invop()