Searched refs:arm_kernel_context_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/arm64/ |
| H A D | genassym.c | 227 DECLARE("ARM_KERNEL_CONTEXT_SIZE", sizeof(arm_kernel_context_t)); in main() 229 DECLARE("SS64_KERNEL_X19", offsetof(arm_kernel_context_t, ss.x[0])); in main() 230 DECLARE("SS64_KERNEL_X20", offsetof(arm_kernel_context_t, ss.x[1])); in main() 231 DECLARE("SS64_KERNEL_X21", offsetof(arm_kernel_context_t, ss.x[2])); in main() 232 DECLARE("SS64_KERNEL_X22", offsetof(arm_kernel_context_t, ss.x[3])); in main() 233 DECLARE("SS64_KERNEL_X23", offsetof(arm_kernel_context_t, ss.x[4])); in main() 234 DECLARE("SS64_KERNEL_X24", offsetof(arm_kernel_context_t, ss.x[5])); in main() 235 DECLARE("SS64_KERNEL_X25", offsetof(arm_kernel_context_t, ss.x[6])); in main() 236 DECLARE("SS64_KERNEL_X26", offsetof(arm_kernel_context_t, ss.x[7])); in main() 237 DECLARE("SS64_KERNEL_X27", offsetof(arm_kernel_context_t, ss.x[8])); in main() [all …]
|
| /xnu-10002.1.13/osfmk/arm/ |
| H A D | thread.h | 83 typedef arm_kernel_context_t machine_thread_kernel_state;
|
| /xnu-10002.1.13/osfmk/mach/arm/ |
| H A D | thread_status.h | 1040 typedef struct arm_kernel_context arm_kernel_context_t; typedef
|