Lines Matching refs:__weak

1025 u64 __weak bpf_jit_alloc_exec_limit(void)  in bpf_jit_alloc_exec_limit()
1061 void *__weak bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec()
1066 void __weak bpf_jit_free_exec(void *addr) in bpf_jit_free_exec()
1232 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
2983 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2984 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2985 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2986 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2987 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2988 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2989 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2990 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2991 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2992 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2994 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
2995 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
2996 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable
2997 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
2998 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; variable
2999 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; variable
3000 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; variable
3002 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
3003 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
3004 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
3005 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; variable
3006 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; variable
3007 const struct bpf_func_proto bpf_get_local_storage_proto __weak; variable
3008 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; variable
3009 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable
3010 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; variable
3011 const struct bpf_func_proto bpf_set_retval_proto __weak; variable
3012 const struct bpf_func_proto bpf_get_retval_proto __weak; variable
3014 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
3019 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
3024 const struct bpf_func_proto * __weak bpf_get_perf_event_read_value_proto(void) in bpf_get_perf_event_read_value_proto()
3029 u64 __weak
3054 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
3062 void __weak bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile()
3066 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data()
3079 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext()
3089 bool __weak bpf_jit_bypass_spec_v1(void) in bpf_jit_bypass_spec_v1()
3094 bool __weak bpf_jit_bypass_spec_v4(void) in bpf_jit_bypass_spec_v4()
3105 bool __weak bpf_jit_inlines_helper_call(s32 imm) in bpf_jit_inlines_helper_call()
3111 bool __weak bpf_jit_supports_subprog_tailcalls(void) in bpf_jit_supports_subprog_tailcalls()
3116 bool __weak bpf_jit_supports_percpu_insn(void) in bpf_jit_supports_percpu_insn()
3121 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call()
3126 bool __weak bpf_jit_supports_far_kfunc_call(void) in bpf_jit_supports_far_kfunc_call()
3131 bool __weak bpf_jit_supports_arena(void) in bpf_jit_supports_arena()
3136 bool __weak bpf_jit_supports_insn(struct bpf_insn *insn, bool in_arena) in bpf_jit_supports_insn()
3141 u64 __weak bpf_arch_uaddress_limit(void) in bpf_arch_uaddress_limit()
3155 bool __weak bpf_jit_supports_ptr_xchg(void) in bpf_jit_supports_ptr_xchg()
3163 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()
3169 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type old_t, in bpf_arch_text_poke()
3176 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy()
3181 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate()
3186 bool __weak bpf_jit_supports_exceptions(void) in bpf_jit_supports_exceptions()
3191 bool __weak bpf_jit_supports_private_stack(void) in bpf_jit_supports_private_stack()
3196 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *coo… in arch_bpf_stack_walk()
3200 bool __weak bpf_jit_supports_timed_may_goto(void) in bpf_jit_supports_timed_may_goto()
3205 u64 __weak arch_bpf_timed_may_goto(void) in arch_bpf_timed_may_goto()
3245 __weak const struct bpf_map_ops arena_map_ops;
3246 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena) in bpf_arena_get_user_vm_start()
3250 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena) in bpf_arena_get_kern_vm_start()