Searched refs:func (Results 1 - 25 of 1898) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/xen/
H A Denlighten_pv.c699 #define TRAP_ENTRY(func, ist_ok) { \
700 .orig = asm_##func, \
701 .xen = xen_asm_##func, \
704 #define TRAP_ENTRY_REDIR(func, ist_ok) { \
705 .orig = asm_##func, \
706 .xen = xen_asm_xenpv_##func, \
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c350 BTF_ID_FLAGS(func, bpf_iter_testmod_seq_new, KF_ITER_NEW)
351 BTF_ID_FLAGS(func, bpf_iter_testmod_seq_next, KF_ITER_NEXT | KF_RET_NULL)
352 BTF_ID_FLAGS(func, bpf_iter_testmod_seq_destroy, KF_ITER_DESTROY)
353 BTF_ID_FLAGS(func, bpf_kfunc_common_test)
501 BTF_ID_FLAGS(func, bpf_testmod_test_mod_kfunc)
502 BTF_ID_FLAGS(func, bpf_kfunc_call_test1)
503 BTF_ID_FLAGS(func, bpf_kfunc_call_test2)
504 BTF_ID_FLAGS(func, bpf_kfunc_call_test3)
505 BTF_ID_FLAGS(func, bpf_kfunc_call_test4)
506 BTF_ID_FLAGS(func, bpf_kfunc_call_test_mem_len_pass
[all...]
/linux-master/sound/soc/codecs/
H A Dcs35l41.c1076 gpio1->func = val;
1085 gpio2->func = val;
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c1269 .v.func = alc_fixup_gpio1,
1273 .v.func = alc_fixup_gpio2,
1335 .v.func = alc880_fixup_vol_knob,
1806 .v.func = alc_fixup_gpio1,
1810 .v.func = alc260_fixup_gpio1_toggle,
1826 .v.func = alc260_fixup_gpio1_toggle,
1832 .v.func = alc260_fixup_kn1,
1836 .v.func = alc260_fixup_fsc_s7020,
1840 .v.func = alc260_fixup_fsc_s7020_jwse,
2282 .v.func
[all...]
/linux-master/net/ipv4/
H A Daf_inet.c1938 .func = ip_rcv,
/linux-master/net/core/
H A Dfilter.c1721 .func = bpf_skb_store_bytes,
1758 .func = bpf_skb_load_bytes,
1797 .func = bpf_flow_dissector_load_bytes,
1841 .func = bpf_skb_load_bytes_relative,
1866 .func = bpf_skb_pull_data,
1879 .func = bpf_sk_fullsock,
1906 .func = sk_skb_pull_data,
1947 .func = bpf_l3_csum_replace,
2000 .func = bpf_l4_csum_replace,
2038 .func
7853 bpf_helper_changes_pkt_data(void *func) argument
11811 const struct bpf_func_proto *func; local
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c581 static struct bpf_func_state *func(struct bpf_verifier_env *env, function
625 if (!is_spi_bounds_valid(func(env, reg), spi, nr_slots))
708 struct bpf_func_state *state = func(env, reg);
805 struct bpf_func_state *state = func(env, reg);
946 struct bpf_func_state *state = func(env, reg);
976 struct bpf_func_state *state = func(env, reg);
1006 struct bpf_func_state *state = func(env, reg);
1048 struct bpf_func_state *state = func(env, reg);
1079 struct bpf_func_state *state = func(env, reg);
1106 struct bpf_func_state *state = func(en
2723 const struct btf_type *func, *func_proto; local
3405 const struct btf_type *func; local
3906 struct bpf_func_state *func; local
3952 struct bpf_func_state *func; local
4006 struct bpf_func_state *func; local
4159 struct bpf_func_state *func; local
12054 const struct btf_type *func, *func_proto; local
19112 struct bpf_prog *prog = env->prog, **func, *tmp; local
[all...]
H A Dcore.c555 bpf_prog_kallsyms_del(fp->aux->func[i]);
1252 else if (prog->aux->func &&
1254 addr = (u8 *)prog->aux->func[off]->bpf_func;
2776 aux->func[i]->aux->poke_tab = NULL;
2777 bpf_jit_free(aux->func[i]);
2780 kfree(aux->func);
2882 .func = NULL,
2906 bool __weak bpf_helper_changes_pkt_data(void *func) argument
/linux-master/include/linux/
H A Dfilter.h968 bool bpf_helper_changes_pkt_data(void *func);
1443 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \
1460 _ret = func(_prog, _ctx); \
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c466 u32 func; member in struct:pl_head
474 size_t pl_size, int api, int func)
481 h->func = (api << 16) + func;
501 static int check_reply_pl(const u8 *pl, const char *func) argument
508 ZCRYPT_DBF_ERR("%s reply start tag mismatch\n", func);
526 func, *pl);
532 ZCRYPT_DBF_ERR("%s reply length %d too small\n", func, len);
538 ZCRYPT_DBF_ERR("%s function tag or length mismatch\n", func);
545 ZCRYPT_DBF_ERR("%s dom tag or length mismatch\n", func);
473 prep_head(struct pl_head *h, size_t pl_size, int api, int func) argument
567 check_reply_cprb(const struct ep11_cprb *rep, const char *func) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c938 args.func = &qede_set_features_reload;
946 args.func(edev, &args);
1035 args.func = &qede_xdp_reload_func;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c592 if (pf->hw.bus.func)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c203 cb.base.func = vmwgfx_wait_cb;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c315 if (ntfy->func)
316 ntfy->func(ntfy->priv, ntfy->fn, msg->data, msg->length - sizeof(*msg));
335 r535_gsp_msg_ntfy_add(struct nvkm_gsp *gsp, u32 fn, nvkm_gsp_msg_ntfy_func func, void *priv) argument
344 gsp->msgq.ntfy[gsp->msgq.ntfy_nr].func = func;
405 if (event->func) {
407 event->func = NULL;
433 nvkm_gsp_event_func func, struct nvkm_gsp_event *event)
466 event->func = func;
432 r535_gsp_device_event_ctor(struct nvkm_gsp_device *device, u32 handle, u32 id, nvkm_gsp_event_func func, struct nvkm_gsp_event *event) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c120 switch (fw->func->type) {
159 BUG_ON(nvkm_firmware_mem(memory)->func->type != NVKM_FIRMWARE_IMG_DMA);
172 if (nvkm_firmware_mem(memory)->device->func->tegra)
202 switch (fw->func->type) {
227 nvkm_firmware_ctor(const struct nvkm_firmware_func *func, const char *name, argument
230 fw->func = func;
235 switch (fw->func->type) {
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h32 const struct nvkm_gsp_func *func; member in struct:nvkm_gsp
139 nvkm_gsp_msg_ntfy_func func; member in struct:nvkm_gsp::nvkm_gsp_msgq::nvkm_gsp_msgq_ntfy
424 nvkm_gsp_event_func func; member in struct:nvkm_gsp_event
433 nvkm_gsp_event_func func, struct nvkm_gsp_event *event)
435 return device->object.client->gsp->rm->event_ctor(device, handle, id, func, event);
432 nvkm_gsp_device_event_ctor(struct nvkm_gsp_device *device, u32 handle, u32 id, nvkm_gsp_event_func func, struct nvkm_gsp_event *event) argument
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c460 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) argument
465 offset = func - (ip + X86_PATCH_SIZE);
467 pr_err("Target call %p is out of range\n", func);
475 static int emit_call(u8 **pprog, void *func, void *ip) argument
477 return emit_patch(pprog, func, ip, 0xE8);
480 static int emit_rsb_call(u8 **pprog, void *func, void *ip) argument
482 OPTIMIZER_HIDE_VAR(func);
483 ip += x86_call_depth_emit_accounting(pprog, func, ip);
484 return emit_patch(pprog, func, ip, 0xE8);
487 static int emit_jump(u8 **pprog, void *func, voi argument
1332 u8 *func; local
2577 emit_cond_near_jump(u8 **pprog, void *func, void *ip, u8 jmp_cond) argument
[all...]
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S17 .macro vdso_func func
18 .globl __kernel_\func
19 .type __kernel_\func,@function
21 __kernel_\func:
28 brasl %r14,__s390_vdso_\func
36 .size __kernel_\func,.-__kernel_\func
44 .macro vdso_syscall func,syscall
45 .globl __kernel_\func
46 .type __kernel_\func,
[all...]
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c2056 const u32 func = (u32)__bpf_call_base + (u32)imm; local
2064 emit_a32_mov_i(tmp[1], func, ctx);
/linux-master/kernel/
H A Dworkqueue.c607 return ((struct work_struct *) addr)->func;
1126 worker->current_func == work->func)
1309 work_func_t func; member in struct:wci_ent
1319 static struct wci_ent *wci_find_ent(work_func_t func) argument
1324 (unsigned long)func) {
1325 if (ent->func == func)
1331 static void wq_cpu_intensive_report(work_func_t func) argument
1336 ent = wci_find_ent(func);
1349 ent->func, wq_cpu_intensive_thresh_u
1385 wq_cpu_intensive_report(work_func_t func) argument
4413 schedule_on_each_cpu(work_func_t func) argument
6015 work_func_t func; member in struct:pr_cont_work_struct
6019 pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp) argument
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c463 u8 pin, u8 off, u8 func)
487 writel(reg | (func << (pin * 4)), pctrl->base + PFC(off));
506 struct function_desc *func; local
511 func = pinmux_generic_get_function(pctldev, func_selector);
512 if (!func)
518 psel_val = func->data;
462 rzg2l_pinctrl_set_pfc_mode(struct rzg2l_pinctrl *pctrl, u8 pin, u8 off, u8 func) argument
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c372 const struct mtk_func_desc *func = pin->funcs; local
374 while (func && func->name) {
375 if (func->muxval == fnum)
376 return func;
377 func++;
392 const struct mtk_func_desc *func = pin->funcs; local
394 while (func && func->name) {
395 if (func
447 u32 pinfunc, pin, func; local
[all...]
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c593 unsigned int func)
612 value |= func;
619 const unsigned int *func)
638 value |= func[i];
647 const struct intel_function func = vg->soc->functions[func_selector]; local
652 else if (!strcmp(func.func.name, "gpio"))
702 * In most cases, func pin mux 000 means GPIO function.
703 * But, some pins may have func pin mux 001 represents
591 byt_set_group_simple_mux(struct intel_pinctrl *vg, const struct intel_pingroup group, unsigned int func) argument
617 byt_set_group_mixed_mux(struct intel_pinctrl *vg, const struct intel_pingroup group, const unsigned int *func) argument
H A Dpinctrl-intel.h39 * @func: Generic data of the pin function (name and groups of pins)
42 struct pinfunction func; member in struct:intel_function
188 .func = PINCTRL_PINFUNCTION((n), (g), ARRAY_SIZE(g)), \
/linux-master/fs/erofs/
H A Dsuper.c20 void _erofs_err(struct super_block *sb, const char *func, const char *fmt, ...) argument
31 pr_err("(device %s): %s: %pV", sb->s_id, func, &vaf);
33 pr_err("%s: %pV", func, &vaf);
37 void _erofs_info(struct super_block *sb, const char *func, const char *fmt, ...) argument

Completed in 389 milliseconds

1234567891011>>