Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/Linux-v4.19/drivers/firmware/efi/libstub/
DMakefile37 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o
46 lib-$(CONFIG_EFI_ARMSTUB) += arm-stub.o fdt.o string.o random.o \
49 lib-$(CONFIG_ARM) += arm32-stub.o
50 lib-$(CONFIG_ARM64) += arm64-stub.o
51 CFLAGS_arm64-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
68 lib-$(CONFIG_EFI_ARMSTUB) := $(patsubst %.o,%.stub.o,$(lib-y))
75 $(obj)/%.stub.o: $(obj)/%.o FORCE
/Linux-v4.19/arch/parisc/kernel/
Dmodule.c445 struct stub_entry *stub; in get_stub() local
458 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()
472 stub->insns[0] = 0x20200000; /* ldil L'XXX,%r1 */ in get_stub()
473 stub->insns[1] = 0xe0202002; /* be,n R'XXX(%sr4,%r1) */ in get_stub()
475 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub()
476 stub->insns[1] |= reassemble_17(rrsel(value, addend) / 4); in get_stub()
503 stub->insns[0] = 0x0f6010db; /* ldd 0(%dp),%dp */ in get_stub()
504 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
507 stub->insns[0] = 0x537b0000; /* ldd 0(%dp),%dp */ in get_stub()
508 stub->insns[0] |= reassemble_16a(d); in get_stub()
[all …]
/Linux-v4.19/Documentation/
Defi-stub.txt9 jumps to are collectively known as the "EFI boot stub", and live in
11 respectively. For ARM the EFI stub is implemented in
13 arch/arm/boot/compressed/efi-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 arch/arm64/kernel/efi-entry.S
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.
53 Like most boot loaders, the EFI stub allows the user to specify
[all …]
/Linux-v4.19/Documentation/arm/
Duefi.txt25 UEFI stub
27 The "stub" is a feature that extends the Image/zImage into a valid UEFI
32 The kernel image built with stub support remains a valid kernel image for
38 when boot is performed through the stub.
40 When booting in UEFI mode, the stub deletes any memory nodes from a provided DT.
43 The stub populates the FDT /chosen node with (and the kernel scans for) the
/Linux-v4.19/arch/arm/boot/compressed/
DMakefile23 OBJS += hyp-stub.o
101 $(libfdt) $(libfdt_hdrs) hyp-stub.S
200 AFLAGS_hyp-stub.o := -Wa,-march=armv7-a
202 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-fclose.rst27 :stub-columns: 0
48 :stub-columns: 0
Daudio-fclose.rst28 :stub-columns: 0
49 :stub-columns: 0
Daudio-set-streamtype.rst28 :stub-columns: 0
63 :stub-columns: 0
Dvideo-slowmotion.rst28 :stub-columns: 0
69 :stub-columns: 0
Dvideo-fast-forward.rst28 :stub-columns: 0
69 :stub-columns: 0
Dvideo-set-format.rst28 :stub-columns: 0
78 :stub-columns: 0
Daudio-fwrite.rst28 :stub-columns: 0
65 :stub-columns: 0
Dvideo-fwrite.rst27 :stub-columns: 0
64 :stub-columns: 0
/Linux-v4.19/drivers/clk/hisilicon/
DMakefile17 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
18 obj-$(CONFIG_STUB_CLK_HI3660) += clk-hi3660-stub.o
DKconfig52 Build the Hisilicon Hi6220 stub clock driver.
60 Build the Hisilicon Hi3660 stub clock driver.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dmax2175.rst14 :stub-columns: 0
28 :stub-columns: 0
45 :stub-columns: 0
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgo.rst46 :stub-columns: 0
97 :stub-columns: 0
122 :stub-columns: 0
147 :stub-columns: 0
Dvidioc-dqevent.rst50 :stub-columns: 0
124 :stub-columns: 0
213 :stub-columns: 0
228 :stub-columns: 0
288 :stub-columns: 0
303 :stub-columns: 0
319 :stub-columns: 0
349 :stub-columns: 0
375 :stub-columns: 0
Dcolorspaces-defs.rst41 :stub-columns: 0
83 :stub-columns: 0
112 :stub-columns: 0
141 :stub-columns: 0
159 :stub-columns: 0
Dextended-controls.rst225 :stub-columns: 0
280 :stub-columns: 0
303 :stub-columns: 0
327 :stub-columns: 0
354 :stub-columns: 0
399 :stub-columns: 0
444 :stub-columns: 0
492 :stub-columns: 0
547 :stub-columns: 0
574 :stub-columns: 0
[all …]
Dpixfmt-uyvy.rst28 :stub-columns: 0
74 :stub-columns: 0
/Linux-v4.19/arch/arm64/kernel/
DMakefile18 hyp-stub.o psci.o cpu_ops.o insn.o \
27 $(obj)/%.stub.o: $(obj)/%.o FORCE
42 arm64-obj-$(CONFIG_EFI) += efi.o efi-entry.stub.o \
/Linux-v4.19/drivers/pci/
DMakefile26 obj-$(CONFIG_PCI_STUB) += pci-stub.o
27 obj-$(CONFIG_PCI_PF_STUB) += pci-pf-stub.o
/Linux-v4.19/arch/arm/kvm/
Dinit.S66 @ Check for a stub hypercall
150 movw r1, #:lower16:__hyp_stub_vectors - 0b @ VA(stub) - VA(0)
152 add r1, r1, r0 @ PA(stub)
/Linux-v4.19/Documentation/i2c/
Di2c-stub1 MODULE: i2c-stub
36 There's a script named i2c-stub-from-dump in the i2c-tools package which
60 stub could lock it up. Use i2cset to unlock it.

12345678910>>...17