/openbmc/linux/tools/testing/selftests/livepatch/ |
H A D | test-livepatch.sh | 21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then 29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then 58 grep 'live patched' /proc/cmdline > /dev/kmsg 59 grep 'live patched' /proc/meminfo > /dev/kmsg 63 grep 'live patched' /proc/cmdline > /dev/kmsg 64 grep 'live patched' /proc/meminfo > /dev/kmsg 69 grep 'live patched' /proc/cmdline > /dev/kmsg 70 grep 'live patched' /proc/meminfo > /dev/kmsg 75 grep 'live patched' /proc/cmdline > /dev/kmsg 76 grep 'live patched' /proc/meminfo > /dev/kmsg [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-livepatch | 4 Contact: live-patching@vger.kernel.org 6 Interface for kernel live patching 9 each loaded live patch module. 14 Contact: live-patching@vger.kernel.org 22 Contact: live-patching@vger.kernel.org 31 Contact: live-patching@vger.kernel.org 39 Contact: live-patching@vger.kernel.org 53 Contact: live-patching@vger.kernel.org 61 Contact: live-patching@vger.kernel.org 69 Contact: live-patching@vger.kernel.org
|
/openbmc/qemu/audio/ |
H A D | audio.c | 520 size_t live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); in audio_pcm_hw_get_live_in() local 521 if (audio_bug(__func__, live > hw->conv_buf.size)) { in audio_pcm_hw_get_live_in() 522 dolog("live=%zu hw->conv_buf.size=%zu\n", live, hw->conv_buf.size); in audio_pcm_hw_get_live_in() 525 return live; in audio_pcm_hw_get_live_in() 555 size_t live, rpos, frames_in, frames_out; in audio_pcm_sw_resample_in() local 557 live = hw->total_samples_captured - sw->total_hw_samples_acquired; in audio_pcm_sw_resample_in() 558 rpos = audio_ring_posb(hw->conv_buf.pos, live, hw->conv_buf.size); in audio_pcm_sw_resample_in() 585 size_t live, frames_out_max, total_in, total_out; in audio_pcm_sw_read() local 587 live = hw->total_samples_captured - sw->total_hw_samples_acquired; in audio_pcm_sw_read() 588 if (!live) { in audio_pcm_sw_read() [all …]
|
/openbmc/linux/Documentation/devicetree/ |
H A D | of_unittest.rst | 13 is attached to the live tree dynamically, independent of the machine's 138 blob. And finally, if the machine's device tree (i.e live tree) is present, 139 then it attaches the unflattened test data tree to the live tree, else it 140 attaches itself as a live device tree. 143 live tree as explained below. To explain the same, the test data tree described 144 in Figure 2 is attached to the live tree described in Figure 1:: 155 Figure 2: Example test data tree to be attached to live tree. 157 According to the scenario above, the live tree is already present so it isn't 162 given parent in live tree. But, if parent already has a child then the new node 164 data node is attached to the live tree above (Figure 1), the final structure is [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/images/ |
H A D | core-image-testcontroller-initramfs.bb | 4 # use -testfs live-install scripts 5 PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install-testfs initramfs-live-install-efi-tes… 22 # Use the same restriction as initramfs-live-install-testfs
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/ |
H A D | initramfs-module-setup-live_1.0.bb | 1 SUMMARY = "initramfs-framework module for live booting" 10 SRC_URI = "file://setup-live" 17 install -m 0755 ${S}/setup-live ${D}/init.d/80-setup-live 20 FILES:${PN} = "/init.d/80-setup-live"
|
H A D | initramfs-live-boot-tiny_1.0.bb | 1 SUMMARY = "Live image init script" 6 SRC_URI = "file://init-live.sh" 12 install -m 0755 ${S}/init-live.sh ${D}/init
|
H A D | initramfs-live-boot_1.0.bb | 1 SUMMARY = "Live image init script" 6 SRC_URI = "file://init-live.sh" 12 install -m 0755 ${S}/init-live.sh ${D}/init
|
/openbmc/qemu/docs/interop/ |
H A D | live-block-operations.rst | 10 Live Block Device Operations 14 live block device jobs -- stream, commit, mirror, and backup. These can 16 namely: live copy data from backing files into overlays; shorten long 17 disk image chains by merging data from overlays into backing files; live 37 A simple disk image chain. (This can be created live using QMP 40 (Live QEMU) 50 [B]. And live QEMU is currently writing to image [B], consequently, it 73 Brief overview of live block QMP primitives 76 The following are the four different kinds of live block operations that 79 (1) ``block-stream``: Live copy of data from backing files into overlay [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 74 int (*live)(struct drm_i915_private *); member 84 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } }, 90 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } }, 188 err = st->live(data); in __run_selftests() 233 if (!i915_selftest.live) in i915_live_selftests() 238 err = run_selftests(live, pdev_to_i915(pdev)); in i915_live_selftests() 240 i915_selftest.live = err; in i915_live_selftests() 244 if (i915_selftest.live < 0) { in i915_live_selftests() 245 i915_selftest.live = -ENOTTY; in i915_live_selftests() 467 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400); [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 144 | 3 # Check live snapshot, followed by active commit, and another snapshot. 67 echo === Performing Live Snapshot 1 === 73 # First live snapshot, new overlay as active layer 110 echo === Performing Live Snapshot 2 === 113 # New live snapshot, new overlays as active layer
|
/openbmc/linux/samples/livepatch/ |
H A D | livepatch-sample.c | 3 * livepatch-sample.c - Kernel Live Patching Sample Module 15 * This (dumb) live patch overrides the function that prints the 25 * this has been live patched 35 seq_printf(m, "%s\n", "this has been live patched"); in livepatch_cmdline_proc_show()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | livetree.txt | 1 Driver Model with Live Device Tree 13 This document describes U-Boot's support for a 'live' device tree, meaning 40 modified at run-time, a live tree is much faster. Even if no modification 41 is necessary, parsing the tree once and using a live tree from then on 48 In U-Boot a live device tree ('livetree') is currently supported only 53 node (when the live tree node is not yet set up) or a livetree node. The 63 hood it uses ofnode so it works with both flat and live device trees. 103 flat and live device trees. See include/dm/read.h for a list of functions. 171 There is full phandle support for live tree. All functions make use of 261 Live tree support was introduced in U-Boot 2017.07. There is still quite a bit
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 26 if [ "$BANK" = "live" -o "$BANK" = "dev_name" ]; then 99 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip" 105 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip" 273 echo "2.9. Can't modify settings when chip is live" 278 fail "Setting label of a live chip should fail" 280 fail "Setting number of lines of a live chip should fail" 283 echo "2.10. Can't create line items when chip is live" 294 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Probe error was not propagated" 299 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Chip enabled without any GPIO banks" 308 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Duplicate chip labels were not rejected"
|
/openbmc/linux/Documentation/devicetree/bindings/display/xlnx/ |
H A D | xlnx,zynqmp-dpsub.yaml | 21 Live Video --->| | --> | Audio | Audio | |---> | PHY1 | 23 Live Audio --->| | --> | | || +-------------+ | 31 live audio/video streams from the programmable logic. The Video Rendering 72 dp_vtc_pixel_clk_in is the non-live video clock (from Processing 75 dp_live_video_in_clk is the live video clock (from Programmable 129 description: The live video input from the programmable logic 133 description: The live graphics input from the programmable logic 137 description: The live audio input from the programmable logic
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | firmware-activate.rst | 41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to 44 modifications of system memory. A value of 'live' attempts 50 'live' or 'quiesce', where 'live' indicates that the firmware 53 expect and injects a quiet period for the memory controller, but 'live'
|
/openbmc/linux/drivers/of/ |
H A D | resolver.c | 231 * of_resolve_phandles - Relocate and resolve overlay against live tree 236 * does not conflict with the live expanded devicetree. Update references 238 * in @overlay that refer to the live expanded devicetree. 240 * Phandle values in the live tree are in the range of 247 * the name of a symbol (a label) in the live tree. The values of each 250 * corresponding to that symbol in the live tree. Update the references in 251 * the overlay with the phandle values in the live tree. 255 * Resolving and applying @overlay to the live expanded devicetree must be 325 pr_err("node label '%s' not found in live devicetree symbols table\n", in of_resolve_phandles()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | gspca-cardlist.rst | 21 zc3xx 041e:041e Creative WebCam Live! 40 zc3xx 041e:4036 Creative Live ! 44 sq930x 041e:403c Creative Live! Ultra 45 sq930x 041e:403d Creative Live! Ultra for Notebooks 46 sq930x 041e:4041 Creative Live! Motion 47 zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250) 48 ov519 041e:4052 Creative Live! VISTA IM 49 zc3xx 041e:4053 Creative Live!Cam Video IM 50 vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130) 51 ov519 041e:405f Creative Live! VISTA VF0330 [all …]
|
/openbmc/linux/kernel/livepatch/ |
H A D | Kconfig | 5 Arch supports kernel live patching 8 bool "Kernel Live Patching" 16 Say Y here if you want to support kernel live patching.
|
/openbmc/linux/net/rxrpc/ |
H A D | net_ns.c | 18 if (rxnet->live) in rxrpc_service_conn_reap_timeout() 27 if (rxnet->live) in rxrpc_peer_keepalive_timeout() 39 rxnet->live = true; in rxrpc_init_net() 92 rxnet->live = false; in rxrpc_init_net() 103 rxnet->live = false; in rxrpc_exit_net()
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | syncpt_hw.c | 56 u32 old, live; in syncpt_load() local 61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load() 62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load() 64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load() 69 return live; in syncpt_load()
|
/openbmc/linux/Documentation/networking/ |
H A D | net_failover.rst | 24 datapath. It also enables hypervisor controlled live migration of a VM with 65 be brought UP during live migration to allow uninterrupted communication. 113 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode 116 net_failover also enables hypervisor controlled live migration to be supported 120 Here is a sample script that shows the steps to initiate live migration from 153 virsh detach-device --live --config $DOMAIN $VF_XML 163 virsh migrate --live --persistent $DOMAIN qemu+ssh://$REMOTE_HOST/system 183 virsh attach-device --config --live vm01 vf.xml
|
/openbmc/u-boot/include/ |
H A D | of_live.h | 6 * Support for a 'live' (as opposed to flat) device tree 15 * of_live_build() - build a live (hierarchical) tree from a flat DT 18 * @rootp: Returns live tree that was created
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_prog_run.rst | 49 returned to userspace. A separate mode for live execution of XDP programs is 52 Running XDP programs in "live frame mode" 55 The ``BPF_PROG_RUN`` command has a separate mode for running live XDP programs, 62 The live packet mode is optimised for high performance execution of the supplied 67 - When executing an XDP program in live frame mode, the result of the execution 80 the regular (non-live) mode. The XDP program will be executed as though the
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | Kconfig | 63 bool "Buffalo Terastation Pro II/Live" 67 Buffalo Terastation Pro II/Live platform. 70 bool "Buffalo Linkstation Pro/Live" 75 Buffalo Linkstation Pro/Live platform. Both v1 and
|