/third_party/optimized-routines/math/tools/ |
H A D | plot.py | 9 import matplotlib.pyplot as plt namespace
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_led_triggers.c | 31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local 67 phy_led_trigger_register(struct phy_device *phy, struct phy_led_trigger *plt, unsigned int speed) phy_led_trigger_register() argument 79 phy_led_trigger_unregister(struct phy_led_trigger *plt) phy_led_trigger_unregister() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_led_triggers.c | 31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local 67 phy_led_trigger_register(struct phy_device *phy, struct phy_led_trigger *plt, unsigned int speed, const char *suffix) phy_led_trigger_register() argument 79 phy_led_trigger_unregister(struct phy_led_trigger *plt) phy_led_trigger_unregister() argument [all...] |
/third_party/astc-encoder/Test/ |
H A D | astc_test_competitive_plot.py | 23 import matplotlib.pyplot as plt namespace [all...] |
H A D | astc_test_result_plot.py | 28 import matplotlib.pyplot as plt namespace
|
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 14 import matplotlib.pyplot as plt namespace
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | module.h | 32 struct elf32_shdr *plt; member
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | module-sections.c | 37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry() local [all...] |
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | module.h | 22 struct elf32_shdr *plt; member
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | module-sections.c | 37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | ftrace.c | 68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local 94 struct plt_entry *plt; in ftrace_find_callable_addr() local
|
H A D | module.c | 489 static inline void __init_plt(struct plt_entry *plt, unsigned long addr) in __init_plt() argument
|
H A D | module-plts.c | 28 struct plt_entry plt; in get_plt_entry() local 79 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry() local 110 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; module_emit_veneer_for_adrp() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | module.h | 22 struct mod_section plt; member 93 struct plt_entry *plt = (struct plt_entry *)sechdrs[sec_plt->shndx].sh_addr; in get_plt_entry() local
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module-sections.c | 43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry() local [all...] |
H A D | ftrace_dyn.c | 92 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local 105 struct plt_entry *plt; in get_plt_addr() local
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 36 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed() argument 55 struct plt_entries *plt; in get_module_plt() local [all...] |
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | module.h | 22 struct mod_section plt; member 104 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local 63 emit_plt_entry(unsigned long val, unsigned long plt, unsigned long got_plt) emit_plt_entry() argument
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | module.h | 21 struct mod_section plt; member 87 struct plt_entry *plt = (struct plt_entry *)sechdrs[sec_plt->shndx].sh_addr; in get_plt_entry() local
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module-sections.c | 43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry() local [all...] |
H A D | ftrace_dyn.c | 43 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local 66 struct plt_entry *plt; in ftrace_find_callable_addr() local
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | module-plts.c | 31 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed() argument 50 struct plt_entries *plt; in get_module_plt() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | module.h | 23 struct mod_section plt; member 105 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local 64 emit_plt_entry(unsigned long val, unsigned long plt, unsigned long got_plt) emit_plt_entry() argument
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | ftrace.c | 201 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 D | module.c | 560 static inline void __init_plt(struct plt_entry *plt, unsigned long addr) in __init_plt() argument
|