Searched refs:poke (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/arm/common/ |
| H A 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()
|
| H A D | mcpm_head.S | 81 @ Perform an early poke, if any
|
| /linux/Documentation/arch/sh/ |
| H A D | register-banks.rst | 22 reasons. Userspace is also not able to poke at the bank1 values, so these can
|
| /linux/kernel/bpf/ |
| H A D | core.c | 826 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() 835 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor() 836 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor() 839 switch (poke->reason) { in bpf_jit_add_poke_descriptor() 841 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor() 848 tab = krealloc_array(tab, size, sizeof(*poke), GFP_KERNEL); 852 memcpy(&tab[slot], poke, sizeo 810 bpf_jit_add_poke_descriptor(struct bpf_prog * prog,struct bpf_jit_poke_descriptor * poke) bpf_jit_add_poke_descriptor() argument [all...] |
| H A D | verifier.c | 22159 struct bpf_jit_poke_descriptor *poke; in jit_subprogs() local 22161 poke = &prog->aux->poke_tab[j]; in jit_subprogs() 22162 if (poke->insn_idx < subprog_end && in jit_subprogs() 22163 poke->insn_idx >= subprog_start) in jit_subprogs() 22164 poke->aux = func[i]->aux; in jit_subprogs()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 247 bool poke, last = txb->flags & RXRPC_LAST_PACKET; in rxrpc_queue_packet() local 264 poke = (READ_ONCE(call->tx_bottom) == call->send_top); in rxrpc_queue_packet() 274 if (poke) in rxrpc_queue_packet()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | com.fuc | 314 // read the size of each strand, poke the context offset of
|
| /linux/include/linux/ |
| H A D | filter.h | 1304 struct bpf_jit_poke_descriptor *poke); 1418 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script.txt | 370 --show-text-poke-events 371 Display text poke events i.e. events of type PERF_RECORD_TEXT_POKE and
|
| /linux/Documentation/timers/ |
| H A D | timekeeping.rst | 89 desired time specification value and calculate the values to poke into
|
| /linux/Documentation/process/ |
| H A D | coding-style.rst | 1133 and should poke hardware from C when possible.
|
| /linux/Documentation/driver-api/ |
| H A D | pin-control.rst | 570 is possible to perform the requested mux setting, poke the hardware so that
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx.seq | 946 * the flushing process now. We'll poke
|
| /linux/drivers/watchdog/ |
| H A D | Kconfig | 1918 timeout is ignored. If device poke does not happen then system
|