Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/arm/
H A Dthread_status.h499 #define ss64_offsetof(x) __builtin_offsetof(struct arm_saved_state, ss_64.x) macro
544 [SS64_X16] "i"(ss64_offsetof(x[16])), \
545 [SS64_PC] "i"(ss64_offsetof(pc)), \
546 [SS64_CPSR] "i"(ss64_offsetof(cpsr)), \
547 [SS64_LR] "i"(ss64_offsetof(lr)),##__VA_ARGS__ \
821 [SS64_X17] "i"(ss64_offsetof(x[17])) in set_saved_state_reg()
855 [SS64_X17] "i"(ss64_offsetof(x[17])) in set_user_saved_state_reg()