Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dtext-patching.h48 extern void *text_poke_set(void *addr, int c, size_t len);
/linux-5.19.10/arch/x86/kernel/
Dalternative.c1273 void *text_poke_set(void *addr, int c, size_t len) in text_poke_set() function
/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp.c233 return IS_ERR_OR_NULL(text_poke_set(dst, 0xcc, len)); in bpf_arch_text_invalidate()