/linux-4.4.14/tools/build/feature/ |
H A D | test-libdw-dwarf-unwind.c | 8 * Passing '1' as arguments value. This code is never executed, main()
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | idmap.h | 7 /* Tag a function as requiring to be executed via an identity mapping. */
|
/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/ |
H A D | romimage.h | 5 * the assembly code is the first code to be executed in the romImage
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
H A D | sigcontext.h | 9 a signal handler is executed. It's restored by sys_sigreturn.
|
/linux-4.4.14/include/linux/mfd/ |
H A D | db8500-prcmu.h | 82 * @RDY_2_DS: Value set when ApDeepSleep state can be executed by XP70 301 * @ARMWFI_ERR: The ARM WFI has not been correctly executed in the given time 306 * through I2C has not been correctly executed in the given time 308 * through I2C has not been correctly executed in the given time 310 * I2C has not been correctly executed in the given time 312 * through I2C has not been correctly executed in the given time 314 * I2C has not been correctly executed in the given time 316 * through I2C has not been correctly executed in the given time 318 * I2C has not been correctly executed in the given time 320 * has not been correctly executed in the given time 322 * not been correctly executed in the given time 324 * not been correctly executed in the given time 326 * I2C has not been correctly executed in the given time 328 * I2C has not been correctly executed in the given time 330 * through I2C has not been correctly executed in the given time 341 * been correctly executed in the given time 343 * been correctly executed in the given time 345 * been correctly executed in the given time 347 * been correctly executed in the given time 349 * been correctly executed in the given time
|
/linux-4.4.14/arch/arm/boot/compressed/ |
H A D | head-xscale.S | 19 @ This is done by fetching through currently executed
|
H A D | head-sa1100.S | 33 @ This is done by fetching through currently executed
|
/linux-4.4.14/arch/sh/include/mach-ecovec24/mach/ |
H A D | romimage.h | 5 * the assembly code is the first code to be executed in the romImage
|
/linux-4.4.14/arch/openrisc/include/uapi/asm/ |
H A D | sigcontext.h | 25 context while a signal handler is executed. It's restored by sys_sigreturn.
|
/linux-4.4.14/drivers/base/ |
H A D | syscore.c | 46 * This function is executed with one CPU on-line and disabled interrupts. 91 * This function is executed with one CPU on-line and disabled interrupts.
|
/linux-4.4.14/include/linux/ |
H A D | mmiotrace.h | 22 /* Called before addr is executed: */ 24 /* Called after addr is executed: */
|
H A D | pm.h | 81 * choose not to do that. If the driver callbacks are executed, they have to 94 * This method is executed for all kinds of suspend transitions and is 104 * executed directly after @prepare() and it must ensure the proper 109 * requests while @prepare() is being executed. However, device drivers 115 * hibernation notifiers to be executed before the freezing of tasks.] 117 * @complete: Undo the changes made by @prepare(). This method is executed for 121 * @poweroff(), can be executed (e.g. if the suspend callback fails for one 124 * The PM core executes subsystem-level @complete() after it has executed 129 * the only callback executed for the device during resume. In that case, 134 * callbacks have been executed for it. 141 * Subsystem-level @suspend() is executed for all devices after invoking 157 * Subsystem-level @resume() is executed for all devices after invoking 164 * @freeze: Hibernation-specific, executed before creating a hibernation image. 170 * Subsystem-level @freeze() is executed for all devices after invoking 177 * @thaw: Hibernation-specific, executed after creating a hibernation image OR 178 * if the creation of an image has failed. Also executed after a failing 182 * Subsystem-level @thaw() is executed for all devices after invoking 183 * subsystem-level @thaw_noirq() for all of them. It also may be executed 189 * @poweroff: Hibernation-specific, executed after saving a hibernation image. 192 * Subsystem-level @poweroff() is executed for all devices after invoking 198 * @restore: Hibernation-specific, executed after restoring the contents of main 206 * run while @suspend_noirq() is being executed. 220 * @resume_noirq() is being executed. 225 * run while @freeze_noirq() is being executed. 233 * @thaw_noirq() is being executed. 241 * @restore_noirq() is being executed. Analogous to @resume_noirq(). 256 * executed. However, a callback routine must NOT try to unregister the device 265 * Again, these callbacks are executed by the PM core only for subsystems 507 * executed. 510 * executed. 617 * Power domains provide callbacks that are executed during system suspend,
|
H A D | alarmtimer.h | 30 * @function: Function pointer to be executed when the timer fires.
|
H A D | suspend.h | 112 * @begin() is executed right prior to suspending devices. The information 114 * soon as @end() is executed. If @begin() fails (ie. returns nonzero), 122 * appropriate .suspend() method has been executed for each device) and 123 * before device drivers' late suspend callbacks are executed. It returns 131 * device drivers' late suspend callbacks have been executed. It returns 134 * executed). 144 * resume callbacks are executed. 154 * @enter() and @wake(), even if any of them fails. It is executed after 320 * mode after the hibernation (the same method is executed in both cases).
|
H A D | shrinker.h | 36 * be executed due to potential deadlocks to be run at a later call when the
|
H A D | binfmts.h | 41 const char * interp; /* Name of the binary really executed. Most
|
H A D | cacheinfo.h | 77 * Helpers to make sure "func" is executed on the cpu whose cache
|
H A D | stop_machine.h | 12 * function to be executed on a single or multiple cpus preempting all
|
H A D | cnt32_to_63.h | 67 * timer should be scheduled to manage for this code to be executed often
|
H A D | dynamic_queue_limits.h | 32 * be executed concurrently (i.e. they can be protected by different locks).
|
H A D | kprobes.h | 91 /* Called before addr is executed. */ 94 /* Called after addr is executed, unless... */
|
H A D | timer.h | 53 * An irqsafe timer is executed with IRQ disabled and it's safe to wait for
|
H A D | rmap.h | 228 * rmap_one: executed on each vma where page is mapped
|
H A D | kobject.h | 36 /* path to the userspace helper executed on an event */
|
/linux-4.4.14/samples/kprobes/ |
H A D | kprobe_example.c | 22 /* kprobe pre_handler: called just before the probed instruction is executed */ handler_pre() 50 /* kprobe post_handler: called after the probed instruction is executed */ handler_post()
|
/linux-4.4.14/kernel/time/ |
H A D | test_udelay.c | 4 * Test is executed by writing and reading to /sys/kernel/debug/udelay_test 6 * Tests are executed by reading from the same file.
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | jprobes.S | 25 * difference between a jprobe and a kprobe is the jprobe handler is executed 27 * are executed in interrupt context.
|
H A D | gate.S | 320 * bundle get executed. The remaining code must be safe even if 321 * they do not get executed.
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | psci_smp.c | 32 * @entry_point the first instruction to be executed on return 41 * @entry_point the first instruction to be executed on return
|
H A D | opcodes.c | 51 * Code that tests if a condition means that the instruction would be executed
|
H A D | hibernate.c | 49 * swsusp_save() is executed in the suspend finisher so that the CPU
|
H A D | sigreturn_codes.S | 27 * Please note sigreturn_codes code are not executed in place. Instead
|
H A D | head-common.S | 72 * The following fragment of code is executed with the MMU on in MMU mode,
|
H A D | swp_emulate.c | 241 * Only emulate SWP/SWPB executed in ARM state/User mode.
|
/linux-4.4.14/kernel/ |
H A D | stop_machine.c | 31 bool executed; /* actually executed? */ member in struct:cpu_stop_done 66 static void cpu_stop_signal_done(struct cpu_stop_done *done, bool executed) cpu_stop_signal_done() argument 69 if (executed) cpu_stop_signal_done() 70 done->executed = true; cpu_stop_signal_done() 118 * -ENOENT if @fn(@arg) was not executed because @cpu was offline; 129 return done.executed ? done.ret : -ENOENT; stop_one_cpu() 289 return done.executed ? done.ret : -ENOENT; stop_two_cpus() 347 return done.executed ? done.ret : -ENOENT; __stop_cpus() 374 * -ENOENT if @fn(@arg) was not executed at all because all cpus in 403 * @fn(@arg) was not executed at all because all cpus in @cpumask were
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | pwrseq_emmc.c | 88 * so it will be executed before any system reboot handler. mmc_pwrseq_emmc_alloc()
|
H A D | sdio_bus.c | 336 * never executed (because a failure occurred at an earlier point).
|
/linux-4.4.14/drivers/misc/genwqe/ |
H A D | genwqe_driver.h | 51 * to be executed.
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | processor.h | 46 /* Do necessary setup to start up a newly executed thread. */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | auto_fs.h | 33 * 64-bit userspace binaries can be executed it's important that the size of
|
H A D | acct.h | 104 #define AFORK 0x01 /* ... executed fork, but did not exec */
|
H A D | dlmconstants.h | 46 * dlm_lock and -EAGAIN in the lock status block when the AST is executed.
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | war.h | 18 * if executed immediately after starting an integer division: 25 * if executed while an integer multiplication is in progress: 44 * if executed immediately after starting an integer division: 90 * executed if there is no other dcache activity. If the dcache is
|
H A D | switch_to.h | 25 * @prev: The task previously executed.
|
H A D | pgtable-bits.h | 139 /* XI - page cannot be executed */
|
/linux-4.4.14/arch/sh/boards/mach-kfr2r09/ |
H A D | sdram.S | 19 * this code will be copied to on-chip memory and executed from there.
|
/linux-4.4.14/arch/sh/boot/romimage/ |
H A D | head.S | 4 * Board specific setup code, executed before zImage loader
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | sys_m32r.c | 54 * can be executed continuously after the "lock" sys_tas()
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
H A D | pstore_post_reboot_tests | 15 prlog "pstore_crash_test has not been executed yet. we skip further tests."
|
/linux-4.4.14/tools/time/ |
H A D | udelay_test.sh | 5 # Test is executed by writing and reading to /sys/kernel/debug/udelay_test
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv50.c | 101 * devinit scripts executed or not if the display engine is nv50_devinit_preinit() 110 /* magic to detect whether or not x86 vbios code has executed nv50_devinit_preinit()
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | ross.h | 69 * FTD: If set to one flush instructions executed during an 73 * flush is executed by the processor.
|
H A D | processor_32.h | 79 /* Do necessary setup to start up a newly executed thread. */ start_thread()
|
H A D | processor_64.h | 107 /* Do necessary setup to start up a newly executed thread. */
|
/linux-4.4.14/arch/mips/mm/ |
H A D | sc-rm7k.c | 104 * This function is executed in uncached address space. 130 * This function is executed in uncached address space.
|
/linux-4.4.14/arch/ia64/lib/ |
H A D | copy_user.S | 342 // we have never executed the ld1, therefore st1 is not executed. 351 // we have never executed the ld2, therefore st2 is not executed. 470 // to previous successful loads must be executed. 497 // - if you fail on 1, 2, 4 then you have never executed any smaller 498 // size loads, e.g. failing ld4 means no ld1 nor ld2 executed 530 // executed any of the previous (tail) ones, so we don't need to do
|
/linux-4.4.14/arch/arm64/kvm/ |
H A D | emulate.c | 66 * Check if a trapped instruction should have been executed or not. 111 * When exceptions occur while instructions are executed in Thumb IF-THEN
|
H A D | trace.h | 23 TP_printk("guest executed wf%c at: 0x%08lx",
|
H A D | handle_exit.c | 60 * instruction executed by a guest
|
/linux-4.4.14/arch/arm64/mm/ |
H A D | cache.S | 34 * and will be executed. 47 * and will be executed.
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 20 * instruction to be executed atomically. We need to have the reader
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | crash_dump_32.c | 21 * non-PAE kdump kernel executed from a PAE one will crop high pte is_crashed_pfn_valid()
|
H A D | amd_nb.c | 266 /* Make sure the hardware actually executed the flush*/ amd_flush_garts()
|
/linux-4.4.14/fs/nilfs2/ |
H A D | btree.h | 34 * struct nilfs_btree_path - A path on which B-tree operations are executed
|
/linux-4.4.14/include/uapi/asm-generic/ |
H A D | mman-common.h | 11 #define PROT_EXEC 0x4 /* page can be executed */
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | rtas-rtc.c | 43 /* NOTE: get_rtc_time will get an error if executed in interrupt context
|
H A D | uprobes.c | 125 * to be executed. arch_uprobe_post_xol()
|
/linux-4.4.14/arch/sh/boards/mach-ecovec24/ |
H A D | sdram.S | 19 * this code will be copied to on-chip memory and executed from there.
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | leon_pmc.c | 44 * none-cachable. One instruction is executed after the Sleep pmc_leon_idle_fixup()
|
/linux-4.4.14/arch/mips/lib/ |
H A D | uncached.c | 24 * FUNC is executed in one of the uncached segments, depending on its
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
H A D | pmsu_ll.S | 57 /* The following code will be executed from SRAM */
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | generic.c | 15 * the __initcall() here will be executed first. This serves as default
|
H A D | pxa25x.c | 15 * the __initcall() here will be executed first. This serves as default
|
/linux-4.4.14/drivers/firmware/ |
H A D | qcom_scm-64.c | 36 * out of a power down. CPU power down may be executed on cpuidle or hotplug.
|
H A D | qcom_scm.c | 46 * out of a power down. CPU power down may be executed on cpuidle or hotplug.
|
H A D | dcdbas.c | 384 /* wait a few to see if it executed */ host_control_smi() 419 /* wait a few to see if it executed */ host_control_smi()
|
H A D | qcom_scm-32.c | 60 * @id: command to be executed 435 * out of a power down. CPU power down may be executed on cpuidle or hotplug.
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | cpu-bugs64.c | 63 * dsll32 when executed on R4000 rev. 2.2 or 3.0 (PRId mult_sh_align_mod() 196 * when executed on R4000 rev. 2.2 or 3.0 (PRId 00000422 or check_daddi() 257 * executed on R4400 rev. 1.0 (PRId 00000440). check_daddiu()
|
H A D | idle.c | 75 * have any pending stores when the WAIT instruction is executed.
|
H A D | kprobes.c | 180 * not be executed in-line and it would be executed on SSOL slot arch_prepare_kprobe()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
H A D | opt-arm.c | 36 * we can copy it into template and have it executed directly without 187 * executed directly during restore. optimized_callback() 272 /* If possible, copy insn and have it executed during restore */ arch_prepare_optimized_kprobe()
|
/linux-4.4.14/arch/x86/realmode/ |
H A D | init.c | 96 * function. Also trampoline code will be executed by APs so we
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 6 #define PROT_EXEC 0x4 /* page can be executed */
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | tlb-mmu1.h | 49 ; Slower in thrash case (where it matters) because more code is executed variable
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | process.c | 90 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/mm/ |
H A D | maccess.c | 17 * We ensure that the copy_from_user is executed in atomic context so that
|
/linux-4.4.14/net/sunrpc/ |
H A D | svcauth.c | 70 /* A request, which was authenticated, has now executed.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | barrier.h | 70 * instructions from being executed until the load has been performed.
|
/linux-4.4.14/arch/sh/boards/mach-se/7724/ |
H A D | sdram.S | 19 * this code will be copied to on-chip memory and executed from there.
|
/linux-4.4.14/arch/m68k/mvme147/ |
H A D | config.c | 131 /* This is always executed with interrupts disabled. */
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | user_gateway.S | 19 * this code to be executed directly in user mode for best efficiency but
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 6 #define PROT_EXEC 0x4 /* page can be executed */
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | processor.h | 78 * do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | processor.h | 79 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | processor.h | 101 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | image.h | 72 * guaranteed to be safe when executed at another offset than they were
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | processor.h | 126 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | instruction_count_test.c | 17 * Run a calibrated instruction loop and count instructions executed using
|
/linux-4.4.14/drivers/power/reset/ |
H A D | ltc2952-poweroff.c | 35 * executed. If no pin is assigned to this input, the driver will start the 142 * down is executed.
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | evxfregn.c | 71 * are executed here, and these methods can only be safely executed after
|
H A D | dbxface.c | 300 ("Predicate = [True], IF block was executed\n"); acpi_db_single_step() 307 ("Predicate = [False], ELSE block was executed\n"); acpi_db_single_step()
|
H A D | dscontrol.c | 130 /* If predicate is true, the IF was executed, ignore ELSE part */ acpi_ds_exec_begin_control_op() 205 /* Predicate was true, the body of the loop was just executed */ acpi_ds_exec_end_control_op()
|
H A D | hwsleep.c | 316 * are enabled before the wake methods are executed. acpi_hw_legacy_wake()
|
H A D | utxfinit.c | 287 * are executed below. ACPI_EXPORT_SYMBOL_INIT()
|
H A D | evgpe.c | 324 * executed at interrupt level. 527 * the control method itself is not executed in the context of
|
/linux-4.4.14/include/uapi/drm/ |
H A D | msm_drm.h | 131 * BUF - this cmd buffer is executed normally. 135 * CTX_RESTORE_BUF - only executed if there has been a GPU context
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | processor_64.h | 57 * and it results exception when the floating operation is executed. 155 * Do necessary setup to start up a newly executed thread.
|
H A D | processor_32.h | 49 * and it results exception when the floating operation is executed.
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | bitops.h | 131 * Only the 1st and one of either the 2cd or 3rd insn will get executed. 132 * Each set of 3 insn will get executed in 2 cycles on PA8x00 vs 16 or so
|
H A D | uaccess.h | 157 * also be aware that "fixup_put_user_skip_[12]" are executed in the
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | io_init.c | 22 * The code in this file will only be executed when running with 84 * executed when running with a non-ACPI capable PROM.
|
/linux-4.4.14/arch/arm/mm/ |
H A D | cache-v6.S | 108 * a memory region, and will be executed. 124 * a memory region, and will be executed.
|
H A D | cache-v7.S | 247 * a memory region, and will be executed. 263 * a memory region, and will be executed.
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 247 * @phba: The Hba for which this call is being executed. 290 * @phba: The Hba for which this call is being executed. 369 * @vport: The virtual port for which this call being executed. 777 * @vport: The virtual port for which this call being executed. 942 * @vport: The virtual port for which this call being executed. 960 * @phba: The HBA for which this call is being executed. 993 * @phba: The HBA for which this call is being executed. 1042 * @phba: The HBA for which this call is being executed. 1059 * @phba: The Hba for which this call is being executed. 1083 * @phba: The Hba for which this call is being executed. 1119 * @phba: The Hba for which this call is being executed. 1134 * @phba: The Hba for which this call is being executed. 1283 * @phba: The Hba for which this call is being executed. 1688 * @phba: The Hba for which this call is being executed. 1768 * @phba: The Hba for which this call is being executed. 1839 * @phba: The Hba for which this call is being executed. 1971 * @phba: The Hba for which this call is being executed. 2226 * @phba: The Hba for which this call is being executed. 2353 * @phba: The Hba for which this call is being executed. 2612 * @phba: The Hba for which this call is being executed. 2650 * @phba: The Hba for which this call is being executed. 2691 * @phba: The Hba for which this call is being executed. 3212 * @phba: The Hba for which this call is being executed. 3345 * @phba: The Hba for which this call is being executed. 3510 * @phba: The Hba for which this call is being executed. 3529 * @phba: The Hba for which this call is being executed. 3642 * @phba: The HBA for which this call is being executed. 3667 * @vport: The virtual port for which this call is being executed. 3886 * @phba: The Hba for which this call is being executed. 4180 * @vport: The virtual port for which this call is being executed. 4282 * @vport: The virtual port for which this call is being executed. 4352 * @phba: The hba struct for which this call is being executed. 4395 * @phba: The Hba for which this call is being executed. 4416 * @host: The scsi host for which this call is being executed. 4467 * @phba: The Hba for which this call is being executed. 4484 * @phba: The Hba for which this call is being executed. 4875 * @vport: The virtual port for which this call is being executed. 4941 * @vport: The virtual port for which this call is being executed.
|
/linux-4.4.14/drivers/misc/ |
H A D | bmp085.c | 21 * measurement will be executed automatically even if the user is reading 23 * has been executed more then one second ago. 226 * a temperature measurement is executed according to the given temperature
|
/linux-4.4.14/arch/tile/include/uapi/arch/ |
H A D | sim_def.h | 112 * indicates that an exit syscall was just executed by the given process. 124 * indicates that an exec syscall was just executed. Written to once for 176 * requests that a simulator command be executed. Written to once for each
|
/linux-4.4.14/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 342 * IRAM when this code is executed; immediately switch to CLKM and 416 * copied into and executed from IRAM 494 * must be executed from IRAM
|
H A D | sleep-tegra30.S | 324 * IRAM when this code is executed; immediately switch to CLKM and 590 * copied into and executed from IRAM 705 * must be executed from IRAM
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ohci-ppc-of.c | 152 /* Work around - At this point ohci_run has executed, the ohci_hcd_ppc_of_probe()
|
/linux-4.4.14/drivers/misc/ibmasm/ |
H A D | command.c | 114 * Commands are executed sequentially. One command (sp->current_command)
|
H A D | ibmasmfs.c | 59 * read: return the result of a previously executed dot command 314 /* commands are executed sequentially, only one command at a time */ command_file_write()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.h | 178 /* 0 = nothing executed
|
H A D | pci.h | 190 * device bootup is executed and re-programmed later.
|
/linux-4.4.14/drivers/base/power/ |
H A D | domain_governor.c | 99 * This routine must be executed under the PM domain's lock.
|
H A D | main.c | 282 * Runtime PM is disabled for @dev while this function is being executed. 317 * executed. 472 * executed. 602 * Runtime PM is disabled for @dev while this function is being executed. 1014 * executed. 1159 * Runtime PM is disabled for @dev while this function is being executed.
|
H A D | domain.c | 193 * executed, unless one of the masters' .power_on() callbacks fiddles __genpd_poweron() 581 * executed sequentially, so it is guaranteed that it will never run twice in 613 * executed sequentially, so it is guaranteed that it will never run twice in 802 * Since all of the "noirq" callbacks are executed sequentially, it is pm_genpd_suspend_noirq() 833 * Since all of the "noirq" callbacks are executed sequentially, it is pm_genpd_resume_noirq() 1033 * Since all of the "noirq" callbacks are executed sequentially, it is pm_genpd_restore_noirq()
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | single_step.c | 400 * had "executed" the swint1 without ever being in kernel space. single_step_once() 435 * pc after the single step code is executed, and if single_step_once() 729 * instruction has executed. 734 * we can say an instruction has executed.
|
/linux-4.4.14/arch/unicore32/mm/ |
H A D | cache-ucv2.S | 88 * a memory region, and will be executed.
|
/linux-4.4.14/arch/x86/boot/ |
H A D | video-vga.c | 230 * systems. It should be executed first, by making sure
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 27 #define PROT_EXEC 0x4 /* page can be executed */
|
/linux-4.4.14/drivers/bus/ |
H A D | mips_cdmm.c | 130 * All the CDMM driver callbacks need to be executed on the appropriate CPU from 558 * All the CDMM driver callbacks need to be executed on the appropriate CPU from 602 * This work_on_cpu callback function is executed on a given CPU to call the 629 * This work_on_cpu callback function is executed on a given CPU to discover
|
/linux-4.4.14/arch/blackfin/mach-common/ |
H A D | pm.c | 226 * state is executed, SCKE is driven High, taking the bfin_pm_valid()
|
/linux-4.4.14/include/linux/fsl/bestcomm/ |
H A D | bestcomm.h | 79 * This function disable a given task, making sure it's not executed
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
H A D | mman.h | 20 #define PROT_EXEC 0x04 /* page can be executed */
|
/linux-4.4.14/arch/sh/boot/compressed/ |
H A D | head_64.S | 47 * This must be executed before the first branch.
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | processor.h | 115 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/microblaze/include/asm/ |
H A D | processor.h | 30 /* Do necessary setup to start up a newly executed thread. */
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | processor.h | 123 * do necessary setup to start up a newly executed thread
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | hugetlbpage.c | 188 * boot cpu already executed ia64_mmu_init, and has HPAGE_SHIFT_DEFAULT hugetlb_setup_sz()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | fixed_code.S | 5 * executed from userspace.
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
H A D | pm.c | 46 * and exit DRAM self-refresh modes must not be executed in DRAM. A small
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | mmio.c | 155 * The MMIO instruction is emulated and should not be re-executed decode_hsr()
|
H A D | emulate.c | 166 * wouldn't be executed. So let's re-implement the hardware, in 212 * When exceptions occur while instructions are executed in Thumb IF-THEN
|
H A D | trace.h | 180 TP_printk("guest executed wf%c at: 0x%08lx",
|
/linux-4.4.14/net/llc/ |
H A D | llc_c_ev.c | 5 * the actions associated with each being executed when that event is 10 * If a match is made, the actions associated with the event are executed 13 * number of 'event qualifier' functions must also be executed. If these 14 * all execute successfully, then the event is finally executed.
|
H A D | llc_if.c | 138 * connection until all ACTIONs have been completely executed llc_send_disc()
|
/linux-4.4.14/tools/perf/tests/ |
H A D | bp_signal.c | 48 * This should be executed only once during sig_handler()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | keys.c | 228 would have executed. hfi1_lkey_ok() 325 would have executed. hfi1_rkey_ok()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_keys.c | 206 would have executed. qib_lkey_ok() 305 would have executed. qib_rkey_ok()
|
/linux-4.4.14/drivers/nfc/ |
H A D | nfcsim.c | 427 * Because the wq is ordered and only 1 work item is executed at a time, nfcsim_wq_poll() 488 /* We need an ordered wq to ensure that poll_work items are executed nfcsim_init()
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
H A D | init.c | 241 * after the context switch (whenever it is executed) to fault - at 246 * a single FPU instruction being executed. If we eventually switch
|
/linux-4.4.14/security/integrity/ima/ |
H A D | ima_main.c | 282 * from being executed in deny_write_access() and an executable file, 285 * what is being executed.
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | ftrace.c | 67 * the code being modified is also being executed on another CPU 84 * If an NMI is executed, the first thing it does is to call
|
H A D | kgdb.c | 130 * so that returning will cause only a single instruction to be executed. 133 * instruction in the delay slot will be executed.
|
/linux-4.4.14/drivers/ata/ |
H A D | libata-acpi.c | 641 * 1 if command is executed successfully. 0 if ignored, rejected or 714 * @nr_executed: out parameter for the number of executed commands 722 * Number of executed taskfiles on success, 0 if _GTF doesn't exist. 813 * hasn't been executed yet. Error return from this function aborts 1007 /* refresh IDENTIFY page if any _GTF command has been executed */ ata_acpi_on_devcfg() 1033 /* We can safely continue if no _GTF command has been executed ata_acpi_on_devcfg()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap_hwmod.h | 582 * @pre_shutdown: ptr to fn to be executed immediately prior to device shutdown 583 * @reset: ptr to fn to be executed in place of the standard hwmod reset fn 584 * @enable_preprogram: ptr to fn to be executed during device enable 585 * @lock: ptr to fn to be executed to lock IP registers 586 * @unlock: ptr to fn to be executed to unlock IP registers 600 * executed in place of the standard hwmod _reset() code in
|
/linux-4.4.14/kernel/rcu/ |
H A D | srcu.c | 367 * is guaranteed to have executed a full memory barrier since the end of 371 * "func()" must have executed a memory barrier after the call_rcu() 470 * each CPU is guaranteed to have executed a full memory barrier since 474 * the return from synchronize_srcu() is guaranteed to have executed a 482 * to have executed a full memory barrier during the execution of
|
H A D | update.c | 573 * each CPU is guaranteed to have executed a full memory barrier since the 577 * the return from synchronize_rcu_tasks() is guaranteed to have executed 585 * to have executed a full memory barrier during the execution of 833 pr_info("RCU test callback executed %d\n", rcu_self_test_counter); test_callback()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | scu_task_context.h | 147 * queue. The task will NOT be executed if the TX is suspended for the remote 155 * This priority indicates that the task will be executed before all 157 * WILL be executed if the TX is suspended for the remote node.
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | kprobes.c | 107 * field can be patched and executed within the insn slot. s390_get_insn_slot() 292 * section and is executed with interrupts disabled. kprobe_reenter_check() 506 * was executed instead. resume_execution()
|
H A D | entry.S | 256 * are executed with interrupts enabled. 1055 # check if stpt has been executed 1062 0: # check if stmg has been executed 1156 0: # check if stck & stpt have been executed
|
/linux-4.4.14/drivers/usb/usbip/ |
H A D | stub_rx.c | 260 * interrupt context. If stub_complete() is executed stub_recv_cmd_unlink() 265 * is not executed. OK? stub_recv_cmd_unlink()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-bus.c | 131 * SAA_OK The function executed successfully. 316 * 0 The function executed successfully.
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2x00lib.h | 219 * be executed periodically until &rt2x00link_stop_tuner has 259 *be executed periodically until &rt2x00link_stop_watchdog has
|
/linux-4.4.14/include/acpi/ |
H A D | acexcep.h | 377 EXCEP_TXT("AE_CTRL_BREAK", "A Break has been executed"), 378 EXCEP_TXT("AE_CTRL_CONTINUE", "A Continue has been executed"),
|
/linux-4.4.14/drivers/staging/nvec/ |
H A D | nvec.h | 122 * @wq: The work queue in which @rx_work and @tx_work are executed
|
/linux-4.4.14/drivers/s390/char/ |
H A D | diag_ftp.c | 89 * @cmd: FTP command to be executed
|
/linux-4.4.14/drivers/mtd/ |
H A D | afs.c | 50 u32 address; /* Image is executed from here */
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 244 * executed. v4l2_async_notifier_unregister()
|
/linux-4.4.14/drivers/parisc/ |
H A D | power.c | 180 * executed any longer. This function then re-enables the
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.h | 98 * emode - This indicates the whether the command is to be executed in a
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-socfpga.c | 220 * a DMA reset. A DMA reset will "time out" if executed socfpga_dwmac_init()
|
/linux-4.4.14/drivers/dma/ |
H A D | ep93xx_dma.c | 814 * ep93xx_dma_tx_submit - set the prepared descriptor(s) to be executed 815 * @tx: descriptor to be executed 818 * is busy, queue the descriptor to be executed later on. Returns cookie which 1266 * hardware and executed.
|
H A D | fsldma.h | 162 * Descriptors which are currently being executed by the hardware
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
H A D | msm_rd.c | 87 * were executed). And read_lock synchronizes the reads
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | cacheflush.h | 157 * stored within this range of addresses can be executed by the CPU.
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | head.S | 206 * The following fragment of code is executed with the MMU on in MMU mode,
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | processor.h | 170 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 100 * In the worst case, we've just executed an ldq_u here from 0($7)
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | smp.c | 112 * The very first "C" code executed by secondary
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | irq.c | 206 executed by the associated break handler, rather than just a jump init_IRQ()
|
/linux-4.4.14/lib/ |
H A D | cpu_rmap.c | 250 * This is executed in workqueue context.
|
/linux-4.4.14/include/xen/ |
H A D | xenbus.h | 61 /* Callback (executed in a process context with no locks held). */
|
/linux-4.4.14/fs/proc/ |
H A D | fd.c | 290 * access /proc/self/fd after it has executed a setuid().
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | sched.h | 55 * callback to be executed after waking up
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 192 * hypervisor calls to be executed in real mode. So plpar_hcall_raw
|
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/ |
H A D | sleep.S | 28 * this code will be copied to on-chip memory and executed from there.
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | smp.c | 56 * Cause the function described by call_data to be executed on the passed
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | process.c | 240 * Do necessary setup to start up a newly executed thread.
|
/linux-4.4.14/arch/hexagon/kernel/ |
H A D | signal.c | 122 /* The on-stack signal trampoline is no longer executed; setup_rt_frame()
|
/linux-4.4.14/arch/m68k/atari/ |
H A D | time.c | 43 /* This is always executed with interrupts disabled. */ atari_gettimeoffset()
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
H A D | pci.c | 147 * If the instruction being executed was a read, ks8695_pci_fault()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | m66592-udc.h | 141 #define M66592_SADR 0x0040 /* b6: Set address executed interrupt */ 142 #define M66592_SCFG 0x0020 /* b5: Set configuration executed interrupt */
|
/linux-4.4.14/drivers/scsi/ |
H A D | aha1740.c | 442 will only be executed once in the code below. Even if this 445 processors. We print a warning if the code is executed more
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
H A D | ltc2978.c | 96 * LTC2978 clears peak data whenever the CLEAR_FAULTS command is executed, which 100 * "clear peak" command is executed for the sensor in question.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-scan.h | 408 * @last_schedule_line: last schedule line executed (fast or regular) 409 * @last_schedule_iteration: last scan iteration executed before scan abort
|
/linux-4.4.14/drivers/crypto/marvell/ |
H A D | cesa.h | 219 * to be executed. 451 * @prepare: prepare a request to be executed on the specified engine
|
/linux-4.4.14/block/ |
H A D | blk-flush.c | 15 * that the device cache should be flushed before the data is executed, and 21 * data or executed as normal requests otherwise.
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | signal.c | 373 executed. Ref: setup_rt_frame() 458 * return pointer so that the ble instruction gets executed again. check_syscallno_in_delay_branch()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | def_LPBlackfin.h | 212 * for each instruction executed 220 *instruction executed
|