Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtraps.c474 #define always_true() true macro
477 bool __weak always_true(void) { return true; } in always_true() function