Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dibt.h59 static inline __attribute_const__ u32 gen_endbr_poison(void) in gen_endbr_poison() function
70 if (val == gen_endbr_poison()) in is_endbr()
/linux-6.6.21/arch/x86/kernel/
Dalternative.c799 u32 endbr, poison = gen_endbr_poison(); in poison_endbr()