Searched refs:PR_SET_TAGGED_ADDR_CTRL (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/arm64/tags/
H A Dtags_test.c21 if (prctl(PR_SET_TAGGED_ADDR_CTRL, PR_TAGGED_ADDR_ENABLE, 0, 0, 0) == 0)
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c19 ret = prctl(PR_SET_TAGGED_ADDR_CTRL, val, 0, 0, 0);
21 ksft_print_msg("PR_SET_TAGGED_ADDR_CTRL: failed %d %d (%s)\n",
H A Dcheck_gcr_el1_cswitch.c49 if (prctl(PR_SET_TAGGED_ADDR_CTRL, prctl_set, 0, 0, 0)) {
H A Dmte_common_util.c309 if (prctl(PR_SET_TAGGED_ADDR_CTRL, en, 0, 0, 0) != 0) {
310 ksft_print_msg("FAIL:prctl PR_SET_TAGGED_ADDR_CTRL for mte mode\n");
/linux-master/include/uapi/linux/
H A Dprctl.h234 #define PR_SET_TAGGED_ADDR_CTRL 55 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h234 #define PR_SET_TAGGED_ADDR_CTRL 55 macro
/linux-master/kernel/
H A Dsys.c2681 case PR_SET_TAGGED_ADDR_CTRL:

Completed in 154 milliseconds