Searched refs:stubs (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/arch/arm/kernel/ |
D | vmlinux.lds.h | 111 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_start) { \ 112 *(.stubs) \ 114 . = __stubs_start + SIZEOF(.stubs); \
|
D | entry-armv.S | 1072 .section .stubs, "ax", %progbits
|
/Linux-v4.19/Documentation/virtual/kvm/arm/ |
D | hyp-abi.txt | 15 EL2 (arm64), allowing it to install a set of stubs before dropping to 16 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction, 27 of the architecture. Only implemented by the initial stubs, not by 33 stubs' exception vector value. This effectively disables an existing
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | module_64.c | 448 struct ppc64_stub_entry *stubs; in stub_for_addr() local 451 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr() 454 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr() 455 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr() 459 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr() 460 return (unsigned long)&stubs[i]; in stub_for_addr() 463 if (!create_stub(sechdrs, &stubs[i], addr, me)) in stub_for_addr() 466 return (unsigned long)&stubs[i]; in stub_for_addr()
|
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 18 EXTRA_SOURCES := validate.c ../harness.c stubs.S 49 copy_tofrom_user_reference.S stubs.S
|
/Linux-v4.19/kernel/time/ |
D | Makefile | 9 obj-y += posix-stubs.o
|
/Linux-v4.19/samples/bpf/ |
D | README.rst | 4 This directory contains a test stubs, verifier test-suite and examples
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls 349 # for native 64-bit operation. The __x32_compat_sys stubs are created
|
D | syscall_32.tbl | 7 # The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls 349 # for native 64-bit operation. The __x32_compat_sys stubs are created
|
/Linux-v4.19/Documentation/s390/ |
D | DASD | 21 The driver currently supports ECKD-devices and there are stubs for
|
/Linux-v4.19/lib/ |
D | Kconfig.kgdb | 37 intended to for the development of new kgdb stubs
|
D | Kconfig.debug | 1881 the interpreter code. It also enables test stubs for eBPF maps and
|
/Linux-v4.19/sound/core/ |
D | Kconfig | 85 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
|
/Linux-v4.19/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-v4.19/Documentation/dev-tools/ |
D | gdb-kernel-debugging.rst | 12 be transferred to the other gdb stubs as well.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm283x.dtsi | 7 /* firmware-provided startup stubs live here, where the secondary CPUs are
|
/Linux-v4.19/Documentation/networking/ |
D | phy.txt | 398 Or using one of the two stubs, phy_register_fixup_for_uid() and 406 The stubs set one of the two matching criteria, and set the other one to
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig | 455 bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT 459 Very large kernels can cause linker branch stubs to be generated by
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
D | pfpsp.S | 34 # Also, subroutine stubs exist in this file (_fpsp_done for
|
D | fpsp.S | 35 # Also, subroutine stubs exist in this file (_fpsp_done for
|
/Linux-v4.19/Documentation/process/ |
D | maintainer-pgp-guide.rst | 598 ``.key`` files there have been replaced with stubs:: 604 these files are only stubs and the actual content is on the smartcard.
|
/Linux-v4.19/init/ |
D | Kconfig | 2013 # kernel/time/posix-stubs.c. All these overrides need to be available in
|