Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dalternative.h146 extern bool cpu_wants_rethunk(void);
149 static __always_inline bool cpu_wants_rethunk(void) in cpu_wants_rethunk() function
/linux-6.15/arch/x86/kernel/
H A Dstatic_call.c93 if (cpu_wants_rethunk()) in __static_call_transform()
H A Dalternative.c1005 bool cpu_wants_rethunk(void) in cpu_wants_rethunk() function
1053 if (cpu_wants_rethunk()) in apply_returns()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c691 if (cpu_wants_rethunk()) { in emit_return()