Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm64/
H A Dstatus.c533 bool token_matched = true; in machine_thread_state_check_sigreturn_token() local
542 token_matched = false; in machine_thread_state_check_sigreturn_token()
551 token_matched = false; in machine_thread_state_check_sigreturn_token()
555 if (token_matched) { in machine_thread_state_check_sigreturn_token()
713 bool token_matched = machine_thread_state_check_sigreturn_token(ts64, thread); in machine_thread_state_convert_from_user() local
714 if ((tssf_flags & TSSF_ALLOW_ONLY_MATCHING_TOKEN) && !token_matched) { in machine_thread_state_convert_from_user()