Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dgenassym.c249 DECLARE("ARM_KERNEL_CONTEXT_SIZE", sizeof(arm_kernel_context_t)); in main()
251 DECLARE("SS64_KERNEL_X19", offsetof(arm_kernel_context_t, ss.x[0])); in main()
252 DECLARE("SS64_KERNEL_X20", offsetof(arm_kernel_context_t, ss.x[1])); in main()
253 DECLARE("SS64_KERNEL_X21", offsetof(arm_kernel_context_t, ss.x[2])); in main()
261 DECLARE("SS64_KERNEL_FP", offsetof(arm_kernel_context_t, ss.fp)); in main()
262 DECLARE("SS64_KERNEL_LR", offsetof(arm_kernel_context_t, ss.lr)); in main()
263 DECLARE("SS64_KERNEL_SP", offsetof(arm_kernel_context_t, ss.sp)); in main()
266 DECLARE("SS64_KERNEL_DIT", offsetof(arm_kernel_context_t, ss.dit)); in main()
267 DECLARE("SS64_KERNEL_UAO", offsetof(arm_kernel_context_t, ss.uao)); in main()
269 DECLARE("NS64_KERNEL_D8", offsetof(arm_kernel_context_t, ns.d[0])); in main()
[all …]
/xnu-11215/osfmk/arm/
H A Dthread.h83 typedef arm_kernel_context_t machine_thread_kernel_state;
/xnu-11215/osfmk/mach/arm/
H A Dthread_status.h1183 typedef struct arm_kernel_context arm_kernel_context_t; typedef