| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | libc-compat.h | 65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 74 /* Linux headers included first, and we must define everything 82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 120 /* Linux headers included first, and we must define everything 170 * or we are being included in the kernel, then define everything 188 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | libc-compat.h | 65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 74 /* Linux headers included first, and we must define everything 82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 120 /* Linux headers included first, and we must define everything 170 * or we are being included in the kernel, then define everything 188 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | isa.rst | 61 everything was found to be present and accounted for. If it wanted the 64 do everything in .probe() as before. 70 values have been passed in) and .probe() for everything else. This is 97 do that with everything being internal, so isa_register_driver() abuses 110 everything is backed out again and the error, or -ENODEV, is returned.
|
| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| D | isa.rst | 61 everything was found to be present and accounted for. If it wanted the 64 do everything in .probe() as before. 70 values have been passed in) and .probe() for everything else. This is 97 do that with everything being internal, so isa_register_driver() abuses 110 everything is backed out again and the error, or -ENODEV, is returned.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_rdonly_maps.c | 27 /* prevent compiler to optimize everything out */ in skip_loop() 46 /* prevent compiler to optimize everything out */ in part_loop() 65 /* prevent compiler to optimize everything out */ in full_loop()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_rdonly_maps.c | 27 /* prevent compiler to optimize everything out */ in skip_loop() 46 /* prevent compiler to optimize everything out */ in part_loop() 65 /* prevent compiler to optimize everything out */ in full_loop()
|
| /kernel/linux/linux-5.10/security/ |
| D | Kconfig.hardening | 93 bool "zero-init everything passed by reference (very strong)" 110 bool "pattern-init everything (strongest)" 113 Initializes everything on the stack (including padding) 128 bool "zero-init everything (strongest and safest)" 131 Initializes everything on the stack (including padding)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | amlogic,meson-uart.yaml | 16 "Everything-Else" power domain. 43 - description: Everything-Else power domain UART controller 51 - description: Everything-Else power domain UART controller on G12A SoCs
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| D | Transition-notes | 40 pd.c, everything until returning 1 or setting or setting ->claim_cont 42 * in pi_do_claimed() when called from pd.c, everything until the call 43 of pi_do_claimed() plus the everything until the call of cont() if 45 * in pi_wake_up() called for PIA that belongs to pd.c, everything from
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | switch_to.h | 32 * That is, everything following __switch_to() will be skipped for new threads. 33 * So everything that matters to new threads should be placed before __switch_to().
|
| /kernel/linux/linux-6.6/drivers/soc/amlogic/ |
| D | Kconfig | 41 tristate "Amlogic Meson Everything-Else Power Domains driver" 48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
|
| /kernel/linux/linux-5.10/drivers/soc/amlogic/ |
| D | Kconfig | 41 bool "Amlogic Meson Everything-Else Power Domains driver" 48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | switch_to.h | 33 * That is, everything following __switch_to() will be skipped for new threads. 34 * So everything that matters to new threads should be placed before __switch_to().
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
| D | gp10b.c | 30 nvkm_wr32(device, 0x000200, 0xffffffff); /* everything on */ in gp10b_mc_init() 31 nvkm_wr32(device, 0x00020c, 0xffffffff); /* everything out of ELPG */ in gp10b_mc_init()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | TODO.txt | 19 refcounts, caching, ... on everything. 25 here, treating everything else as a fixed platform. i915_sw_fence concepts
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
| D | gp10b.c | 30 nvkm_wr32(device, 0x000200, 0xffffffff); /* everything on */ in gp10b_mc_init() 31 nvkm_wr32(device, 0x00020c, 0xffffffff); /* everything out of ELPG */ in gp10b_mc_init()
|
| /kernel/linux/linux-6.6/security/ |
| D | Kconfig.hardening | 95 bool "zero-init everything passed by reference (very strong)" 113 bool "pattern-init everything (strongest)" 117 Initializes everything on the stack (including padding) 132 bool "zero-init everything (strongest and safest)" 136 Initializes everything on the stack (including padding)
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/ |
| D | nested.c | 36 /* Support everything but TME, O.S. and Range TLBIs */ in access_nested_id_reg() 42 /* Support everything but PtrAuth and Spec Invalidation */ in access_nested_id_reg() 91 /* Support everything */ in access_nested_id_reg()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | custom_sec_handlers.c | 114 /* fallback treats everything as BPF_PROG_TYPE_SYSCALL program to test in test_custom_sec_handlers() 144 /* now attempt to load everything */ in test_custom_sec_handlers() 149 /* now try to auto-attach everything */ in test_custom_sec_handlers()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | amlogic,meson-uart.yaml | 16 "Everything-Else" power domain. 33 - description: Everything-Else power domain UART controller
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | stderr_console.c | 9 /* trivial console driver -- simply dump everything to stderr */ 53 * there is no added value in dumping everything to stderr, and the
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| D | stderr_console.c | 9 /* trivial console driver -- simply dump everything to stderr */ 53 * there is no added value in dumping everything to stderr, and the
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| D | i915_gem_evict.c | 120 /* Everything is pinned, nothing should happen */ in igt_evict_something() 135 /* Everything is unpinned, we should be able to evict something */ in igt_evict_something() 207 /* Everything is pinned, nothing should happen */ in igt_evict_for_vma() 219 /* Everything is unpinned, we should be able to evict the node */ in igt_evict_for_vma() 340 /* Fill the GGTT with pinned objects and try to evict everything. */ in igt_evict_vm() 346 /* Everything is pinned, nothing should happen */ in igt_evict_vm()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| D | i915_gem_evict.c | 118 /* Everything is pinned, nothing should happen */ in igt_evict_something() 133 /* Everything is unpinned, we should be able to evict something */ in igt_evict_something() 205 /* Everything is pinned, nothing should happen */ in igt_evict_for_vma() 217 /* Everything is unpinned, we should be able to evict the node */ in igt_evict_for_vma() 337 /* Fill the GGTT with pinned objects and try to evict everything. */ in igt_evict_vm() 343 /* Everything is pinned, nothing should happen */ in igt_evict_vm()
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| D | head-inflate-data.c | 22 * allocation is available. Everything must be allocated on the stack and 28 * area possible. And because everything is statically allocated on the
|