Searched refs:__weak (Results 51 - 75 of 257) sorted by relevance

1234567891011

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h68 } __bpf_usdt_specs SEC(".maps") __weak;
75 } __bpf_usdt_ip_to_spec_id SEC(".maps") __weak;
94 __weak __hidden
115 __weak __hidden
198 __weak __hidden
/linux-master/kernel/sched/
H A Didle.c75 void __weak arch_cpu_idle_prepare(void) { }
76 void __weak arch_cpu_idle_enter(void) { }
77 void __weak arch_cpu_idle_exit(void) { }
78 void __weak __noreturn arch_cpu_idle_dead(void) { while (1); }
79 void __weak arch_cpu_idle(void)
/linux-master/tools/testing/selftests/rseq/
H A Drseq.c43 __weak ptrdiff_t __rseq_offset;
44 __weak unsigned int __rseq_size;
45 __weak unsigned int __rseq_flags;
/linux-master/drivers/pci/
H A Dirq.c271 void __weak pcibios_penalize_isa_irq(int irq, int active) {}
273 int __weak pcibios_alloc_irq(struct pci_dev *dev)
278 void __weak pcibios_free_irq(struct pci_dev *dev)
/linux-master/lib/
H A Dcrc32.c186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
190 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
199 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
334 u32 __pure __weak crc32_be(u32 crc, unsigned char const *p, size_t len)
339 u32 __pure __weak crc32_be(u32 crc, unsigned char const *p, size_t len)
/linux-master/arch/sh/boards/
H A Dof-generic.c166 void __init __weak arch_init_clk_ops(struct sh_clk_ops **ops, int idx)
170 void __init __weak plat_irq_setup(void)
/linux-master/drivers/of/
H A Dcpu.c35 * However this __weak function provides a default match of physical
42 bool __weak arch_match_cpu_phys_id(int cpu, u64 phys_id)
84 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun,
/linux-master/arch/arm64/include/asm/
H A Dsyscall_wrapper.h42 asmlinkage long __weak __arm64_compat_sys_##name(const struct pt_regs *regs) \
75 asmlinkage long __weak __arm64_sys_##name(const struct pt_regs *regs) \
/linux-master/arch/mips/fw/arc/
H A Dmemory.c123 void __weak __init prom_meminit(void)
172 void __weak __init prom_cleanup(void)
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h56 __weak int htab_lookup_elem(htab_t *htab __arg_arena, int key)
69 __weak int htab_update_elem(htab_t *htab __arg_arena, int key, int value)
/linux-master/arch/x86/platform/pvh/
H A Denlighten.c40 void __init __weak mem_map_via_hcall(struct boot_params *ptr __maybe_unused)
108 void __init __weak xen_pvh_init(struct boot_params *boot_params)
/linux-master/arch/sh/kernel/cpu/
H A Dclock-cpg.c75 int __init __weak arch_clk_init(void)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c32 } map_weak __weak SEC(".maps");
H A Dbpf_iter_ipv6_route.c9 extern bool CONFIG_IPV6_SUBTREES __kconfig __weak;
H A Dlinked_maps1.c38 } map_weak __weak SEC(".maps");
H A Dtest_ksyms_module.c22 extern void bpf_testmod_invalid_mod_kfunc(void) __ksym __weak; variable
31 * marked as __weak, libbpf and gen_loader don't error out if BTF ID
H A Dtest_log_fixup.c64 extern int bpf_nonexistent_kfunc(void) __ksym __weak; variable
/linux-master/kernel/time/
H A Djiffies.c71 struct clocksource * __init __weak clocksource_default_clock(void)
/linux-master/arch/mips/kernel/
H A Dmips-cpc.c22 phys_addr_t __weak mips_cpc_default_phys_base(void)
H A Dprom.c69 void __weak __init device_tree_init(void)
/linux-master/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h44 long __weak sys_##name(const struct pt_regs *regs) \
/linux-master/drivers/firmware/efi/libstub/
H A Driscv.c75 unsigned long __weak stext_offset(void)
H A Dloongarch.c41 unsigned long __weak kernel_entry_address(unsigned long kernel_addr,
/linux-master/tools/perf/util/
H A Ddwarf-regs.c75 __weak int get_arch_regnum(const char *name __maybe_unused)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c130 /* make sure call is not inlined and not avoided by compiler, so __weak and
140 __weak void uprobe_target_nop(void)
145 __weak void opaque_noop_func(void)
149 __weak int uprobe_target_push(void)
158 __weak void uprobe_target_ret(void)

Completed in 413 milliseconds

1234567891011