Lines Matching refs:__weak

1030 u64 __weak bpf_jit_alloc_exec_limit(void)
1066 void *__weak bpf_jit_alloc_exec(unsigned long size)
1071 void __weak bpf_jit_free_exec(void *addr)
1238 void __weak bpf_jit_free(struct bpf_prog *fp)
2851 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2852 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2853 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2854 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2855 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2856 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2857 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2858 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2859 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2860 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2862 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
2863 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
2864 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
2865 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2866 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak;
2867 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak;
2868 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak;
2870 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
2871 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
2872 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
2873 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
2874 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak;
2875 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
2876 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
2877 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2878 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
2879 const struct bpf_func_proto bpf_set_retval_proto __weak;
2880 const struct bpf_func_proto bpf_get_retval_proto __weak;
2882 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void)
2887 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void)
2892 u64 __weak
2914 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog)
2922 void __weak bpf_jit_compile(struct bpf_prog *prog)
2926 bool __weak bpf_helper_changes_pkt_data(void *func)
2939 bool __weak bpf_jit_needs_zext(void)
2950 bool __weak bpf_jit_inlines_helper_call(s32 imm)
2956 bool __weak bpf_jit_supports_subprog_tailcalls(void)
2961 bool __weak bpf_jit_supports_percpu_insn(void)
2966 bool __weak bpf_jit_supports_kfunc_call(void)
2971 bool __weak bpf_jit_supports_far_kfunc_call(void)
2976 bool __weak bpf_jit_supports_arena(void)
2981 bool __weak bpf_jit_supports_insn(struct bpf_insn *insn, bool in_arena)
2986 u64 __weak bpf_arch_uaddress_limit(void)
3000 bool __weak bpf_jit_supports_ptr_xchg(void)
3008 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to,
3014 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
3020 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len)
3025 int __weak bpf_arch_text_invalidate(void *dst, size_t len)
3030 bool __weak bpf_jit_supports_exceptions(void)
3035 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *cookie)
3040 __weak const struct bpf_map_ops arena_map_ops;
3041 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena)
3045 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena)