Searched refs:stubs (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v6.6/arch/arm/include/asm/ |
D | vmlinux.lds.h | 145 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \ 146 *(.stubs) \ 148 ARM_LMA(__stubs, .stubs); \ 149 . = __stubs_lma + SIZEOF(.stubs); \
|
/Linux-v6.6/Documentation/virt/kvm/arm/ |
D | hyp-abi.rst | 24 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.6/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 19 EXTRA_SOURCES := validate.c ../harness.c stubs.S 55 copy_tofrom_user_reference.S stubs.S
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | module_64.c | 672 struct ppc64_stub_entry *stubs; in stub_for_addr() local 675 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr() 678 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr() 679 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr() 683 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr() 684 return (unsigned long)&stubs[i]; in stub_for_addr() 687 if (!create_stub(sechdrs, &stubs[i], addr, me, name)) in stub_for_addr() 690 return (unsigned long)&stubs[i]; in stub_for_addr()
|
/Linux-v6.6/Documentation/dev-tools/kunit/api/ |
D | functionredirection.rst | 33 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-v6.6/net/dsa/ |
D | Makefile | 5 obj-y := stubs.o
|
/Linux-v6.6/kernel/time/ |
D | Makefile | 9 obj-y += posix-stubs.o
|
/Linux-v6.6/drivers/net/phy/ |
D | Makefile | 18 obj-y += stubs.o
|
/Linux-v6.6/samples/bpf/ |
D | README.rst | 4 This directory contains a test stubs, verifier test-suite and examples
|
/Linux-v6.6/tools/testing/memblock/ |
D | README | 63 |-- lib |-- implement function and struct stubs
|
/Linux-v6.6/Documentation/dev-tools/ |
D | gdb-kernel-debugging.rst | 12 be transferred to the other gdb stubs as well.
|
/Linux-v6.6/lib/ |
D | Kconfig.kgdb | 58 intended to for the development of new kgdb stubs
|
/Linux-v6.6/Documentation/driver-api/gpio/ |
D | consumer.rst | 19 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:
|
D | legacy.rst | 80 GPIO calls are available, either as "real code" or as optimized-away stubs,
|
/Linux-v6.6/sound/core/ |
D | Kconfig | 99 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
|
/Linux-v6.6/arch/arm/boot/dts/broadcom/ |
D | bcm283x.dtsi | 8 /* firmware-provided startup stubs live here, where the secondary CPUs are
|
/Linux-v6.6/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
|
D | syscall_32.tbl | 7 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
|
/Linux-v6.6/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
|
/Linux-v6.6/arch/arm/kernel/ |
D | entry-armv.S | 916 .section .stubs, "ax", %progbits
|
/Linux-v6.6/Documentation/networking/ |
D | phy.rst | 520 Or using one of the two stubs, phy_register_fixup_for_uid() and 528 The stubs set one of the two matching criteria, and set the other one to
|
/Linux-v6.6/arch/powerpc/ |
D | Kconfig | 547 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT 550 Very large kernels can cause linker branch stubs to be generated by
|
/Linux-v6.6/Documentation/process/ |
D | maintainer-pgp-guide.rst | 560 ``.key`` files there have been replaced with stubs:: 566 these files are only stubs and the actual content is on the smartcard.
|
/Linux-v6.6/arch/m68k/ifpsp060/src/ |
D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
/Linux-v6.6/Documentation/kbuild/ |
D | kconfig-language.rst | 554 Due to the presence of stubs, most drivers can now be compiled on most
|
12