Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/riscv/cfi/
H A Dcfitests.c138 unsigned long lpad_status = 0, ss_status = 0; in main() local
149 ret = my_syscall5(__NR_prctl, PR_GET_CFI, PR_CFI_BRANCH_LANDING_PADS, &lpad_status, 0, 0); in main()
153 if (!(lpad_status & PR_CFI_ENABLE)) in main()