Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtboot.h144 extern void tboot_probe(void);
153 #define tboot_probe() do { } while (0) macro
/linux-4.1.27/arch/x86/kernel/
Dtboot.c62 void __init tboot_probe(void) in tboot_probe() function
Dsetup.c1207 tboot_probe(); in setup_arch()