Home
last modified time | relevance | path

Searched defs:tboot_enabled (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dtboot.h139 static inline int tboot_enabled(void) in tboot_enabled() function
152 #define tboot_enabled() 0 macro
/kernel/linux/linux-5.10/include/linux/
Dtboot.h133 #define tboot_enabled() 0 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtboot.c47 bool tboot_enabled(void) in tboot_enabled() function