Home
last modified time | relevance | path

Searched defs:plt (Results 1 – 24 of 24) sorted by relevance

/linux/arch/um/kernel/
H A Duml.lds.S60 PROVIDE_HIDDEN(__rel_iplt_start = .);
62 PROVIDE_HIDDEN(__rel_iplt_end = .);
66 PROVIDE_HIDDEN(__rela_iplt_start = .);
68 PROVIDE_HIDDEN(__rela_iplt_end = .);
H A Ddyn.lds.S59 PROVIDE_HIDDEN(__rel_iplt_start = .);
61 PROVIDE_HIDDEN(__rel_iplt_end = .);
65 PROVIDE_HIDDEN(__rela_iplt_start = .);
67 PROVIDE_HIDDEN(__rela_iplt_end = .);
/linux/drivers/net/phy/
H A Dphy_led_triggers.c31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local
68 struct phy_led_trigger *plt, in phy_led_trigger_register()
79 static void phy_led_trigger_unregister(struct phy_led_trigger *plt) in phy_led_trigger_unregister()
/linux/arch/riscv/include/asm/
H A Dmodule.h23 struct mod_section plt; member
65 unsigned long plt, in emit_plt_entry()
105 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local
/linux/arch/arm64/kernel/
H A Dmodule-plts.c28 struct plt_entry plt; in get_plt_entry() local
75 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry() local
106 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp() local
H A Dftrace.c201 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
230 struct plt_entry *plt; in ftrace_find_callable_addr() local
H A Dmodule.c434 static inline void __init_plt(struct plt_entry *plt, unsigned long addr) in __init_plt()
/linux/arch/arm/kernel/
H A Dmodule-plts.c31 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed()
50 struct plt_entries *plt; in get_module_plt() local
/linux/arch/loongarch/include/asm/
H A Dmodule.h22 struct mod_section plt; member
94 struct plt_entry *plt = (struct plt_entry *)sechdrs[sec_plt->shndx].sh_addr; in get_plt_entry() local
/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c43 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
66 struct plt_entry *plt; in ftrace_find_callable_addr() local
H A Dmodule-sections.c43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry() local
/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c156 static const struct plt { struct
159 } pltm[] = { argument
/linux/arch/arm/include/asm/
H A Dmodule.h22 struct elf32_shdr *plt; member
/linux/arch/riscv/kernel/
H A Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry() local
/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c500 struct drm_plane *plane, *plt; drm_mode_config_cleanup() local
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c701 struct bpf_plt *plt = NULL; in build_plt() local
2346 void *addr, void *plt, u32 *insn) in gen_branch_or_nop()
2434 struct bpf_plt *plt = NULL; in bpf_arch_text_poke() local
/linux/arch/s390/net/
H A Dbpf_jit_comp.c543 static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target) in bpf_jit_plt()
2378 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke() local
/linux/drivers/usb/host/
H A Dxhci-hub.c157 u16 plt; in xhci_create_usb3x_bos_desc() local
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1882 int rtw89_mac_cfg_plt_be(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_plt *plt) in rtw89_mac_cfg_plt_be()
H A Dmac.h1229 int rtw89_mac_cfg_plt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_plt *plt) in rtw89_mac_cfg_plt()
H A Dmac.c5746 int rtw89_mac_cfg_plt_ax(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_plt *plt) in rtw89_mac_cfg_plt_ax()
H A Dcoex.c4107 struct rtw89_mac_ax_plt plt; in _set_bt_plut() local
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c807 static int wl12xx_fetch_firmware(struct wl1271 *wl, bool plt) in wl12xx_fetch_firmware()
1121 static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt) in wl12xx_chip_wakeup()
H A Dwlcore.h197 bool plt; member