Lines Matching refs:__weak
1034 u64 __weak bpf_jit_alloc_exec_limit(void) in bpf_jit_alloc_exec_limit()
1070 void *__weak bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec()
1075 void __weak bpf_jit_free_exec(void *addr) in bpf_jit_free_exec()
1241 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
2934 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2935 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2936 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2937 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2938 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2939 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2940 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2941 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2942 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2943 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2945 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
2946 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
2947 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable
2948 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
2949 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; variable
2950 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; variable
2951 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; variable
2953 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
2954 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
2955 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
2956 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; variable
2957 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; variable
2958 const struct bpf_func_proto bpf_get_local_storage_proto __weak; variable
2959 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; variable
2960 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable
2961 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; variable
2962 const struct bpf_func_proto bpf_set_retval_proto __weak; variable
2963 const struct bpf_func_proto bpf_get_retval_proto __weak; variable
2965 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2970 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
2975 const struct bpf_func_proto * __weak bpf_get_perf_event_read_value_proto(void) in bpf_get_perf_event_read_value_proto()
2980 u64 __weak
3002 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
3010 void __weak bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile()
3014 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data()
3027 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext()
3038 bool __weak bpf_jit_inlines_helper_call(s32 imm) in bpf_jit_inlines_helper_call()
3044 bool __weak bpf_jit_supports_subprog_tailcalls(void) in bpf_jit_supports_subprog_tailcalls()
3049 bool __weak bpf_jit_supports_percpu_insn(void) in bpf_jit_supports_percpu_insn()
3054 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call()
3059 bool __weak bpf_jit_supports_far_kfunc_call(void) in bpf_jit_supports_far_kfunc_call()
3064 bool __weak bpf_jit_supports_arena(void) in bpf_jit_supports_arena()
3069 bool __weak bpf_jit_supports_insn(struct bpf_insn *insn, bool in_arena) in bpf_jit_supports_insn()
3074 u64 __weak bpf_arch_uaddress_limit(void) in bpf_arch_uaddress_limit()
3088 bool __weak bpf_jit_supports_ptr_xchg(void) in bpf_jit_supports_ptr_xchg()
3096 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()
3102 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke()
3108 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy()
3113 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate()
3118 bool __weak bpf_jit_supports_exceptions(void) in bpf_jit_supports_exceptions()
3123 bool __weak bpf_jit_supports_private_stack(void) in bpf_jit_supports_private_stack()
3128 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *coo… in arch_bpf_stack_walk()
3132 bool __weak bpf_jit_supports_timed_may_goto(void) in bpf_jit_supports_timed_may_goto()
3137 u64 __weak arch_bpf_timed_may_goto(void) in arch_bpf_timed_may_goto()
3159 __weak const struct bpf_map_ops arena_map_ops;
3160 __weak u64 bpf_arena_get_user_vm_start(struct bpf_arena *arena) in bpf_arena_get_user_vm_start()
3164 __weak u64 bpf_arena_get_kern_vm_start(struct bpf_arena *arena) in bpf_arena_get_kern_vm_start()