/Linux-v6.1/arch/arm/common/ |
D | mcpm_entry.c | 155 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()
|
D | mcpm_head.S | 79 @ Perform an early poke, if any
|
/Linux-v6.1/kernel/bpf/ |
D | arraymap.c | 1012 struct bpf_jit_poke_descriptor *poke; in prog_array_map_poke_run() local 1016 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run() 1048 if (!READ_ONCE(poke->tailcall_target_stable)) in prog_array_map_poke_run() 1050 if (poke->reason != BPF_POKE_REASON_TAIL_CALL) in prog_array_map_poke_run() 1052 if (poke->tail_call.map != map || in prog_array_map_poke_run() 1053 poke->tail_call.key != key) in prog_array_map_poke_run() 1056 old_bypass_addr = old ? NULL : poke->bypass_addr; in prog_array_map_poke_run() 1057 old_addr = old ? (u8 *)old->bpf_func + poke->adj_off : NULL; in prog_array_map_poke_run() 1058 new_addr = new ? (u8 *)new->bpf_func + poke->adj_off : NULL; in prog_array_map_poke_run() 1061 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run() [all …]
|
D | core.c | 776 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument 785 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor() 786 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor() 789 switch (poke->reason) { in bpf_jit_add_poke_descriptor() 791 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor() 798 tab = krealloc(tab, size * sizeof(*poke), GFP_KERNEL); in bpf_jit_add_poke_descriptor() 802 memcpy(&tab[slot], poke, sizeof(*poke)); in bpf_jit_add_poke_descriptor()
|
D | verifier.c | 13684 struct bpf_jit_poke_descriptor *poke; in jit_subprogs() local 13686 poke = &prog->aux->poke_tab[j]; in jit_subprogs() 13687 if (poke->insn_idx < subprog_end && in jit_subprogs() 13688 poke->insn_idx >= subprog_start) in jit_subprogs() 13689 poke->aux = func[i]->aux; in jit_subprogs()
|
/Linux-v6.1/arch/x86/net/ |
D | bpf_jit_comp.c | 533 static void emit_bpf_tail_call_direct(struct bpf_jit_poke_descriptor *poke, in emit_bpf_tail_call_direct() argument 554 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct() 555 poke->adj_off = X86_TAIL_CALL_OFFSET; in emit_bpf_tail_call_direct() 556 poke->tailcall_target = ip + ctx->tail_call_direct_label - X86_PATCH_SIZE; in emit_bpf_tail_call_direct() 557 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct() 559 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct() 560 poke->tailcall_bypass); in emit_bpf_tail_call_direct() 578 struct bpf_jit_poke_descriptor *poke; in bpf_tail_call_direct_fixup() local 584 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup() 585 if (poke->aux && poke->aux != prog->aux) in bpf_tail_call_direct_fixup() [all …]
|
/Linux-v6.1/arch/sparc/kernel/ |
D | smp_64.c | 78 static DEFINE_PER_CPU(bool, poke); 1411 if (!__this_cpu_read(poke)) in scheduler_poke() 1414 __this_cpu_write(poke, false); in scheduler_poke() 1422 per_cpu(poke, cpu) = true; in send_cpu_poke() 1425 per_cpu(poke, cpu) = false; in send_cpu_poke()
|
/Linux-v6.1/Documentation/sh/ |
D | register-banks.rst | 22 reasons. Userspace is also not able to poke at the bank1 values, so these can
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 300 u8 poke = 0; in qib_refresh_qsfp_cache() local 302 ret = qib_qsfp_write(ppd, 127, &poke, 1); in qib_refresh_qsfp_cache()
|
/Linux-v6.1/Documentation/mm/ |
D | balance.rst | 92 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 314 // read the size of each strand, poke the context offset of
|
/Linux-v6.1/include/linux/ |
D | filter.h | 1062 struct bpf_jit_poke_descriptor *poke); 1173 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-script.txt | 354 --show-text-poke-events 355 Display text poke events i.e. events of type PERF_RECORD_TEXT_POKE and
|
/Linux-v6.1/Documentation/timers/ |
D | timekeeping.rst | 89 desired time specification value and calculate the values to poke into
|
/Linux-v6.1/Documentation/PCI/ |
D | pci-error-recovery.rst | 195 start operations again, only to peek/poke at the device, extract diagnostic
|
/Linux-v6.1/Documentation/process/ |
D | coding-style.rst | 1114 and should poke hardware from C when possible.
|
/Linux-v6.1/Documentation/driver-api/ |
D | pin-control.rst | 568 is possible to perform the requested mux setting, poke the hardware so that
|
/Linux-v6.1/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 946 * the flushing process now. We'll poke
|