Searched refs:poke (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/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-v5.4/arch/sparc/kernel/ |
D | smp_64.c | 78 static DEFINE_PER_CPU(bool, poke); 1457 if (!__this_cpu_read(poke)) in scheduler_poke() 1460 __this_cpu_write(poke, false); in scheduler_poke() 1468 per_cpu(poke, cpu) = true; in send_cpu_poke() 1471 per_cpu(poke, cpu) = false; in send_cpu_poke()
|
/Linux-v5.4/Documentation/sh/ |
D | register-banks.txt | 19 reasons. Userspace is also not able to poke at the bank1 values, so these can
|
/Linux-v5.4/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-v5.4/Documentation/vm/ |
D | balance.rst | 92 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 314 // read the size of each strand, poke the context offset of
|
/Linux-v5.4/Documentation/timers/ |
D | timekeeping.rst | 89 desired time specification value and calculate the values to poke into
|
/Linux-v5.4/Documentation/PCI/ |
D | pci-error-recovery.rst | 195 start operations again, only to peek/poke at the device, extract diagnostic
|
/Linux-v5.4/Documentation/core-api/ |
D | atomic_ops.rst | 372 obj->ops->poke(obj);
|
/Linux-v5.4/Documentation/process/ |
D | coding-style.rst | 1038 and should poke hardware from C when possible.
|
/Linux-v5.4/Documentation/driver-api/ |
D | pinctl.rst | 568 is possible to perform the requested mux setting, poke the hardware so that
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 946 * the flushing process now. We'll poke
|
/Linux-v5.4/Documentation/virt/uml/ |
D | UserModeLinux-HOWTO.txt | 466 add more), so you will have a lot of tools with which to poke around
|