Home
last modified time | relevance | path

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

12345678910>>...20

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_fence.c18 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); in stub_notify() local
22 dma_fence_signal(&stub->dma); in stub_notify()
26 dma_fence_put(&stub->dma); in stub_notify()
45 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); in stub_release() local
47 i915_sw_fence_fini(&stub->chain); in stub_release()
49 BUILD_BUG_ON(offsetof(typeof(*stub), dma)); in stub_release()
50 dma_fence_free(&stub->dma); in stub_release()
62 struct stub_fence *stub; in i915_gem_object_lock_fence() local
66 stub = kmalloc(sizeof(*stub), GFP_KERNEL); in i915_gem_object_lock_fence()
67 if (!stub) in i915_gem_object_lock_fence()
[all …]
/kernel/linux/linux-5.10/mm/
Dreclaim_acct.c32 enum reclaimacct_stubs stub, const struct shrinker *shrinker) in __reclaimacct_end() argument
36 start = ra->start[stub]; in __reclaimacct_end()
43 ra->delay[stub] += delay; in __reclaimacct_end()
44 ra->count[stub]++; in __reclaimacct_end()
45 ra->freed[stub] += freed; in __reclaimacct_end()
49 pr_warn_ratelimited("%s timeout:%llu\n", stub_name[stub], delay); in __reclaimacct_end()
67 void reclaimacct_substage_start(enum reclaimacct_stubs stub) in reclaimacct_substage_start() argument
72 current->reclaim_acct->start[stub] = ktime_get_ns(); in reclaimacct_substage_start()
75 void reclaimacct_substage_end(enum reclaimacct_stubs stub, unsigned long freed, in reclaimacct_substage_end() argument
81 __reclaimacct_end(current->reclaim_acct, freed, stub, shrinker); in reclaimacct_substage_end()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
DMakefile62 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
73 lib-$(CONFIG_EFI_GENERIC_STUB) += efi-stub.o fdt.o string.o \
76 lib-$(CONFIG_ARM) += arm32-stub.o
77 lib-$(CONFIG_ARM64) += arm64-stub.o
78 lib-$(CONFIG_X86) += x86-stub.o
79 lib-$(CONFIG_RISCV) += riscv-stub.o
80 CFLAGS_arm32-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
122 lib-y := $(patsubst %.o,%.stub.o,$(lib-y))
135 $(obj)/%.stub.o: $(obj)/%.o FORCE
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dmodule.c424 struct stub_entry *stub; in get_stub() local
437 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()
451 stub->insns[0] = 0x20200000; /* ldil L'XXX,%r1 */ in get_stub()
452 stub->insns[1] = 0xe0202002; /* be,n R'XXX(%sr4,%r1) */ in get_stub()
454 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub()
455 stub->insns[1] |= reassemble_17(rrsel(value, addend) / 4); in get_stub()
482 stub->insns[0] = 0x0f6010db; /* ldd 0(%dp),%dp */ in get_stub()
483 stub->insns[0] |= low_sign_unext(d, 5) << 16; in get_stub()
486 stub->insns[0] = 0x537b0000; /* ldd 0(%dp),%dp */ in get_stub()
487 stub->insns[0] |= reassemble_16a(d); in get_stub()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Defi-stub.rst9 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 …]
/kernel/linux/linux-5.10/Documentation/arm/
Duefi.rst31 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
/kernel/linux/linux-5.10/Documentation/fb/
Defifb.rst6 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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst50 :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 …]
Dpixfmt-meta-vsp1-hgo.rst46 :stub-columns: 0
97 :stub-columns: 0
122 :stub-columns: 0
147 :stub-columns: 0
Dcolorspaces-defs.rst40 :stub-columns: 0
82 :stub-columns: 0
111 :stub-columns: 0
140 :stub-columns: 0
158 :stub-columns: 0
/kernel/linux/linux-5.10/include/linux/
Dreclaim_acct.h43 void reclaimacct_substage_start(enum reclaimacct_stubs stub);
44 void reclaimacct_substage_end(enum reclaimacct_stubs stub, unsigned long freed,
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
DMakefile23 OBJS += hyp-stub.o
116 clean-files += piggy_data lib1funcs.S ashldi3.S bswapsdi2.S hyp-stub.S
210 AFLAGS_hyp-stub.o := -Wa,-march=armv7-a
212 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_event_log.rst36 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
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
DMakefile18 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
19 obj-$(CONFIG_STUB_CLK_HI3660) += clk-hi3660-stub.o
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dvideo-fclose.rst27 :stub-columns: 0
45 :stub-columns: 0
Daudio-fclose.rst27 :stub-columns: 0
45 :stub-columns: 0
Daudio-set-streamtype.rst29 :stub-columns: 0
60 :stub-columns: 0
Dvideo-fast-forward.rst29 :stub-columns: 0
66 :stub-columns: 0
Dvideo-slowmotion.rst29 :stub-columns: 0
66 :stub-columns: 0
Daudio-fwrite.rst27 :stub-columns: 0
61 :stub-columns: 0
Dvideo-set-format.rst29 :stub-columns: 0
76 :stub-columns: 0
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dmax2175.rst16 :stub-columns: 0
30 :stub-columns: 0
47 :stub-columns: 0
/kernel/linux/linux-5.10/arch/arm64/kernel/
DMakefile16 io.o vdso.o hyp-stub.o psci.o cpu_ops.o insn.o \
25 $(obj)/%.stub.o: $(obj)/%.o FORCE
42 obj-$(CONFIG_EFI) += efi.o efi-entry.stub.o \
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-conn-info.rst48 :stub-columns: 0
68 :stub-columns: 0
93 :stub-columns: 0
/kernel/linux/linux-5.10/drivers/pci/
DMakefile28 obj-$(CONFIG_PCI_STUB) += pci-stub.o
29 obj-$(CONFIG_PCI_PF_STUB) += pci-pf-stub.o

12345678910>>...20