/linux/arch/arm/include/asm/ |
H A 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/Documentation/virt/kvm/arm/ |
H A 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/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 9 EXTRA_SOURCES := validate.c ../harness.c stubs.S 56 copy_tofrom_user_reference.S stubs.S
|
/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 671 struct ppc64_stub_entry *stubs; in stub_for_addr() local 674 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr() 677 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr() 678 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr() 682 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr() 683 return (unsigned long)&stubs[i]; in stub_for_addr() 686 if (!create_stub(sechdrs, &stubs[i], addr, me, name)) in stub_for_addr() 689 return (unsigned long)&stubs[i]; in stub_for_addr()
|
/linux/Documentation/dev-tools/kunit/api/ |
H A 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/net/dsa/ |
H A D | Makefile | 5 obj-y := stubs.o
|
/linux/kernel/time/ |
H A D | Makefile | 9 obj-y += posix-stubs.o
|
/linux/drivers/net/phy/ |
H A D | Makefile | 18 obj-y += stubs.o
|
/linux/samples/bpf/ |
H A D | README.rst | 4 This directory contains a test stubs, verifier test-suite and examples
|
/linux/tools/testing/memblock/ |
H A D | README | 63 |-- lib |-- implement function and struct stubs
|
/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 17 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/lib/ |
H A D | Kconfig.kgdb | 58 intended to for the development of new kgdb stubs
|
/linux/Documentation/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 12 be transferred to the other gdb stubs as well.
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm283x.dtsi | 8 /* firmware-provided startup stubs live here, where the secondary CPUs are
|
/linux/sound/core/ |
H A D | Kconfig | 116 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 8 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
|
H A D | syscall_32.tbl | 8 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 8 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
|
H A D | syscall_32.tbl | 8 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
|
/linux/arch/arm/kernel/ |
H A D | entry-armv.S | 922 .section .stubs, "ax", %progbits
|
/linux/Documentation/networking/ |
H A D | phy.rst | 526 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/Documentation/process/ |
H A 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/arch/powerpc/ |
H A D | Kconfig | 551 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT 554 Very large kernels can cause linker branch stubs to be generated by
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
/linux/Documentation/virt/hyperv/ |
H A D | vpci.rst | 315 effectively stubs them out when running in non-Hyper-V
|