Home
last modified time | relevance | path

Searched refs:plt_target (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmodule.c245 plt_target (struct plt_entry *plt) in plt_target() function
294 plt_target (struct plt_entry *plt) in plt_target() function
561 if (plt_target(plt) == target_ip) in get_plt()
572 if (plt_target(plt) != target_ip) { in get_plt()
574 __func__, target_ip, plt_target(plt)); in get_plt()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dmodule.c245 plt_target (struct plt_entry *plt) in plt_target() function
294 plt_target (struct plt_entry *plt) in plt_target() function
561 if (plt_target(plt) == target_ip) in get_plt()
572 if (plt_target(plt) != target_ip) { in get_plt()
574 __func__, target_ip, plt_target(plt)); in get_plt()
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c2182 u64 plt_target = 0ULL; in bpf_arch_text_poke() local
2226 plt_target = (u64)new_addr; in bpf_arch_text_poke()
2233 plt_target = (u64)&dummy_tramp; in bpf_arch_text_poke()
2235 if (plt_target) { in bpf_arch_text_poke()
2236 /* non-zero plt_target indicates we're patching a bpf prog, in bpf_arch_text_poke()
2241 WRITE_ONCE(plt->target, plt_target); in bpf_arch_text_poke()

Completed in 6 milliseconds