Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/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 DConfig.in2 bool "poke"
11 GNU poke is a new interactive editor for binary data. Not
22 "pickles" in poke parlance) for many binary formats.
24 https://www.gnu.org/software/poke/
26 comment "poke needs a toolchain w/ NPTL, wchar"
H A Dpoke.hash2 sha256 f61cf8da5b64c01a1359373725aad1ca257f35c1c9269e4d50dd0664183ddf62 poke-1.2.tar.gz
H A Dpoke.mk8 POKE_SITE = $(BR2_GNU_MIRROR)/poke
H A D0002-tentatively-change-cppflags-to-omit-I-prefix-on-cros.patch15 Suggested by Romain Naour, after his difficulties with building GNU poke with
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c925 struct bpf_jit_poke_descriptor *poke; in prog_array_map_poke_run() local
929 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
961 if (!READ_ONCE(poke->tailcall_target_stable)) in prog_array_map_poke_run()
963 if (poke->reason != BPF_POKE_REASON_TAIL_CALL) in prog_array_map_poke_run()
965 if (poke->tail_call.map != map || in prog_array_map_poke_run()
966 poke->tail_call.key != key) in prog_array_map_poke_run()
969 old_bypass_addr = old ? NULL : poke->bypass_addr; in prog_array_map_poke_run()
970 old_addr = old ? (u8 *)old->bpf_func + poke->adj_off : NULL; in prog_array_map_poke_run()
971 new_addr = new ? (u8 *)new->bpf_func + poke->adj_off : NULL; in prog_array_map_poke_run()
974 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
[all …]
H 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()
/OK3568_Linux_fs/kernel/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.S79 @ Perform an early poke, if any
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c506 static void emit_bpf_tail_call_direct(struct bpf_jit_poke_descriptor *poke, in emit_bpf_tail_call_direct() argument
527 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()
528 poke->adj_off = X86_TAIL_CALL_OFFSET; in emit_bpf_tail_call_direct()
529 poke->tailcall_target = ip + ctx->tail_call_direct_label - X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
530 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
532 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct()
533 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
551 struct bpf_jit_poke_descriptor *poke; in bpf_tail_call_direct_fixup() local
557 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
558 WARN_ON_ONCE(READ_ONCE(poke->tailcall_target_stable)); in bpf_tail_call_direct_fixup()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src203 poke=${poke-1000000}
204 options='-s$param '"-n$poke"
205 logmsg="$type Memory Access Test: $poke Accesses"
/OK3568_Linux_fs/buildroot/package/python-ipaddr/
H A DConfig.in6 used to create/poke/manipulate IPv4 and IPv6 addresses and
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dboring_ssl.patch6 Do not poke at the build machine to determine target platform or architecture
/OK3568_Linux_fs/kernel/Documentation/sh/
H A Dregister-banks.rst22 reasons. Userspace is also not able to poke at the bank1 values, so these can
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dbalance.rst92 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1016 struct bpf_jit_poke_descriptor *poke);
1127 struct bpf_jit_poke_descriptor *poke) in bpf_jit_add_poke_descriptor() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc314 // read the size of each strand, poke the context offset of

12