Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c63 rc = prctl(PR_RISCV_V_SET_CONTROL, provided); in test_and_compare_child()
106 rc = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON); in main()
117 rc = prctl(PR_RISCV_V_SET_CONTROL, flag); in main()
124 rc = prctl(PR_RISCV_V_SET_CONTROL, flag); in main()
162 rc = prctl(PR_RISCV_V_SET_CONTROL, 0xff0); in main()
168 rc = prctl(PR_RISCV_V_SET_CONTROL, 0x3); in main()
174 rc = prctl(PR_RISCV_V_SET_CONTROL, 0xc); in main()
180 rc = prctl(PR_RISCV_V_SET_CONTROL, 0xc); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dfix-strerrorname_np.patch28 ret = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON);
30 - error_setg(errp, "Error in prctl PR_RISCV_V_SET_CONTROL, code: %s",
32 + error_setg(errp, "Error in prctl PR_RISCV_V_SET_CONTROL, error %d", errno);
/openbmc/linux/include/uapi/linux/
H A Dprctl.h299 #define PR_RISCV_V_SET_CONTROL 69 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h299 #define PR_RISCV_V_SET_CONTROL 69 macro
/openbmc/linux/Documentation/riscv/
H A Dvector.rst24 * prctl(PR_RISCV_V_SET_CONTROL, unsigned long arg)
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c51 #define PR_RISCV_V_SET_CONTROL 69 macro
1871 ret = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON); in kvm_cpu_realize()
/openbmc/linux/kernel/
H A Dsys.c2746 case PR_RISCV_V_SET_CONTROL: in SYSCALL_DEFINE5()