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

  /src/sys/arch/ofppc/ofppc/
cpu.c 84 extern int machine_has_rtas;
258 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_FREEZE_TIME_BASE)) {
289 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_THAW_TIME_BASE))
machdep.c 75 extern int machine_has_rtas;
336 if ((howto & 0x800) && machine_has_rtas &&
350 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_SYSTEM_REBOOT)) {
  /src/sys/arch/powerpc/powerpc/
rtas.c 28 bool machine_has_rtas; variable in typeref:typename:bool
110 machine_has_rtas = true;

Completed in 21 milliseconds