Home
last modified time | relevance | path

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

/tools/testing/selftests/riscv/hwprobe/
A DMakefile7 TEST_GEN_PROGS := hwprobe cbo which-cpus
14 $(OUTPUT)/cbo: cbo.c sys_hwprobe.S
A D.gitignore2 cbo
A Dcbo.c160 static void check_no_zicbo_cpus(cpu_set_t *cpus, __u64 cbo) in check_no_zicbo_cpus() argument
180 cbostr = cbo == RISCV_HWPROBE_EXT_ZICBOZ ? "Zicboz" : "Zicbom"; in check_no_zicbo_cpus()
182 if (pair.value & cbo) in check_no_zicbo_cpus()

Completed in 4 milliseconds