Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/arm/include/asm/
Dvmlinux.lds.h146 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
147 *(.stubs) \
149 ARM_LMA(__stubs, .stubs); \
150 . = __stubs_lma + SIZEOF(.stubs); \
/Linux-v6.1/arch/xtensa/lib/
DMakefile11 lib-$(CONFIG_KCSAN) += kcsan-stubs.o
12 KCSAN_SANITIZE_kcsan-stubs.o := n
/Linux-v6.1/arch/powerpc/kernel/
Dmodule_64.c469 struct ppc64_stub_entry *stubs; in stub_for_addr() local
472 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
475 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr()
476 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr()
480 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr()
481 return (unsigned long)&stubs[i]; in stub_for_addr()
484 if (!create_stub(sechdrs, &stubs[i], addr, me, name)) in stub_for_addr()
487 return (unsigned long)&stubs[i]; in stub_for_addr()
/Linux-v6.1/Documentation/virt/kvm/arm/
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-v6.1/tools/testing/selftests/powerpc/copyloops/
DMakefile19 EXTRA_SOURCES := validate.c ../harness.c stubs.S
55 copy_tofrom_user_reference.S stubs.S
/Linux-v6.1/kernel/time/
DMakefile9 obj-y += posix-stubs.o
/Linux-v6.1/samples/bpf/
DREADME.rst4 This directory contains a test stubs, verifier test-suite and examples
/Linux-v6.1/tools/testing/memblock/
DREADME63 |-- lib |-- implement function and struct stubs
/Linux-v6.1/Documentation/dev-tools/
Dgdb-kernel-debugging.rst12 be transferred to the other gdb stubs as well.
/Linux-v6.1/lib/
DKconfig.kgdb58 intended to for the development of new kgdb stubs
/Linux-v6.1/Documentation/driver-api/gpio/
Dconsumer.rst19 There are static inline stubs for all functions in the header file in the case
20 where GPIOLIB is disabled. When these stubs are called they will emit
21 warnings. These stubs are used for two use cases:
Dlegacy.rst80 GPIO calls are available, either as "real code" or as optimized-away stubs,
/Linux-v6.1/sound/core/
DKconfig86 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
/Linux-v6.1/arch/arm/boot/dts/
Dbcm283x.dtsi8 /* firmware-provided startup stubs live here, where the secondary CPUs are
/Linux-v6.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
/Linux-v6.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
Dsyscall_32.tbl7 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
/Linux-v6.1/arch/arm/kernel/
Dentry-armv.S1148 .section .stubs, "ax", %progbits
/Linux-v6.1/Documentation/networking/
Dphy.rst516 Or using one of the two stubs, phy_register_fixup_for_uid() and
524 The stubs set one of the two matching criteria, and set the other one to
/Linux-v6.1/arch/powerpc/
DKconfig509 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
512 Very large kernels can cause linker branch stubs to be generated by
/Linux-v6.1/arch/m68k/ifpsp060/src/
Disp.S34 # Also, subroutine stubs exist in this file (_isp_done for
Dpfpsp.S34 # Also, subroutine stubs exist in this file (_fpsp_done for
/Linux-v6.1/Documentation/process/
Dmaintainer-pgp-guide.rst589 ``.key`` files there have been replaced with stubs::
595 these files are only stubs and the actual content is on the smartcard.
/Linux-v6.1/Documentation/kbuild/
Dkconfig-language.rst554 Due to the presence of stubs, most drivers can now be compiled on most
/Linux-v6.1/init/
DKconfig2006 # kernel/time/posix-stubs.c. All these overrides need to be available in

12