Searched refs:__weak (Results 201 - 225 of 254) sorted by last modified time

1234567891011

/linux-master/drivers/firmware/efi/libstub/
H A Darm64.c92 u32 __weak code_size;
120 unsigned long __weak primary_entry_offset(void)
H A Driscv.c75 unsigned long __weak stext_offset(void)
/linux-master/lib/crypto/
H A Dblake2s-generic.c41 __weak __alias(blake2s_compress_generic);
/linux-master/kernel/
H A Dirq_work.c72 void __weak arch_irq_work_raise(void)
H A Dstop_machine.c197 notrace void __weak stop_machine_yield(const struct cpumask *cpumask)
/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/tools/testing/selftests/bpf/progs/
H A Dtest_log_fixup.c64 extern int bpf_nonexistent_kfunc(void) __ksym __weak; variable
H A Dtest_ksyms_weak.c21 extern const struct rq runqueues __ksym __weak; /* typed */
22 extern const void bpf_prog_active __ksym __weak; /* typeless */
23 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak; variable
24 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak; variable
30 extern const void bpf_link_fops1 __ksym __weak;
33 extern const int bpf_link_fops2 __ksym __weak;
34 void invalid_kfunc(void) __ksym __weak; variable
H A Dread_bpf_task_storage_busy.c7 extern bool CONFIG_PREEMPT __kconfig __weak;
H A Dtask_storage_nodeadlock.c13 extern bool CONFIG_PREEMPT __kconfig __weak;
H A Dtest_core_extern.c14 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;
/linux-master/mm/
H A Dmaccess.c10 bool __weak copy_from_kernel_nofault_allowed(const void *unsafe_src,
/linux-master/drivers/thermal/intel/
H A Dtherm_throt.c644 void __weak notify_hwp_interrupt(void)
/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux-master/arch/mips/kernel/
H A Dcevt-r4k.c245 unsigned int __weak get_c0_compare_int(void)
H A Dmips-cpc.c22 phys_addr_t __weak mips_cpc_default_phys_base(void)
/linux-master/arch/sh/mm/
H A Dinit.c41 void __init __weak plat_mem_setup(void)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c169 __weak void trigger_100_usdts(void)
184 __weak void trigger_300_usdts(void)
201 __weak void trigger_400_usdts(void)
/linux-master/tools/perf/util/
H A Diostat.c7 __weak int iostat_prepare(struct evlist *evlist __maybe_unused,
13 __weak int iostat_parse(const struct option *opt __maybe_unused,
21 __weak void iostat_list(struct evlist *evlist __maybe_unused,
26 __weak void iostat_release(struct evlist *evlist __maybe_unused)
30 __weak void iostat_print_header_prefix(struct perf_stat_config *config __maybe_unused)
34 __weak void iostat_print_metric(struct perf_stat_config *config __maybe_unused,
40 __weak void iostat_prefix(struct evlist *evlist __maybe_unused,
47 __weak void iostat_print_counters(struct evlist *evlist __maybe_unused,
/linux-master/virt/kvm/
H A Dirqchip.c163 bool __weak kvm_arch_can_set_irq_routing(struct kvm *kvm)
/linux-master/drivers/acpi/apei/
H A Dapei-base.c763 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr,
770 void __weak arch_apei_report_mem_error(int sev,
/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/
H A Dreboot.c49 bool __weak efi_poweroff_required(void)
/linux-master/tools/objtool/
H A Dweak.c18 int __weak orc_dump(const char *_objname)
23 int __weak orc_create(struct objtool_file *file)
/linux-master/drivers/xen/
H A Dunpopulated-alloc.c27 int __weak __init arch_xen_unpopulated_init(struct resource **res)

Completed in 337 milliseconds

1234567891011