Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h49 extern void *text_poke_set(void *addr, int c, size_t len);
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c1987 void *text_poke_set(void *addr, int c, size_t len) in text_poke_set() function
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c284 return IS_ERR_OR_NULL(text_poke_set(dst, 0xcc, len)); in bpf_arch_text_invalidate()