Lines Matching defs:__weak

1015 u64 __weak bpf_jit_alloc_exec_limit(void)
1051 void *__weak bpf_jit_alloc_exec(unsigned long size)
1056 void __weak bpf_jit_free_exec(void *addr)
1223 void __weak bpf_jit_free(struct bpf_prog *fp)
2831 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2832 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2833 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2834 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2835 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2836 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2837 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2838 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2839 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2840 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2842 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
2843 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
2844 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
2845 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2846 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak;
2847 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak;
2848 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak;
2850 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
2851 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
2852 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
2853 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
2854 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak;
2855 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
2856 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
2857 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2858 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
2859 const struct bpf_func_proto bpf_set_retval_proto __weak;
2860 const struct bpf_func_proto bpf_get_retval_proto __weak;
2862 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void)
2867 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void)
2872 u64 __weak
2894 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog)
2902 void __weak bpf_jit_compile(struct bpf_prog *prog)
2906 bool __weak bpf_helper_changes_pkt_data(void *func)
2919 bool __weak bpf_jit_needs_zext(void)
2925 bool __weak bpf_jit_supports_subprog_tailcalls(void)
2930 bool __weak bpf_jit_supports_kfunc_call(void)
2935 bool __weak bpf_jit_supports_far_kfunc_call(void)
2940 bool __weak bpf_jit_supports_arena(void)
2950 bool __weak bpf_jit_supports_ptr_xchg(void)
2958 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to,
2964 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t,
2970 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len)
2975 int __weak bpf_arch_text_invalidate(void *dst, size_t len)
2980 bool __weak bpf_jit_supports_exceptions(void)
2985 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *cookie)
2990 __weak const struct bpf_map_ops arena_map_ops;
2991 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena)
2995 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena)