Home
last modified time | relevance | path

Searched defs:BOOL_FIELD (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dcpu_cfg.h25 #define BOOL_FIELD(x) bool x; macro
H A Dcpu.c78 #define BOOL_FIELD(x) dest->x |= src->x; in riscv_cpu_cfg_merge() macro