Searched refs:PR_RISCV_V_SET_CONTROL (Results 1 – 6 of 6) 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/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 299 #define PR_RISCV_V_SET_CONTROL 69 macro
|
/openbmc/linux/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 1860 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 | 2744 case PR_RISCV_V_SET_CONTROL: in SYSCALL_DEFINE5()
|