Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/powerpc/asm/
H A Dprocessor.h19 extern bool cpu_has_heai;
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c105 bool cpu_has_heai; variable
134 cpu_has_heai = true; in cpu_init_params()
142 cpu_has_heai = false; in cpu_init_params()
/kvm-unit-tests/powerpc/
H A Dinterrupts.c283 if (cpu_has_heai) in heai_handler()
313 if (cpu_has_heai) in test_illegal()
321 if (cpu_has_heai) in test_illegal()
H A Demulator.c380 if (cpu_has_heai) in main()