Searched refs:PR_RISCV_V_SET_CONTROL (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/riscv/vector/ |
H A D | vstate_prctl.c | 63 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 D | fix-strerrorname_np.patch | 28 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 D | prctl.h | 299 #define PR_RISCV_V_SET_CONTROL 69 macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 299 #define PR_RISCV_V_SET_CONTROL 69 macro
|
/openbmc/linux/Documentation/riscv/ |
H A D | vector.rst | 24 * prctl(PR_RISCV_V_SET_CONTROL, unsigned long arg)
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 51 #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 D | sys.c | 2746 case PR_RISCV_V_SET_CONTROL: in SYSCALL_DEFINE5()
|