Lines Matching defs:addr

524 static int emit_call_track_retpoline(void *addr, struct insn *insn, int reg, u8 *bytes)  in emit_call_track_retpoline()
584 static int patch_retpoline(void *addr, struct insn *insn, u8 *bytes) in patch_retpoline()
670 void *addr = (void *)s + *s; in apply_retpolines() local
724 static int patch_return(void *addr, struct insn *insn, u8 *bytes) in patch_return()
750 void *dest = NULL, *addr = (void *)s + *s; in apply_returns() local
797 static void __init_or_module poison_endbr(void *addr, bool warn) in poison_endbr()
830 void *addr = (void *)s + *s; in apply_seal_endbr() local
968 static u32 decode_preamble_hash(void *addr) in decode_preamble_hash()
979 static u32 decode_caller_hash(void *addr) in decode_caller_hash()
1006 void *addr = (void *)s + *s; in cfi_disable_callers() local
1029 void *addr = (void *)s + *s; in cfi_enable_callers() local
1049 void *addr = (void *)s + *s; in cfi_rand_preamble() local
1069 void *addr = (void *)s + *s; in cfi_rewrite_preamble() local
1090 void *addr = (void *)s + *s; in cfi_rewrite_endbr() local
1102 void *addr = (void *)s + *s; in cfi_rand_callers() local
1121 void *addr = (void *)s + *s; in cfi_rewrite_callers() local
1215 static inline void poison_hash(void *addr) in poison_hash()
1220 static void poison_cfi(void *addr) in poison_cfi()
1258 static void poison_cfi(void *addr) { } in poison_cfi()
1682 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early()
1789 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke()
1911 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke()
1932 void *text_poke_kgdb(void *addr, const void *opcode, size_t len) in text_poke_kgdb()
1937 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy_locked()
1970 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy()
1987 void *text_poke_set(void *addr, int c, size_t len) in text_poke_set()
2318 static void text_poke_loc_init(struct text_poke_loc *tp, void *addr, in text_poke_loc_init()
2397 static bool tp_order_fail(void *addr) in tp_order_fail()
2414 static void text_poke_flush(void *addr) in text_poke_flush()
2427 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue()
2448 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp()