Searched refs:__weak (Results 151 - 175 of 254) sorted by path

1234567891011

/linux-master/kernel/trace/
H A Dtrace_syscalls.c504 unsigned long __init __weak arch_syscall_addr(int nr)
/linux-master/kernel/
H A Dvmcore_info.c112 void __weak arch_crash_save_vmcoreinfo(void)
115 phys_addr_t __weak paddr_vmcoreinfo_note(void)
H A Dwatchdog.c237 void __weak watchdog_hardlockup_enable(unsigned int cpu) { }
239 void __weak watchdog_hardlockup_disable(unsigned int cpu) { }
248 int __weak __init watchdog_hardlockup_probe(void)
261 void __weak watchdog_hardlockup_stop(void) { }
274 void __weak watchdog_hardlockup_start(void) { }
H A Dwatchdog_perf.c250 bool __weak __init arch_perf_nmi_is_available(void)
/linux-master/lib/
H A Dclz_ctz.c17 int __weak __ctzsi2(int val);
18 int __weak __ctzsi2(int val)
24 int __weak __clzsi2(int val);
25 int __weak __clzsi2(int val)
31 int __weak __clzdi2(u64 val);
32 int __weak __clzdi2(u64 val)
38 int __weak __ctzdi2(u64 val);
39 int __weak __ctzdi2(u64 val)
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/lib/crypto/
H A Dblake2s-generic.c41 __weak __alias(blake2s_compress_generic);
/linux-master/mm/
H A Dearly_ioremap.c35 pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr,
H A Dexecmem.c106 struct execmem_info * __weak execmem_arch_setup(void)
H A Dhugetlb.c1020 __weak unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
4670 bool __init __weak hugetlb_node_alloc_supported(void)
7511 __weak unsigned long hugetlb_mask_last_page(struct hstate *h)
H A Dmaccess.c10 bool __weak copy_from_kernel_nofault_allowed(const void *unsafe_src,
H A Dmemory_hotplug.c1674 struct range __weak arch_get_mappable_range(void)
H A Dmm_init.c2126 __weak int __init
H A Dnommu.c205 void *vmalloc_huge_noprof(unsigned long size, gfp_t gfp_mask) __weak __alias(__vmalloc_noprof);
H A Dpercpu.c3180 void __init __weak pcpu_populate_pte(unsigned long addr)
H A Dsparse-vmemmap.c199 void __weak __meminit pmd_init(void *addr)
216 void __weak __meminit pud_init(void *addr)
298 void __weak __meminit vmemmap_set_pmd(pmd_t *pmd, void *p, int node,
303 int __weak __meminit vmemmap_check_pmd(pmd_t *pmd, int node,
H A Dsparse.c497 void __weak __meminit vmemmap_populate_print_last(void)
H A Dswapfile.c2872 __weak unsigned long arch_max_swapfile_size(void)
H A Dutil.c388 unsigned long __weak arch_randomize_brk(struct mm_struct *mm)
1064 int __weak memcmp_pages(struct page *page1, struct page *page2)
/linux-master/mm/kasan/
H A Dinit.c142 void __weak __meminit pmd_init(void *addr)
184 void __weak __meminit pud_init(void *addr)
H A Dshadow.c290 void __init __weak kasan_populate_early_vm_area_shadow(void *start,
/linux-master/net/core/
H A Dfilter.c7901 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable in typeref:struct:bpf_event_output_data_proto
7902 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable in typeref:struct:bpf_sk_storage_get_cg_sock_proto
8045 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable in typeref:struct:bpf_sk_storage_get_proto
8046 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable in typeref:struct:bpf_sk_storage_delete_proto
8304 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable in typeref:struct:bpf_sock_map_update_proto
8305 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable in typeref:struct:bpf_sock_hash_update_proto
8352 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable in typeref:struct:bpf_msg_redirect_map_proto
8353 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable in typeref:struct:bpf_msg_redirect_hash_proto
8392 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable in typeref:struct:bpf_sk_redirect_map_proto
8393 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable in typeref:struct:bpf_sk_redirect_hash_proto
[all...]
/linux-master/net/ethernet/
H A Deth.c484 unsigned char * __weak arch_get_platform_mac_address(void)
/linux-master/net/
H A Dsocket.c1687 * Therefore, __weak is needed to ensure that the call is still
1694 __weak noinline int update_socket_protocol(int family, int type, int protocol)
/linux-master/scripts/
H A Dcheckpatch.pl519 __weak|
6769 "weak" => "__weak"
6805 # Check for __attribute__ weak, or __weak declarations (may have link issues)

Completed in 571 milliseconds

1234567891011