Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/arm64/
H A Dmachine_machdep.h57 #define ARM_MACHINE_THREAD_DISABLE_USER_JOP (1 << ARM_MACHINE_THREAD_DISABLE_USER_JOP_S… macro
H A Dstatus.c367 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_to_user()
369 …(thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || !thread_is_64bit_addr… in machine_thread_state_convert_to_user()
623 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
625 if ((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
635 if ((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_state_convert_from_user()
764 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_siguctx_pointer_convert_to_user()
766 …assert((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || !thread_is_64b… in machine_thread_siguctx_pointer_convert_to_user()
799 if ((current_thread()->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_function_pointers_convert_from_user()
801 assert((thread->machine.arm_machine_flags & ARM_MACHINE_THREAD_DISABLE_USER_JOP) || in machine_thread_function_pointers_convert_from_user()
H A Dmachine_routines.c2348 thread->machine.arm_machine_flags |= ARM_MACHINE_THREAD_DISABLE_USER_JOP; in ml_thread_set_disable_user_jop()
2350 thread->machine.arm_machine_flags &= ~ARM_MACHINE_THREAD_DISABLE_USER_JOP; in ml_thread_set_disable_user_jop()
H A Dpcb.c251 thread->machine.arm_machine_flags |= ARM_MACHINE_THREAD_DISABLE_USER_JOP; in machine_thread_create()