Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dtraps.c473 #define always_true() true macro
475 bool always_true(void);
476 bool __weak always_true(void) { return true; } in always_true() function
614 if (always_true()) in DEFINE_IDTENTRY_DF()