Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/poke/
H A D0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch8 /usr/bin/make ./../poke/poke
10 : -p poke --name="The GNU extensible binary editor" \
11 ./../poke/poke -o ./poke.1
H A D0002-jitter-jitter-config.in-avoit-host-poisoning-while-c.patch7 When jitter is bundled into another project (poke), jitter-config --cppflags
11 after installation. But jitter-config is not installed by poke since it's
12 build as static library and liked to poke.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/
H A Dpoke_1.2.bb1 SUMMARY = "GNU poke is an extensible editor for structured binary data"
3 DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editin…
8 SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \
18 # poke does not support using out-of-tree builds
22 # the poke bootstrap script.
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c616 poke->adj_off = X86_TAIL_CALL_OFFSET; in emit_bpf_tail_call_direct()
618 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
621 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
639 struct bpf_jit_poke_descriptor *poke; in bpf_tail_call_direct_fixup() local
645 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
646 if (poke->aux && poke->aux != prog->aux) in bpf_tail_call_direct_fixup()
656 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
661 poke->adj_off); in bpf_tail_call_direct_fixup()
665 (u8 *)poke->tailcall_target + in bpf_tail_call_direct_fixup()
2999 poke->bypass_addr, in bpf_arch_poke_desc_update()
[all …]
/openbmc/linux/arch/arm/common/
H 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()
H A Dmcpm_head.S81 @ Perform an early poke, if any
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/
H A Dpython3-cson_git.bb13 file://0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A D0001-Do-not-poke-at-build-host-s-etc-os-release.patch4 Subject: [PATCH] Do not poke at build host's /etc/os-release
/openbmc/linux/kernel/bpf/
H A Darraymap.c1024 void __weak bpf_arch_poke_desc_update(struct bpf_jit_poke_descriptor *poke, in bpf_arch_poke_desc_update() argument
1041 struct bpf_jit_poke_descriptor *poke; in prog_array_map_poke_run() local
1045 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
1066 if (!READ_ONCE(poke->tailcall_target_stable)) in prog_array_map_poke_run()
1068 if (poke->reason != BPF_POKE_REASON_TAIL_CALL) in prog_array_map_poke_run()
1070 if (poke->tail_call.map != map || in prog_array_map_poke_run()
1071 poke->tail_call.key != key) in prog_array_map_poke_run()
1074 bpf_arch_poke_desc_update(poke, new, old); in prog_array_map_poke_run()
H A Dcore.c800 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
809 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
810 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
813 switch (poke->reason) { in bpf_jit_add_poke_descriptor()
815 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor()
822 tab = krealloc(tab, size * sizeof(*poke), GFP_KERNEL); in bpf_jit_add_poke_descriptor()
826 memcpy(&tab[slot], poke, sizeof(*poke)); in bpf_jit_add_poke_descriptor()
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_64.c78 static DEFINE_PER_CPU(bool, poke);
1413 if (!__this_cpu_read(poke)) in scheduler_poke()
1416 __this_cpu_write(poke, false); in scheduler_poke()
1424 per_cpu(poke, cpu) = true; in send_cpu_poke()
1427 per_cpu(poke, cpu) = false; in send_cpu_poke()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-configure-Limit-the-header-search-to-sysroot.patch6 Hardcoded paths in configure.ac means it starts to poke at host system
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson/
H A D0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch4 Subject: [PATCH] setup.py: Do not poke at git describe to find version
/openbmc/linux/Documentation/arch/sh/
H A Dregister-banks.rst22 reasons. Userspace is also not able to poke at the bank1 values, so these can
/openbmc/linux/net/rxrpc/
H A Dsendmsg.c243 bool last = test_bit(RXRPC_TXBUF_LAST, &txb->flags), poke; in rxrpc_queue_packet() local
261 poke = list_empty(&call->tx_sendmsg); in rxrpc_queue_packet()
268 if (poke) in rxrpc_queue_packet()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/
H A D0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch7 We can not run binaries during cross compile, so poke at compiler to
/openbmc/linux/drivers/infiniband/hw/qib/
H 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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/
H A Dopenhpi_3.8.0.bb46 file://0001-Do-not-poke-at-build-host-s-etc-os-release.patch \
/openbmc/linux/Documentation/mm/
H A Dbalance.rst90 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc314 // read the size of each strand, poke the context offset of
/openbmc/linux/include/linux/
H A Dfilter.h1056 struct bpf_jit_poke_descriptor *poke);
1167 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script.txt357 --show-text-poke-events
358 Display text poke events i.e. events of type PERF_RECORD_TEXT_POKE and
/openbmc/linux/Documentation/timers/
H A Dtimekeeping.rst89 desired time specification value and calculate the values to poke into
/openbmc/linux/Documentation/PCI/
H A Dpci-error-recovery.rst196 start operations again, only to peek/poke at the device, extract diagnostic
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb311 poke \

12