Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/gcs/
A Dbasic-gcs.c242 unsigned long child_mode; in test_fork() local
260 &child_mode, 0, 0, 0); in test_fork()
261 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_fork()
304 unsigned long child_mode; in test_vfork() local
324 &child_mode, 0, 0, 0); in test_vfork()
325 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_vfork()

Completed in 4 milliseconds