Searched refs:__weak (Results 101 - 125 of 254) sorted by relevance

1234567891011

/linux-master/drivers/xen/
H A Dunpopulated-alloc.c27 int __weak __init arch_xen_unpopulated_init(struct resource **res)
/linux-master/mm/
H A Dmaccess.c10 bool __weak copy_from_kernel_nofault_allowed(const void *unsafe_src,
H A Dexecmem.c106 struct execmem_info * __weak execmem_arch_setup(void)
/linux-master/tools/objtool/
H A Dspecial.c57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt)
/linux-master/kernel/bpf/
H A Ddispatcher.c89 int __weak arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs)
H A Dtrampoline.c1048 int __weak
1057 void * __weak arch_alloc_bpf_trampoline(unsigned int size)
1069 void __weak arch_free_bpf_trampoline(void *image, unsigned int size)
1078 int __weak arch_protect_bpf_trampoline(void *image, unsigned int size)
1084 int __weak arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags,
/linux-master/virt/kvm/
H A Ddirty_ring.c14 int __weak kvm_cpu_dirty_log_size(void)
/linux-master/drivers/firmware/efi/
H A Defi-init.c56 extern __weak const efi_config_table_type_t efi_arch_tables[];
H A Defi.c165 extern __weak struct kobj_attribute efi_attr_fw_vendor;
166 extern __weak struct kobj_attribute efi_attr_runtime;
167 extern __weak struct kobj_attribute efi_attr_config_table;
180 umode_t __weak efi_attr_is_visible(struct kobject *kobj, struct attribute *attr,
548 __weak __alias(__efi_mem_desc_lookup);
560 void __init __weak efi_arch_mem_reserve(phys_addr_t addr, u64 size) {}
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_32.c55 int __init __weak kasan_init_region(void *start, size_t size)
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub.c50 void __weak free_screen_info(struct screen_info *si)
/linux-master/kernel/
H A Dsoftirq.c986 * [ These __weak aliases are kept in a separate compilation unit, so that
990 int __init __weak early_irq_init(void)
995 int __init __weak arch_probe_nr_irqs(void)
1000 int __init __weak arch_early_irq_init(void)
1005 unsigned int __weak arch_dynirq_lower_bound(unsigned int from)
H A Dwatchdog_perf.c250 bool __weak __init arch_perf_nmi_is_available(void)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c37 __attribute__ ((noinline)) __weak
/linux-master/include/linux/
H A Dcompiler_attributes.h416 #define __weak __attribute__((__weak__)) macro
/linux-master/drivers/pci/
H A Dbus.c324 void __weak pcibios_resource_survey_bus(struct pci_bus *bus) { }
326 void __weak pcibios_bus_add_device(struct pci_dev *pdev) { }
H A Dsetup-res.c196 resource_size_t __weak pcibios_retrieve_fw_addr(struct pci_dev *dev, int idx)
252 * This is marked as __weak because multiple architectures define it; it should
255 resource_size_t __weak pcibios_align_resource(void *data,
/linux-master/arch/mips/kernel/
H A Dmips-cm.c182 phys_addr_t __weak mips_cm_phys_base(void)
201 phys_addr_t __weak mips_cm_l2sync_phys_base(void)
/linux-master/drivers/clocksource/
H A Dhyperv_timer.c191 void __weak hv_setup_stimer0_handler(void (*handler)(void))
195 void __weak hv_remove_stimer0_handler(void)
/linux-master/tools/testing/selftests/kvm/lib/
H A Dmemstress.c251 uint64_t __weak memstress_nested_pages(int nr_vcpus)
256 void __weak memstress_setup_nested(struct kvm_vm *vm, int nr_vcpus, struct kvm_vcpu **vcpus)
/linux-master/arch/powerpc/mm/
H A Dmem.c64 int __weak create_section_mapping(unsigned long start, unsigned long end,
70 int __weak remove_section_mapping(unsigned long start, unsigned long end)
/linux-master/drivers/base/
H A Dcacheinfo.c334 int __weak cache_setup_acpi(unsigned int cpu)
466 int __weak early_cache_level(unsigned int cpu)
471 int __weak init_cache_level(unsigned int cpu)
476 int __weak populate_cache_leaves(unsigned int cpu)
801 __weak cache_get_priv_group(struct cacheinfo *this_leaf)
H A Dcpu.c530 bool __weak arch_cpu_is_hotpluggable(int cpu)
535 int __weak arch_register_cpu(int cpu)
545 void __weak arch_unregister_cpu(int num)
/linux-master/fs/proc/
H A Dvmcore.c183 int __weak elfcorehdr_alloc(unsigned long long *addr, unsigned long long *size)
191 void __weak elfcorehdr_free(unsigned long long addr)
197 ssize_t __weak elfcorehdr_read(char *buf, size_t count, u64 *ppos)
210 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos)
224 int __weak remap_oldmem_pfn_range(struct vm_area_struct *vma,
235 ssize_t __weak copy_oldmem_page_encrypted(struct iov_iter *iter,
/linux-master/mm/kasan/
H A Dinit.c142 void __weak __meminit pmd_init(void *addr)
184 void __weak __meminit pud_init(void *addr)

Completed in 900 milliseconds

1234567891011