Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_cfg.h68 bool ext_zicbop; member
H A Dcpu.c103 ISA_EXT_DATA_ENTRY(zicbop, PRIV_VERSION_1_12_0, ext_zicbop),
1531 MULTI_EXT_CFG_BOOL("zicbop", ext_zicbop, true),
2208 CPU_CFG_OFFSET(ext_zicbop), CPU_CFG_OFFSET(ext_zicboz),
/qemu/hw/riscv/
H A Dvirt.c261 if (cpu_ptr->cfg.ext_zicbop) { in create_fdt_socket_cpus()