/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/poke/ |
H A D | 0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch | 8 /usr/bin/make ./../poke/poke 10 : -p poke --name="The GNU extensible binary editor" \ 11 ./../poke/poke -o ./poke.1
|
H A D | 0002-jitter-jitter-config.in-avoit-host-poisoning-while-c.patch | 7 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 D | poke_1.2.bb | 1 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 D | bpf_jit_comp.c | 616 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 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
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/ |
H A D | python3-cson_git.bb | 13 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 D | 0001-Do-not-poke-at-build-host-s-etc-os-release.patch | 4 Subject: [PATCH] Do not poke at build host's /etc/os-release
|
/openbmc/linux/kernel/bpf/ |
H A D | arraymap.c | 1024 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 D | core.c | 800 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 D | smp_64.c | 78 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 D | 0001-configure-Limit-the-header-search-to-sysroot.patch | 6 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 D | 0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch | 4 Subject: [PATCH] setup.py: Do not poke at git describe to find version
|
/openbmc/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
|
/openbmc/linux/net/rxrpc/ |
H A D | sendmsg.c | 243 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 D | 0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch | 7 We can not run binaries during cross compile, so poke at compiler to
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/ |
H A D | openhpi_3.8.0.bb | 46 file://0001-Do-not-poke-at-build-host-s-etc-os-release.patch \
|
/openbmc/linux/Documentation/mm/ |
H A D | balance.rst | 90 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 D | com.fuc | 314 // read the size of each strand, poke the context offset of
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 1056 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 D | perf-script.txt | 357 --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 D | timekeeping.rst | 89 desired time specification value and calculate the values to poke into
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 196 start operations again, only to peek/poke at the device, extract diagnostic
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
H A D | packagegroup-meta-oe.bb | 311 poke \
|