Searched refs:thread_is_64bit (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c805 if (thread_is_64bit(thr_act))
870 if (!thread_is_64bit(thr_act))
936 if (thread_is_64bit(thr_act))
947 if ( !thread_is_64bit(thr_act))
962 thread_is_64bit(thr_act)) {
966 !thread_is_64bit(thr_act)) {
977 if (thread_is_64bit(thr_act))
988 if (!thread_is_64bit(thr_act))
1004 thread_is_64bit(thr_act)) {
1011 !thread_is_64bit(thr_ac
[all...]
H A Dbsd_i386_native.c90 if (thread_is_64bit(parent))
108 if (!thread_is_64bit(parent))
132 if (thread_is_64bit(parent)) {
H A Dbsd_i386.c160 if (thread_is_64bit(thread)) {
215 if (thread_is_64bit(child)) {
595 if (thread_is_64bit(thread)) {
622 if (thread_is_64bit(thread)) {
651 if (thread_is_64bit(thread)) {
671 if (thread_is_64bit(thread)) {
H A Dfpu.c450 fpu_store_registers(ifps, (thread_is_64bit(thread) && is_saved_state64(thread->machine.iss)));
566 iavx->fp_save_layout = thread_is_64bit(thr_act) ? XSAVE64 : XSAVE32;
575 ifps->fp_save_layout = thread_is_64bit(thr_act) ? FXSAVE64 : FXSAVE32;
796 if (!thread_is_64bit(thr_act)) {
942 fpu_store_registers(ifps, thread_is_64bit(thr_act));
H A Dtrap.c146 if (thread_is_64bit(thr_act)) {
210 if (thread_is_64bit(thread)) {
929 assert((is_saved_state32(saved_state) && !thread_is_64bit(thread)) ||
930 (is_saved_state64(saved_state) && thread_is_64bit(thread)));
1029 if (thread_is_64bit(thread)) {
H A Dmachine_routines.c631 return (thread_is_64bit(thread));
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c285 (msize + REQUESTED_TRAILER_SIZE(thread_is_64bit(th), th->ith_option))) {
546 (msize + REQUESTED_TRAILER_SIZE(thread_is_64bit(receiver), receiver->ith_option))) {
924 if (rcv_size + REQUESTED_TRAILER_SIZE(thread_is_64bit(thread), option) > max_size) {
H A Dipc_kmsg.c4125 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(thread_is_64bit(thread), option);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h844 #define thread_is_64bit(thd) \ macro
H A Dzalloc.c3321 if (!thread_is_64bit(current_thread()))
3324 if (thread_is_64bit(current_thread()))

Completed in 102 milliseconds