Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/
Dtraps.c391 #define always_true() true macro
394 bool __weak always_true(void) { return true; } in always_true() function