Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu_models.c435 static void check_consistency(const S390CPUModel *model) in check_consistency() function
614 check_consistency(cpu->model); in s390_realize_cpu_model()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py71 def check_consistency(self) -> List[str]: member in TypeIdentifiers
/openbmc/linux/kernel/locking/
H A Dlockdep.c1148 int check_consistency = 0; variable
1149 module_param(check_consistency, int, 0644);
1155 if (check_consistency && !once) { in check_data_structures()