/linux/drivers/md/dm-vdo/ |
H A D | funnel-queue.c | 25 queue->stub.next = NULL; in vdo_make_funnel_queue() 26 queue->newest = &queue->stub; in vdo_make_funnel_queue() 27 queue->oldest = &queue->stub; in vdo_make_funnel_queue() 48 if (oldest == &queue->stub) { in get_oldest() 83 vdo_funnel_queue_put(queue, &queue->stub); in get_oldest() 154 if (queue->oldest != &queue->stub) in vdo_is_funnel_queue_idle() 166 if (READ_ONCE(queue->newest) != &queue->stub) in vdo_is_funnel_queue_idle()
|
/linux/Documentation/translations/zh_CN/arch/riscv/ |
H A D | boot.rst | 51 请注意,如果不是这样,EFI stub 将重定位内核。 61 ACPI表通过EFI配置表传递给内核。在这种情况下,EFI stub 仍然会创建一个 62 小的设备树。请参阅下面的"EFI stub 和设备树"部分,了解这个设备树的详细 93 使用UEFI启动时,EFI stub 需要引导hartid以便将其传递给 ``$a1`` 中的 94 RISC-V内核。EFI stub使用以下方法之一获取引导hartid: 107 EFI stub 和设备树 110 使用UEFI启动时,EFI stub 会用与arm64相同的参数补充(或创建)设备树,
|
/linux/Documentation/admin-guide/ |
H A D | efi-stub.rst | 9 jumps to are collectively known as the "EFI boot stub", and live in 10 arch/x86/boot/header.S and drivers/firmware/efi/libstub/x86-stub.c, 11 respectively. For ARM the EFI stub is implemented in 13 drivers/firmware/efi/libstub/arm32-stub.c. EFI stub code that is shared 17 masquerades as a PE/COFF image and the EFI stub is linked into the 18 kernel. The arm64 EFI stub lives in drivers/firmware/efi/libstub/arm64.c 19 and drivers/firmware/efi/libstub/arm64-stub.c. 21 By using the EFI boot stub it's possible to boot a Linux kernel 23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in 26 The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option. [all …]
|
/linux/arch/parisc/kernel/ |
H A D | module.c | 395 struct stub_entry *stub; in get_stub() local 408 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub() 422 stub->insns[0] = 0x20200000; /* ldil L'XXX,%r1 */ in get_stub() 423 stub->insns[1] = 0xe0202002; /* be,n R'XXX(%sr4,%r1) */ in get_stub() 425 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub() 426 stub->insns[1] |= reassemble_17(rrsel(value, addend) / 4); in get_stub() 453 stub->insns[0] = 0x0f6010db; /* ldd 0(%dp),%dp */ in get_stub() 454 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub() 457 stub->insns[0] = 0x537b0000; /* ldd 0(%dp),%dp */ in get_stub() 458 stub->insns[0] |= reassemble_16a(d); in get_stub() [all …]
|
/linux/Documentation/arch/arm/ |
H A D | uefi.rst | 31 UEFI stub 33 The "stub" is a feature that extends the Image/zImage into a valid UEFI 38 The kernel image built with stub support remains a valid kernel image for 44 when boot is performed through the stub. 46 When booting in UEFI mode, the stub deletes any memory nodes from a provided DT. 49 The stub populates the FDT /chosen node with (and the kernel scans for) the
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | legacy_dvb_audio.rst | 58 :stub-columns: 0 109 :stub-columns: 0 162 :stub-columns: 0 224 :stub-columns: 0 275 :stub-columns: 0 383 :stub-columns: 0 474 :stub-columns: 0 525 :stub-columns: 0 576 :stub-columns: 0 629 :stub-columns: 0 [all …]
|
H A D | legacy_dvb_video.rst | 58 :stub-columns: 0 111 :stub-columns: 0 162 :stub-columns: 0 210 :stub-columns: 0 260 :stub-columns: 0 323 :stub-columns: 0 422 :stub-columns: 0 545 :stub-columns: 0 638 :stub-columns: 0 718 :stub-columns: 0 [all …]
|
H A D | legacy_dvb_osd.rst | 71 :stub-columns: 0 335 :stub-columns: 0 427 :stub-columns: 0 578 :stub-columns: 0 597 :stub-columns: 0 635 :stub-columns: 0 668 :stub-columns: 0 698 :stub-columns: 0 742 :stub-columns: 0 772 :stub-columns: 0 [all …]
|
/linux/Documentation/fb/ |
H A D | efifb.rst | 6 system must be booted via the EFI stub for this to be usable. efifb supports 50 The EFI stub will set the mode of the display to mode number n if 54 The EFI stub will search for a display mode that matches the specified 61 The EFI stub will choose the mode with the highest resolution (product 67 The EFI stub will list out all the display modes that are available. A
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 50 :stub-columns: 0 105 :stub-columns: 0 128 :stub-columns: 0 152 :stub-columns: 0 179 :stub-columns: 0 224 :stub-columns: 0 269 :stub-columns: 0 317 :stub-columns: 0 372 :stub-columns: 0 399 :stub-columns: 0 [all …]
|
H A D | ext-ctrls-codec-stateless.rst | 45 :stub-columns: 0 115 :stub-columns: 0 145 :stub-columns: 0 188 :stub-columns: 0 243 :stub-columns: 0 294 :stub-columns: 0 329 :stub-columns: 0 398 :stub-columns: 0 425 :stub-columns: 0 453 :stub-columns: 0 [all …]
|
H A D | metafmt-vsp1-hgo.rst | 46 :stub-columns: 0 97 :stub-columns: 0 122 :stub-columns: 0 147 :stub-columns: 0
|
H A D | colorspaces-defs.rst | 40 :stub-columns: 0 82 :stub-columns: 0 111 :stub-columns: 0 140 :stub-columns: 0 158 :stub-columns: 0
|
H A D | vidioc-dqevent.rst | 47 :stub-columns: 0 108 :stub-columns: 0 196 :stub-columns: 0 210 :stub-columns: 0 260 :stub-columns: 0 274 :stub-columns: 0 289 :stub-columns: 0 318 :stub-columns: 0 348 :stub-columns: 0
|
H A D | pixfmt-yuv-planar.rst | 59 :stub-columns: 0 235 :stub-columns: 0 270 :stub-columns: 0 437 :stub-columns: 1 471 :stub-columns: 1 544 :stub-columns: 0 589 :stub-columns: 0 647 :stub-columns: 0 717 :stub-columns: 0 761 :stub-columns: 0 [all …]
|
H A D | metafmt-generic.rst | 36 :stub-columns: 0 78 :stub-columns: 0 122 :stub-columns: 0 163 :stub-columns: 0 210 :stub-columns: 0 259 :stub-columns: 0 312 :stub-columns: 0
|
H A D | vidioc-enum-framesizes.rst | 94 :stub-columns: 0 109 :stub-columns: 0 138 :stub-columns: 0 176 :stub-columns: 0
|
/linux/Documentation/security/tpm/ |
H A D | tpm_event_log.rst | 36 Before calling ExitBootServices() Linux EFI stub copies the event log to 37 a custom configuration table defined by the stub itself. Unfortunately, 45 before the Linux EFI stub gets to run. Thus, it needs to calculate and save the 46 final events table size while the stub is still running to the custom
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | max2175.rst | 16 :stub-columns: 0 30 :stub-columns: 0 47 :stub-columns: 0
|
/linux/drivers/clk/hisilicon/ |
H A D | Makefile | 19 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o 20 obj-$(CONFIG_STUB_CLK_HI3660) += clk-hi3660-stub.o
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-adap-g-conn-info.rst | 48 :stub-columns: 0 68 :stub-columns: 0 93 :stub-columns: 0
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 47 and 4MB aligned for rv32). Note that the EFI stub will physically relocate the 60 this case, a tiny devicetree is still created by the EFI stub. Please refer to 61 "EFI stub and devicetree" section below for details about this devicetree. 95 When booting with UEFI, the EFI stub requires the boot hartid in order to pass 96 it to the RISC-V kernel in ``$a1``. The EFI stub retrieves the boot hartid using 110 EFI stub and devicetree 114 stub with the same parameters as arm64 which are described at the paragraph
|
/linux/arch/um/kernel/skas/ |
H A D | Makefile | 6 obj-y := stub.o mmu.o process.o syscall.o uaccess.o \ 47 UNPROFILE_OBJS := stub.o stub_exe.o
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-g-topology.rst | 55 :stub-columns: 0 128 :stub-columns: 0 165 :stub-columns: 0 198 :stub-columns: 0 215 :stub-columns: 0 250 :stub-columns: 0
|
/linux/Documentation/i2c/ |
H A D | i2c-stub.rst | 2 i2c-stub 40 There's a script named i2c-stub-from-dump in the i2c-tools package which 63 stub could lock it up. Use i2cset to unlock it.
|