/linux-6.3-rc2/lib/ |
A D | clz_ctz.c | 17 int __weak __ctzsi2(int val); 18 int __weak __ctzsi2(int val) in __ctzsi2() 24 int __weak __clzsi2(int val); 25 int __weak __clzsi2(int val) in __clzsi2() 31 int __weak __clzdi2(long val); 32 int __weak __ctzdi2(long val); 35 int __weak __clzdi2(long val) in __clzdi2() 41 int __weak __ctzdi2(long val) in __ctzdi2() 49 int __weak __clzdi2(long val) in __clzdi2() 55 int __weak __ctzdi2(long val) in __ctzdi2()
|
A D | crc32.c | 186 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-6.3-rc2/drivers/hv/ |
A D | hv_common.c | 36 bool __weak hv_root_partition; 39 bool __weak hv_nested; 42 struct ms_hyperv_info __weak ms_hyperv; 262 bool __weak hv_is_isolation_supported(void) in hv_is_isolation_supported() 268 bool __weak hv_isolation_type_snp(void) in hv_isolation_type_snp() 274 void __weak hv_setup_vmbus_handler(void (*handler)(void)) in hv_setup_vmbus_handler() 279 void __weak hv_remove_vmbus_handler(void) in hv_remove_vmbus_handler() 289 void __weak hv_remove_kexec_handler(void) in hv_remove_kexec_handler() 299 void __weak hv_remove_crash_handler(void) in hv_remove_crash_handler() 304 void __weak hyperv_cleanup(void) in hyperv_cleanup() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_core_extern.c | 14 extern int LINUX_UNKNOWN_VIRTUAL_EXTERN __kconfig __weak; 16 extern enum libbpf_tristate CONFIG_TRISTATE __kconfig __weak; 17 extern bool CONFIG_BOOL __kconfig __weak; 18 extern char CONFIG_CHAR __kconfig __weak; 19 extern uint16_t CONFIG_USHORT __kconfig __weak; 20 extern int CONFIG_INT __kconfig __weak; 21 extern uint64_t CONFIG_ULONG __kconfig __weak; 22 extern const char CONFIG_STR[8] __kconfig __weak; 23 extern uint64_t CONFIG_MISSING __kconfig __weak;
|
A D | test_global_func_ctx_args.c | 17 __weak int kprobe_typedef_ctx_subprog(bpf_user_pt_regs_t *ctx) in kprobe_typedef_ctx_subprog() 31 __weak int kprobe_struct_ctx_subprog(pt_regs_struct_t *ctx) in kprobe_struct_ctx_subprog() 46 __weak int kprobe_workaround_ctx_subprog(struct bpf_user_pt_regs_t *ctx) in kprobe_workaround_ctx_subprog() 62 __weak int raw_tp_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_ctx_subprog() 78 __weak int raw_tp_writable_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_writable_ctx_subprog() 94 __weak int perf_event_ctx_subprog(struct bpf_perf_event_data *ctx) in perf_event_ctx_subprog()
|
A D | linked_vars1.c | 10 extern bool CONFIG_BPF_SYSCALL __kconfig __weak; 11 extern const void bpf_link_fops __ksym __weak; 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 10; variable 20 const volatile int input_rodata_weak __weak = 100; variable
|
A D | test_ksyms_weak.c | 21 extern const struct rq runqueues __ksym __weak; /* typed */ 22 extern const void bpf_prog_active __ksym __weak; /* typeless */ 28 extern const void bpf_link_fops1 __ksym __weak; 31 extern const int bpf_link_fops2 __ksym __weak;
|
A D | linked_vars2.c | 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 20; variable 20 const volatile int input_rodata_weak __weak = 200; variable
|
A D | linked_funcs1.c | 10 const volatile int my_tid __weak; variable 11 long syscall_id __weak; variable 46 __weak int set_output_weak(int x) in set_output_weak()
|
A D | linked_funcs2.c | 10 const volatile int my_tid __weak; variable 11 long syscall_id __weak; variable 46 __weak int set_output_weak(int x) in set_output_weak()
|
/linux-6.3-rc2/kernel/ |
A D | kallsyms_internal.h | 11 extern const unsigned long kallsyms_addresses[] __weak; 12 extern const int kallsyms_offsets[] __weak; 13 extern const u8 kallsyms_names[] __weak; 25 extern const char kallsyms_token_table[] __weak; 26 extern const u16 kallsyms_token_index[] __weak; 28 extern const unsigned int kallsyms_markers[] __weak; 29 extern const u8 kallsyms_seqs_of_names[] __weak;
|
/linux-6.3-rc2/tools/perf/util/ |
A D | iostat.c | 7 __weak int iostat_prepare(struct evlist *evlist __maybe_unused, in iostat_prepare() 13 __weak int iostat_parse(const struct option *opt __maybe_unused, in iostat_parse() 21 __weak void iostat_list(struct evlist *evlist __maybe_unused, in iostat_list() 26 __weak void iostat_release(struct evlist *evlist __maybe_unused) in iostat_release() 30 __weak void iostat_print_header_prefix(struct perf_stat_config *config __maybe_unused) in iostat_print_header_prefix() 34 __weak void iostat_print_metric(struct perf_stat_config *config __maybe_unused, in iostat_print_metric() 40 __weak void iostat_prefix(struct evlist *evlist __maybe_unused, in iostat_prefix() 47 __weak void iostat_print_counters(struct evlist *evlist __maybe_unused, in iostat_print_counters()
|
A D | topdown.c | 54 __weak bool arch_topdown_check_group(bool *warn) in arch_topdown_check_group() 60 __weak void arch_topdown_group_warn(void) in arch_topdown_group_warn() 64 __weak bool arch_topdown_sample_read(struct evsel *leader __maybe_unused) in arch_topdown_sample_read() 69 __weak const char *arch_get_topdown_pmu_name(struct evlist *evlist in arch_get_topdown_pmu_name()
|
A D | unwind-libunwind.c | 11 struct unwind_libunwind_ops __weak *local_unwind_libunwind_ops; 12 struct unwind_libunwind_ops __weak *x86_32_unwind_libunwind_ops; 13 struct unwind_libunwind_ops __weak *arm64_unwind_libunwind_ops;
|
A D | dump-insn.c | 7 __weak 17 __weak
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | main.h | 154 int do_prog(int argc, char **arg) __weak; 155 int do_map(int argc, char **arg) __weak; 156 int do_link(int argc, char **arg) __weak; 157 int do_event_pipe(int argc, char **argv) __weak; 158 int do_cgroup(int argc, char **arg) __weak; 159 int do_perf(int argc, char **arg) __weak; 160 int do_net(int argc, char **arg) __weak; 161 int do_tracelog(int argc, char **arg) __weak; 162 int do_feature(int argc, char **argv) __weak; 163 int do_struct_ops(int argc, char **argv) __weak; [all …]
|
/linux-6.3-rc2/arch/mips/loongson2ef/common/ |
A D | pm.c | 59 void __weak setup_wakeup_events(void) in setup_wakeup_events() 66 int __weak wakeup_loongson(void) in wakeup_loongson() 114 void __weak mach_suspend(void) in mach_suspend() 118 void __weak mach_resume(void) in mach_resume()
|
/linux-6.3-rc2/drivers/pci/msi/ |
A D | legacy.c | 10 int __weak arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc) in arch_setup_msi_irq() 15 void __weak arch_teardown_msi_irq(unsigned int irq) in arch_teardown_msi_irq() 19 int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in arch_setup_msi_irqs() 40 void __weak arch_teardown_msi_irqs(struct pci_dev *dev) in arch_teardown_msi_irqs()
|
/linux-6.3-rc2/arch/mips/loongson64/ |
A D | pm.c | 59 void __weak setup_wakeup_events(void) in setup_wakeup_events() 63 void __weak mach_suspend(void) in mach_suspend() 67 void __weak mach_resume(void) in mach_resume()
|
/linux-6.3-rc2/drivers/base/ |
A D | cpu.c | 512 ssize_t __weak cpu_show_meltdown(struct device *dev, in cpu_show_meltdown() 518 ssize_t __weak cpu_show_spectre_v1(struct device *dev, in cpu_show_spectre_v1() 524 ssize_t __weak cpu_show_spectre_v2(struct device *dev, in cpu_show_spectre_v2() 530 ssize_t __weak cpu_show_spec_store_bypass(struct device *dev, in cpu_show_spec_store_bypass() 536 ssize_t __weak cpu_show_l1tf(struct device *dev, in cpu_show_l1tf() 542 ssize_t __weak cpu_show_mds(struct device *dev, in cpu_show_mds() 548 ssize_t __weak cpu_show_tsx_async_abort(struct device *dev, in cpu_show_tsx_async_abort() 555 ssize_t __weak cpu_show_itlb_multihit(struct device *dev, in cpu_show_itlb_multihit() 561 ssize_t __weak cpu_show_srbds(struct device *dev, in cpu_show_srbds() 567 ssize_t __weak cpu_show_mmio_stale_data(struct device *dev, in cpu_show_mmio_stale_data() [all …]
|
/linux-6.3-rc2/kernel/bpf/ |
A D | core.c | 962 u64 __weak bpf_jit_alloc_exec_limit(void) in bpf_jit_alloc_exec_limit() 998 void *__weak bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec() 1003 void __weak bpf_jit_free_exec(void *addr) in bpf_jit_free_exec() 1171 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free() 2638 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable 2672 u64 __weak 2702 void __weak bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile() 2706 bool __weak bpf_helper_changes_pkt_data(void *func) in bpf_helper_changes_pkt_data() 2719 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext() 2725 bool __weak bpf_jit_supports_subprog_tailcalls(void) in bpf_jit_supports_subprog_tailcalls() [all …]
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | cache.c | 315 extern void __weak j2_cache_init(void); in cpu_cache_init() 319 extern void __weak sh2_cache_init(void); in cpu_cache_init() 325 extern void __weak sh2a_cache_init(void); in cpu_cache_init() 331 extern void __weak sh3_cache_init(void); in cpu_cache_init() 337 extern void __weak sh7705_cache_init(void); in cpu_cache_init() 346 extern void __weak sh4_cache_init(void); in cpu_cache_init() 352 extern void __weak shx3_cache_init(void); in cpu_cache_init()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | usdt.bpf.h | 68 } __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-6.3-rc2/tools/objtool/ |
A D | weak.c | 18 int __weak orc_dump(const char *_objname) in orc_dump() 23 int __weak orc_create(struct objtool_file *file) in orc_create()
|
/linux-6.3-rc2/kernel/sched/ |
A D | idle.c | 75 void __weak arch_cpu_idle_prepare(void) { } in arch_cpu_idle_prepare() 76 void __weak arch_cpu_idle_enter(void) { } in arch_cpu_idle_enter() 77 void __weak arch_cpu_idle_exit(void) { } in arch_cpu_idle_exit() 78 void __weak arch_cpu_idle_dead(void) { } in arch_cpu_idle_dead() 79 void __weak arch_cpu_idle(void) in arch_cpu_idle()
|