Searched refs:PR_GET_TAGGED_ADDR_CTRL (Results 1 - 6 of 6) sorted by last modified time

/linux-master/kernel/
H A Dsys.c2692 case PR_GET_TAGGED_ADDR_CTRL:
/linux-master/include/uapi/linux/
H A Dprctl.h235 #define PR_GET_TAGGED_ADDR_CTRL 56 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h235 #define PR_GET_TAGGED_ADDR_CTRL 56 macro
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c327 ret = prctl(PR_GET_TAGGED_ADDR_CTRL, en, 0, 0, 0);
329 ksft_print_msg("FAIL:prctl PR_GET_TAGGED_ADDR_CTRL with error =%d\n", ret);
H A Dcheck_prctl.c30 ret = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0);
32 ksft_print_msg("PR_GET_TAGGED_ADDR_CTRL failed: %d %d (%s)\n",
H A Dcheck_gcr_el1_cswitch.c54 prctl_get = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0);

Completed in 179 milliseconds