Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/arm64/
H A Dgenassym.c218 DECLARE("ARM_KERNEL_CONTEXT_SIZE", sizeof(arm_kernel_context_t)); in main()
220 DECLARE("SS64_KERNEL_X19", offsetof(arm_kernel_context_t, ss.x[0])); in main()
221 DECLARE("SS64_KERNEL_X20", offsetof(arm_kernel_context_t, ss.x[1])); in main()
222 DECLARE("SS64_KERNEL_X21", offsetof(arm_kernel_context_t, ss.x[2])); in main()
223 DECLARE("SS64_KERNEL_X22", offsetof(arm_kernel_context_t, ss.x[3])); in main()
224 DECLARE("SS64_KERNEL_X23", offsetof(arm_kernel_context_t, ss.x[4])); in main()
225 DECLARE("SS64_KERNEL_X24", offsetof(arm_kernel_context_t, ss.x[5])); in main()
226 DECLARE("SS64_KERNEL_X25", offsetof(arm_kernel_context_t, ss.x[6])); in main()
227 DECLARE("SS64_KERNEL_X26", offsetof(arm_kernel_context_t, ss.x[7])); in main()
228 DECLARE("SS64_KERNEL_X27", offsetof(arm_kernel_context_t, ss.x[8])); in main()
[all …]
/xnu-8792.81.2/osfmk/arm/
H A Dthread.h83 typedef arm_kernel_context_t machine_thread_kernel_state;
/xnu-8792.81.2/osfmk/mach/arm/
H A Dthread_status.h1032 typedef struct arm_kernel_context arm_kernel_context_t; typedef