Searched refs:child_mode (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | 239 unsigned long child_mode; in test_fork() local 256 ret = syscall(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &child_mode, 0, 0, 0); in test_fork() 257 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_fork() 300 unsigned long child_mode; in test_vfork() local 319 ret = syscall(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &child_mode, 0, 0, 0); in test_vfork() 320 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_vfork()
|