Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/arm64/
H A Dstatus.c531 bool token_matched = true; in machine_thread_state_check_sigreturn_token() local
540 token_matched = false; in machine_thread_state_check_sigreturn_token()
549 token_matched = false; in machine_thread_state_check_sigreturn_token()
553 if (token_matched) { in machine_thread_state_check_sigreturn_token()
698 bool token_matched = machine_thread_state_check_sigreturn_token(ts64, thread); in machine_thread_state_convert_from_user() local
699 if ((tssf_flags & TSSF_ALLOW_ONLY_MATCHING_TOKEN) && !token_matched) { in machine_thread_state_convert_from_user()