Lines Matching refs:__weak

1029 u64 __weak bpf_jit_alloc_exec_limit(void)  in bpf_jit_alloc_exec_limit()
1065 void *__weak bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec()
1070 void __weak bpf_jit_free_exec(void *addr) in bpf_jit_free_exec()
1236 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
2863 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2864 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2865 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2866 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2867 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2868 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2869 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2870 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2871 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2872 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2874 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
2875 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
2876 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable
2877 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
2878 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; variable
2879 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; variable
2880 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; variable
2882 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
2883 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
2884 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
2885 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; variable
2886 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; variable
2887 const struct bpf_func_proto bpf_get_local_storage_proto __weak; variable
2888 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; variable
2889 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable
2890 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; variable
2891 const struct bpf_func_proto bpf_set_retval_proto __weak; variable
2892 const struct bpf_func_proto bpf_get_retval_proto __weak; variable
2894 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2899 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
2904 u64 __weak
2926 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
2934 void __weak bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile()
2938 bool __weak bpf_helper_changes_pkt_data(void *func) in bpf_helper_changes_pkt_data()
2951 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext()
2962 bool __weak bpf_jit_inlines_helper_call(s32 imm) in bpf_jit_inlines_helper_call()
2968 bool __weak bpf_jit_supports_subprog_tailcalls(void) in bpf_jit_supports_subprog_tailcalls()
2973 bool __weak bpf_jit_supports_percpu_insn(void) in bpf_jit_supports_percpu_insn()
2978 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call()
2983 bool __weak bpf_jit_supports_far_kfunc_call(void) in bpf_jit_supports_far_kfunc_call()
2988 bool __weak bpf_jit_supports_arena(void) in bpf_jit_supports_arena()
2993 bool __weak bpf_jit_supports_insn(struct bpf_insn *insn, bool in_arena) in bpf_jit_supports_insn()
2998 u64 __weak bpf_arch_uaddress_limit(void) in bpf_arch_uaddress_limit()
3012 bool __weak bpf_jit_supports_ptr_xchg(void) in bpf_jit_supports_ptr_xchg()
3020 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()
3026 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke()
3032 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy()
3037 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate()
3042 bool __weak bpf_jit_supports_exceptions(void) in bpf_jit_supports_exceptions()
3047 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *coo… in arch_bpf_stack_walk()
3052 __weak const struct bpf_map_ops arena_map_ops;
3053 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena) in bpf_arena_get_user_vm_start()
3057 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena) in bpf_arena_get_kern_vm_start()