Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtboot.h125 extern void tboot_probe(void);
134 #define tboot_probe() do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtboot.c52 void __init tboot_probe(void) in tboot_probe() function
H A Dsetup.c1192 tboot_probe(); in setup_arch()