Home
last modified time | relevance | path

Searched refs:poke (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/bpf/
A Darraymap.c965 struct bpf_jit_poke_descriptor *poke; in prog_array_map_poke_run() local
969 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
1001 if (!READ_ONCE(poke->tailcall_target_stable)) in prog_array_map_poke_run()
1003 if (poke->reason != BPF_POKE_REASON_TAIL_CALL) in prog_array_map_poke_run()
1005 if (poke->tail_call.map != map || in prog_array_map_poke_run()
1006 poke->tail_call.key != key) in prog_array_map_poke_run()
1014 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
1021 poke->bypass_addr, in prog_array_map_poke_run()
1026 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1029 poke->bypass_addr); in prog_array_map_poke_run()
[all …]
A Dcore.c778 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
787 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
788 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
791 switch (poke->reason) { in bpf_jit_add_poke_descriptor()
793 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor()
800 tab = krealloc(tab, size * sizeof(*poke), GFP_KERNEL); in bpf_jit_add_poke_descriptor()
804 memcpy(&tab[slot], poke, sizeof(*poke)); in bpf_jit_add_poke_descriptor()
A Dverifier.c12659 struct bpf_jit_poke_descriptor *poke; in jit_subprogs() local
12661 poke = &prog->aux->poke_tab[j]; in jit_subprogs()
12662 if (poke->insn_idx < subprog_end && in jit_subprogs()
12663 poke->insn_idx >= subprog_start) in jit_subprogs()
12664 poke->aux = func[i]->aux; in jit_subprogs()
/linux/arch/arm/common/
A Dmcpm_entry.c155 unsigned long *poke = &mcpm_entry_early_pokes[cluster][cpu][0]; in mcpm_set_early_poke() local
156 poke[0] = poke_phys_addr; in mcpm_set_early_poke()
157 poke[1] = poke_val; in mcpm_set_early_poke()
158 __sync_cache_range_w(poke, 2 * sizeof(*poke)); in mcpm_set_early_poke()
A Dmcpm_head.S79 @ Perform an early poke, if any
/linux/arch/x86/net/
A Dbpf_jit_comp.c518 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()
519 poke->adj_off = X86_TAIL_CALL_OFFSET; in emit_bpf_tail_call_direct()
521 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
524 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
542 struct bpf_jit_poke_descriptor *poke; in bpf_tail_call_direct_fixup() local
548 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
549 if (poke->aux && poke->aux != prog->aux) in bpf_tail_call_direct_fixup()
554 if (poke->reason != BPF_POKE_REASON_TAIL_CALL) in bpf_tail_call_direct_fixup()
559 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
573 poke->adj_off, false); in bpf_tail_call_direct_fixup()
[all …]
/linux/arch/sparc/kernel/
A Dsmp_64.c78 static DEFINE_PER_CPU(bool, poke);
1417 if (!__this_cpu_read(poke)) in scheduler_poke()
1420 __this_cpu_write(poke, false); in scheduler_poke()
1428 per_cpu(poke, cpu) = true; in send_cpu_poke()
1431 per_cpu(poke, cpu) = false; in send_cpu_poke()
/linux/Documentation/sh/
A Dregister-banks.rst22 reasons. Userspace is also not able to poke at the bank1 values, so these can
/linux/drivers/infiniband/hw/qib/
A Dqib_qsfp.c300 u8 poke = 0; in qib_refresh_qsfp_cache() local
302 ret = qib_qsfp_write(ppd, 127, &poke, 1); in qib_refresh_qsfp_cache()
/linux/Documentation/vm/
A Dbalance.rst92 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dcom.fuc314 // read the size of each strand, poke the context offset of
/linux/include/linux/
A Dfilter.h1068 struct bpf_jit_poke_descriptor *poke);
1179 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
/linux/tools/perf/Documentation/
A Dperf-script.txt339 --show-text-poke-events
340 Display text poke events i.e. events of type PERF_RECORD_TEXT_POKE and
/linux/Documentation/timers/
A Dtimekeeping.rst89 desired time specification value and calculate the values to poke into
/linux/Documentation/PCI/
A Dpci-error-recovery.rst195 start operations again, only to peek/poke at the device, extract diagnostic
/linux/Documentation/process/
A Dcoding-style.rst1114 and should poke hardware from C when possible.
/linux/Documentation/driver-api/
A Dpin-control.rst568 is possible to perform the requested mux setting, poke the hardware so that
/linux/drivers/scsi/aic7xxx/
A Daic7xxx.seq946 * the flushing process now. We'll poke

Completed in 64 milliseconds