Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtext-patching.h40 extern void *text_poke_set(void *addr, int c, size_t len);
/linux-6.15/arch/x86/mm/
H A Dinit.c1073 text_poke_set(ptr, INT3_INSN_OPCODE, size); in execmem_fill_trapping_insns()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2728 void *text_poke_set(void *addr, int c, size_t len) in text_poke_set() function
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c306 return IS_ERR_OR_NULL(text_poke_set(dst, 0xcc, len)); in bpf_arch_text_invalidate()