/linux/include/uapi/linux/ |
H A 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 151 * or we are being included in the kernel, then define everything 169 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
|
/linux/Documentation/driver-api/ |
H A 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.
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_rdonly_maps.c | 28 /* prevent compiler to optimize everything out */ in skip_loop() 47 /* prevent compiler to optimize everything out */ in part_loop() 66 /* prevent compiler to optimize everything out */ in full_loop()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A 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
|
/linux/drivers/pmdomain/amlogic/ |
H A D | Kconfig | 5 tristate "Amlogic Meson Everything-Else Power Domains driver" 12 Say yes to expose Amlogic Meson Everything-Else Power Domains as
|
/linux/arch/loongarch/include/asm/ |
H A 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().
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A 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()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A 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()
|
/linux/drivers/gpu/drm/i915/ |
H A D | TODO.txt | 19 refcounts, caching, ... on everything. 25 here, treating everything else as a fixed platform. i915_sw_fence concepts
|
H A D | i915_file_private.h | 42 * GEM_CONTEXT_CREATE. Everything settable via one was settable 71 * In order for this dance to work properly, everything which ever
|
/linux/arch/um/drivers/ |
H A 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
|
/linux/arch/mips/sibyte/sb1250/ |
H A D | irq.c | 205 * PCI and LDT to one cpu and everything else to the other 208 * On the second cpu, everything is set to IP5, which is 228 /* Default everything to IP2 */ in arch_init_irq() 260 /* Mask everything except the mailbox registers for both cpus */ in arch_init_irq()
|
/linux/arch/arm/kernel/ |
H A 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
|
/linux/include/linux/ |
H A D | asn1_ber_bytecode.h | 47 /* Everything before here matches unconditionally */ 57 /* Everything before here will want a tag from the data */
|
/linux/security/ |
H A D | Kconfig.hardening | 47 bool "pattern-init everything (strongest)" 51 Initializes everything on the stack (including padding) 67 bool "zero-init everything (strongest and safest)" 71 Initializes everything on the stack (including padding)
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 156 /* Cyrix ARRs - everything else was excluded at the top */ in prepare_set() 159 /* Cyrix ARRs - everything else was excluded at the top */ in prepare_set() 168 /* Cyrix ARRs - everything else was excluded at the top */ in post_set()
|
/linux/kernel/sched/ |
H A D | stop_task.c | 6 * everything and will be preempted by nothing. 71 * and everything must be accessed through the @rq and @curr passed in
|
/linux/arch/mips/sibyte/bcm1480/ |
H A D | irq.c | 222 * PCI and LDT to one cpu and everything else to the other 225 * On the second cpu, everything is set to IP5, which is 244 /* Default everything to IP2 */ in arch_init_irq() 285 /* Mask everything except the high 16 bit of mailbox_0 registers for all cpus */ in arch_init_irq()
|
/linux/arch/x86/kernel/ |
H A D | ebda.c | 21 * value and assume that everything above that value (up to 1MB) is 90 * then also reserve everything from the EBDA start address up to in reserve_bios_regions()
|
/linux/Documentation/admin-guide/ |
H A D | quickly-build-trimmed-linux.rst | 21 self-compiled Linux kernels; install compilers and everything else needed for 62 goal is to cover everything typically needed on mainstream Linux distributions 92 * On platforms with 'Secure Boot' or similar techniques, prepare everything to 386 *On platforms with 'Secure Boot' or similar techniques, prepare everything to 427 sometimes need a few libraries to build one. How to install everything needed 656 guide already explains everything crucial here. 744 is hard to think of everything that might be needed -- even kernel developers 748 testing purposes: everything typically crucial will be there. And if you forget 791 Most users do not need to care about this, it's often fine to leave everything 920 steps of the guide then install. You instead can also directly build everything [all …]
|
/linux/Documentation/devicetree/bindings/power/ |
H A D | amlogic,meson-ee-pwrc.yaml | 8 title: Amlogic Meson Everything-Else Power Domains 14 The Everything-Else Power Domains node should be the child of a syscon
|
/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | Makefile | 28 @echo "\`make everything\`" 31 everything : csv-files c-files csv-blank target
|
/linux/drivers/net/ipa/ |
H A D | ipa_qmi.c | 20 * both sides know when everything is ready to begin operating. The AP 56 * - On the initial modem boot, everything is ready when: 61 * - On subsequent modem boots, everything is ready when: 113 /* Determine whether everything is ready to start normal operation. 114 * We know everything (else) is ready when we know the IPA driver on
|
/linux/arch/powerpc/kernel/ |
H A D | kvm.c | 166 /* Find out where we are and put everything there */ in kvm_patch_ins_mtmsrd() 219 /* Find out where we are and put everything there */ in kvm_patch_ins_mtmsr() 280 /* Find out where we are and put everything there */ in kvm_patch_ins_wrtee() 337 /* Find out where we are and put everything there */ in kvm_patch_ins_wrteei_0() 378 /* Find out where we are and put everything there */ in kvm_patch_ins_mtsrin()
|