Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A 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()
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c799 u32 endbr, poison = gen_endbr_poison(); in poison_endbr()