Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/arch/arm/include/asm/
H A Dvmlinux.lds.h151 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
152 *(.stubs) \
154 ARM_LMA(__stubs, .stubs); \
155 . = __stubs_lma + SIZEOF(.stubs); \
/linux-6.15/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst24 EL2 (arm64), allowing it to install a set of stubs before dropping to
25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
38 of the architecture. Only implemented by the initial stubs, not by
46 stubs' exception vector value. This effectively disables an existing
/linux-6.15/tools/testing/selftests/powerpc/copyloops/
H A DMakefile9 EXTRA_SOURCES := validate.c ../harness.c stubs.S
56 copy_tofrom_user_reference.S stubs.S
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c701 struct ppc64_stub_entry *stubs; in stub_for_addr() local
704 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
707 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr()
708 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr()
712 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr()
713 return (unsigned long)&stubs[i]; in stub_for_addr()
716 if (!create_stub(sechdrs, &stubs[i], addr, me, name)) in stub_for_addr()
719 return (unsigned long)&stubs[i]; in stub_for_addr()
/linux-6.15/arch/powerpc/tools/
H A DMakefile7 $(obj)/vmlinux.arch.S: $(src)/ftrace-gen-ool-stubs.sh vmlinux.o FORCE
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst33 function redirection via static stubs.
39 Static stubs are a way of redirecting calls to one function (the "real"
46 Using static stubs is pretty straightforward:
/linux-6.15/net/dsa/
H A DMakefile5 obj-y := stubs.o
/linux-6.15/kernel/time/
H A DMakefile15 obj-y += posix-stubs.o
/linux-6.15/drivers/net/phy/
H A DMakefile19 obj-y += stubs.o
/linux-6.15/samples/bpf/
H A DREADME.rst4 This directory contains a test stubs, verifier test-suite and examples
/linux-6.15/tools/testing/memblock/
H A DREADME63 |-- lib |-- implement function and struct stubs
/linux-6.15/lib/
H A DKconfig.kgdb58 intended to for the development of new kgdb stubs
/linux-6.15/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst12 be transferred to the other gdb stubs as well.
/linux-6.15/Documentation/driver-api/gpio/
H A Dconsumer.rst17 There are static inline stubs for all functions in the header file in the case
18 where GPIOLIB is disabled. When these stubs are called they will emit
19 warnings. These stubs are used for two use cases:
/linux-6.15/arch/powerpc/
H A DKconfig554 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
557 Very large kernels can cause linker branch stubs to be generated by
580 int "Number of ftrace out-of-line stubs to reserve within .text"
584 Number of stubs to reserve for use by ftrace. This space is
587 zero to have stubs only be generated at the end of vmlinux (only
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm283x.dtsi8 /* firmware-provided startup stubs live here, where the secondary CPUs are
/linux-6.15/sound/core/
H A DKconfig119 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
/linux-6.15/Documentation/kbuild/
H A Dkconfig-language.rst544 Due to the presence of stubs, most drivers can now be compiled on most
582 module must provide all the stubs for !BAR case.
596 !BAR stubs::
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl8 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
H A Dsyscall_32.tbl8 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
/linux-6.15/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl8 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
H A Dsyscall_32.tbl8 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
/linux-6.15/arch/arm/kernel/
H A Dentry-armv.S930 .section .stubs, "ax", %progbits
/linux-6.15/Documentation/networking/
H A Dphy.rst526 Or using one of the two stubs, phy_register_fixup_for_uid() and
534 The stubs set one of the two matching criteria, and set the other one to
/linux-6.15/Documentation/process/
H A Dmaintainer-pgp-guide.rst560 ``.key`` files there have been replaced with stubs::
566 these files are only stubs and the actual content is on the smartcard.

12