Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/riscv/hwprobe/
H A DMakefile7 TEST_GEN_PROGS := hwprobe cbo which-cpus
14 $(OUTPUT)/cbo: cbo.c sys_hwprobe.S
H A Dcbo.c224 static void check_no_zicbo_cpus(cpu_set_t *cpus, __u64 cbo) in check_no_zicbo_cpus() argument
244 switch (cbo) { in check_no_zicbo_cpus()
255 ksft_exit_fail_msg("Internal error: invalid cbo %llu\n", cbo); in check_no_zicbo_cpus()
258 if (pair.value & cbo) in check_no_zicbo_cpus()
H A D.gitignore2 cbo
/linux/arch/riscv/
H A DKconfig828 Enable the use of the Zicboz extension (cbo.zero instruction)