Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtboot.h125 extern void tboot_probe(void);
133 #define tboot_probe() do { } while (0) macro
/linux/arch/x86/kernel/
H A Dsetup.c1218 tboot_probe(); in setup_arch()