Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm64/
H A Dmachine_machdep.h66 #define ARM_MACHINE_THREAD_DISABLE_USER_JOP (1 << ARM_MACHINE_THREAD_DISABLE_USER_JOP_S… macro
H A Dstatus.c366 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_to_user()
368 …(thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || !thread_is_64bit_addr… in machine_thread_state_convert_to_user()
622 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
624 if ((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
634 if ((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
776 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_siguctx_pointer_convert_to_user()
778 …assert((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || !thread_is_64b… in machine_thread_siguctx_pointer_convert_to_user()
811 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_function_pointers_convert_from_user()
813 assert((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_function_pointers_convert_from_user()
H A Dmachine_routines.c2457 thread->machine.arm_machine_flags |= ARM_MACHINE_THREAD_DISABLE_USER_JOP; in ml_thread_set_disable_user_jop()
2459 thread->machine.arm_machine_flags &= ~ARM_MACHINE_THREAD_DISABLE_USER_JOP; in ml_thread_set_disable_user_jop()
H A Dpcb.c256 thread->machine.arm_machine_flags |= ARM_MACHINE_THREAD_DISABLE_USER_JOP; in machine_thread_create()