Home
last modified time | relevance | path

Searched refs:get_boot_time (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmachdep.h74 time64_t (*get_boot_time)(void); member
/linux/arch/powerpc/kernel/
H A Dtime.c810 if (ppc_md.get_boot_time) { in __read_persistent_clock()
811 ts->tv_sec = ppc_md.get_boot_time() - timezone_offset; in __read_persistent_clock()
/linux/arch/powerpc/platforms/pasemi/
H A Dsetup.c453 .get_boot_time = pas_get_boot_time, in define_machine()
/linux/arch/powerpc/platforms/powermac/
H A Dsetup.c585 .get_boot_time = pmac_get_boot_time, in define_machine()
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c331 ppc_md.get_boot_time = rtas_get_boot_time; in chrp_setup_arch()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1176 .get_boot_time = rtas_get_boot_time, in define_machine()