Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/
H A Dstatus.c530 bool token_matched = true; in machine_thread_state_check_sigreturn_token() local
539 token_matched = false; in machine_thread_state_check_sigreturn_token()
548 token_matched = false; in machine_thread_state_check_sigreturn_token()
552 if (token_matched) { in machine_thread_state_check_sigreturn_token()
697 bool token_matched = machine_thread_state_check_sigreturn_token(ts64, thread); in machine_thread_state_convert_from_user() local
698 if ((tssf_flags & TSSF_ALLOW_ONLY_MATCHING_TOKEN) && !token_matched) { in machine_thread_state_convert_from_user()