HomeSort by: relevance | last modified time | path
    Searched refs:alpha_is_qemu (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/alpha/alpha/
clock.c 74 if (alpha_is_qemu) {
113 if (!alpha_is_qemu) {
prom.c 115 if (!alpha_is_qemu) {
120 alpha_is_qemu = true;
142 if (alpha_is_qemu) {
196 if (!alpha_is_qemu) {
305 if (alpha_is_qemu)
329 if (alpha_is_qemu)
352 if (alpha_is_qemu)
372 if (alpha_is_qemu)
mainbus.c 98 if (alpha_is_qemu) {
autoconf.c 228 if (booted_device == NULL && alpha_is_qemu) {
machdep.c 159 bool alpha_is_qemu; /* true if we've detected running in qemu */ variable in typeref:typename:bool
393 if (alpha_is_qemu) {
1656 NULL, 0, &alpha_is_qemu, 0,
  /src/sys/arch/alpha/include/
alpha.h 78 extern bool alpha_is_qemu;
  /src/sys/arch/alpha/pci/
sio_pic.c 488 if (alpha_is_qemu && type == IST_EDGE) {

Completed in 14 milliseconds