Home
last modified time | relevance | path

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

12345678910>>...59

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A 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
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskNodeFactory.h56 #define RT_NODE_FACTORY_REGISTER_STUB(stub) \ argument
57 auto REGISTRY_STATIC_VAR(stub, __LINE__) = RTTaskNodeToken(stub);
66 RT_RET registerStub(RTNodeStub* stub);
70 RTTaskNode* createNode(RTNodeStub* stub);
80 explicit RTTaskNodeToken(const RTNodeStub &stub);
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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 …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0044-gdb-Restrict-GDB-access-when-locked-down.patch6 The gdbstub* commands allow to start and control a GDB stub running on
27 - /* TRANSLATORS: GDB stub is a small part of
31 - N_("Start GDB stub on given port"));
38 - 0, N_("Stop GDB stub"));
42 + * TRANSLATORS: GDB stub is a small part of
47 + N_("Start GDB stub on given port"));
56 + 0, N_("Stop GDB stub"));
/OK3568_Linux_fs/kernel/Documentation/arm/
H A 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dtkprivate.diff27 # String to pass to linker to pick up the Tk stub library from its
32 # String to pass to linker to pick up the Tk stub library from its
36 # Path to the Tk stub library in the build directory.
40 # Path to the Tk stub library in the install directory.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A 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
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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 …]
H A Dpixfmt-meta-vsp1-hgo.rst46 :stub-columns: 0
97 :stub-columns: 0
122 :stub-columns: 0
147 :stub-columns: 0
H A Dvidioc-dqevent.rst48 :stub-columns: 0
109 :stub-columns: 0
197 :stub-columns: 0
211 :stub-columns: 0
261 :stub-columns: 0
275 :stub-columns: 0
290 :stub-columns: 0
319 :stub-columns: 0
344 :stub-columns: 0
H A Dcolorspaces-defs.rst40 :stub-columns: 0
82 :stub-columns: 0
111 :stub-columns: 0
140 :stub-columns: 0
158 :stub-columns: 0
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A DMakefile23 OBJS += hyp-stub.o
108 clean-files += piggy_data lib1funcs.S ashldi3.S bswapsdi2.S hyp-stub.S
197 AFLAGS_hyp-stub.o := -Wa,-march=armv7-a
199 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/OK3568_Linux_fs/kernel/Documentation/security/tpm/
H A 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
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dmeson.build117 # stub ossupport
127 'stub/stub_bell.c',
128 'stub/stub_init.c',
129 'stub/stub_video.c',
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst16 :stub-columns: 0
30 :stub-columns: 0
47 :stub-columns: 0
/OK3568_Linux_fs/kernel/drivers/clk/hisilicon/
H A DMakefile18 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
19 obj-$(CONFIG_STUB_CLK_HI3660) += clk-hi3660-stub.o
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-fclose.rst27 :stub-columns: 0
45 :stub-columns: 0
H A Daudio-fclose.rst27 :stub-columns: 0
45 :stub-columns: 0
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst48 :stub-columns: 0
68 :stub-columns: 0
93 :stub-columns: 0
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A DMakefile17 io.o vdso.o hyp-stub.o psci.o cpu_ops.o insn.o \
26 $(obj)/%.stub.o: $(obj)/%.o FORCE
43 obj-$(CONFIG_EFI) += efi.o efi-entry.stub.o \
/OK3568_Linux_fs/u-boot/lib/efi/
H A DKconfig43 significant problem because it means that you must build a stub with
49 bool "Produce a stub for running with 32-bit EFI"
52 bool "Produce a stub for running with 64-bit EFI"
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dmeson.build15 if int10 == 'stub'
16 srcs_xorg_int10 += 'stub.c'
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/wayland/
H A D0001-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch4 Subject: [PATCH] Bug 1745560 - Add missing stub for wl_proxy_marshal_flags
6 Upstream-Status: Backport [Bug 1745560 - Add missing stub for wl_proxy_marshal_flags]

12345678910>>...59