/linux-4.1.27/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 45 con.execute(""" 52 con.execute(""" 94 con.execute("insert into gen_events values(?, ?, ?, ?)", 99 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", 123 count = con.execute("select count(*) from gen_events") 132 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)") 139 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun… 145 … dsoq = con.execute("select dso, count(dso) from gen_events group by dso order by -count(dso)") 156 count = con.execute("select count(*) from pebs_ll") 165 … commq = con.execute("select comm, count(comm) from pebs_ll group by comm order by -count(comm)") [all …]
|
/linux-4.1.27/scripts/gdb/linux/ |
D | symbols.py | 40 show_pagination = gdb.execute("show pagination", to_string=True) 42 gdb.execute("set pagination off") 52 gdb.execute("set pagination %s" % ("on" if pagination else "off")) 126 gdb.execute(cmdline, to_string=True) 143 gdb.execute("symbol-file", to_string=True) 144 gdb.execute("symbol-file vmlinux")
|
D | utils.py | 80 endian = gdb.execute("show endian", to_string=True) 120 target_arch = gdb.execute("show architecture", to_string=True) 137 return gdb.execute("monitor info version", to_string=True) != "" 143 thread_info = gdb.execute("info thread 2", to_string=True)
|
/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 107 execute("git reset --hard %s" % commit_a) 111 execute("git reset --hard %s" % commit_b) 128 execute("git reset --hard %s" % head) 138 def execute(cmd): function 150 stdout = execute("git status --porcelain") 159 stdout = execute("git rev-parse HEAD") 172 stdout = execute("git ls-files")
|
D | Kbuild.include | 217 # if_changed - execute command if any prerequisite is newer than 221 # if_changed_rule - as if_changed but execute rule instead 262 # and if so will execute $(rule_foo).
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | init.h | 11 u8 execute; member 19 int nvbios_init(struct nvkm_subdev *, bool execute);
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | bmi.c | 182 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute() 183 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute() 195 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute() 196 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute() 204 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute() 210 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
|
D | bmi.h | 102 } execute; member 152 } execute; member
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 181 char execute, name[128]; in parse_proc_maps() local 194 &start, &end, &execute, name); in parse_proc_maps() 198 if (execute != 'x') in parse_proc_maps()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_icache.h | 73 int (*execute)(struct xfs_inode *ip, int flags, void *args), 76 int (*execute)(struct xfs_inode *ip, int flags, void *args),
|
D | xfs_icache.c | 512 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_walk() 586 error = execute(batch[i], flags, args); in xfs_inode_ag_walk() 640 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator() 653 error = xfs_inode_ag_walk(mp, pag, execute, flags, args, -1); in xfs_inode_ag_iterator() 667 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_tag() 681 error = xfs_inode_ag_walk(mp, pag, execute, flags, args, tag); in xfs_inode_ag_iterator_tag()
|
D | xfs_qm.c | 65 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() 98 error = execute(batch[i], data); in xfs_qm_dquot_walk()
|
/linux-4.1.27/Documentation/ |
D | mono.txt | 4 To configure Linux to automatically execute Mono-based .NET binaries 8 This will allow you to execute Mono-based .NET binaries just like any 66 that the .exe file has execute permissions.
|
D | kernel-per-CPU-kthreads.txt | 52 1. Use irq affinity to force the irq threads to execute on 71 both kernel threads and interrupts to execute elsewhere. 121 forcing both kernel threads and interrupts to execute elsewhere. 127 kernel threads and interrupts to execute elsewhere. 146 to execute elsewhere. 158 to execute elsewhere. 238 CPUs that might execute within the kernel. 254 to execute on some other CPU.
|
D | java.txt | 7 You can execute Java applications and Java Applets just like any 364 Now simply chmod +x the .class, .jar and/or .html files you want to execute. 386 And then execute it: 390 To execute Java Jar files, simple chmod the *.jar files to include 395 To execute Java Applets, simple chmod the *.html files to include
|
D | dcdbas.txt | 34 Systems management software must perform the following steps to execute 60 Dell OpenManage performs the following steps to execute a power cycle or
|
D | efi-stub.txt | 32 the extension the EFI firmware loader will refuse to execute it. It's 33 not possible to execute bzImage.efi from the usual Linux file systems
|
D | coccinelle.txt | 182 will execute the following part of the SmPL script. 220 will execute the following part of the SmPL script. 264 will execute the following part of the SmPL script. 299 will execute the following part of the SmPL script.
|
D | binfmt_misc.txt | 51 in /usr/local/bin), then the kernel will execute /bin/foo with 53 interp has to be aware of this so it can execute /usr/local/bin/blah 59 the interpreter to execute non-readable binaries. This feature
|
D | initrd.txt | 119 needed to execute programs from initrd (e.g. executable format and file 145 Note that /sbin/init's permissions must include "x" (execute). 174 With LOADLIN, you simply execute
|
D | dell_rbu.txt | 96 Also after updating the BIOS image a user mode application needs to execute
|
D | pi-futex.txt | 68 (i.e. all critical sections are short in duration and only execute a
|
D | padata.txt | 20 The pcpumask describes which processors will be used to execute work
|
D | workqueue.txt | 25 describing which function to execute is put on a queue. An 85 Special purpose threads, called worker threads, execute the functions
|
D | iostats.txt | 34 On 2.4 you might execute "grep 'hda ' /proc/partitions". On 2.6, you have
|
D | rtc.txt | 192 state until it's time to execute some scheduled tasks.
|
D | this_cpu_ops.txt | 23 sort of relaxed atomicity guarantees. The x86, for example, can execute
|
D | unshare.txt | 281 about 10 threads. Have a couple of threads execute execve,
|
D | memory-hotplug.txt | 86 phases can be execute in seamless way.)
|
D | cachetlb.txt | 370 When the kernel stores into addresses that it will execute
|
D | 00-INDEX | 329 - how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
|
D | xillybus.txt | 195 which execute the DMA-related operations on the bus.
|
D | atomic_ops.txt | 437 They must execute atomically, yet there are no implicit memory barrier
|
D | memory-barriers.txt | 1876 execute the unlock operation (which preceded the lock operation 2614 This means that it must be considered that the CPU will execute its instruction 2676 The CPU core may execute instructions in any order it deems fit, provided the 2872 given the following piece of code to execute:
|
D | pinctrl.txt | 563 the pin controller driver to execute different settings.
|
D | kernel-parameters.txt | 599 any implied execute protection). 1450 initcall_blacklist= [KNL] Do not execute a comma-separated list of
|
/linux-4.1.27/scripts/gdb/ |
D | vmlinux-gdb.py | 20 gdb.execute("", to_string=True)
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | atom.c | 698 int execute = 0, target = U16(*ptr); in atom_op_jump() local 704 execute = ctx->ctx->cs_above; in atom_op_jump() 707 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump() 710 execute = 1; in atom_op_jump() 713 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump() 716 execute = !ctx->ctx->cs_above; in atom_op_jump() 719 execute = ctx->ctx->cs_equal; in atom_op_jump() 722 execute = !ctx->ctx->cs_equal; in atom_op_jump() 726 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump() 728 if (execute) { in atom_op_jump()
|
/linux-4.1.27/tools/build/ |
D | Build.include | 58 # if_changed_dep - execute command if any prerequisite is newer than 67 # if_changed - execute command if any prerequisite is newer than
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dport.c | 61 .execute = 1, in dp_set_link_config() 270 .execute = 1, in dp_link_train_init() 296 .execute = 1, in dp_link_train_fini()
|
D | gf110.c | 862 .execute = 1, in exec_script() 923 .execute = 1, in exec_clkcmp() 953 .execute = 1, in gf110_disp_intr_unk2_0()
|
D | nv50.c | 1489 .execute = 1, in exec_script() 1576 .execute = 1, in exec_clkcmp() 1618 .execute = 1, in nv50_disp_intr_unk20_0()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 16 trigger to execute the SPM state machine. The SPM state machine waits for the 23 configured to execute this state by default and after executing every other 29 registers active. The SPM should be configured to execute the retention
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | debugfs-olpc | 10 To execute a command, write data with the format: CC:N A A A A
|
D | sysfs-c2port | 65 The /sys/class/c2port/c2portX/flash_erase file execute 80 The /sys/class/c2port/c2portX/reset file execute a "reset"
|
/linux-4.1.27/Documentation/filesystems/ |
D | adfs.txt | 26 (In older versions, an 'execute' permission did exist, but this 27 does not hold the same meaning as the Linux 'execute' permission
|
D | jfs.txt | 36 directories, the execute bit will be set if the corresponding
|
D | exofs.txt | 149 * Async OSD operations are used whenever possible, but the target may execute 152 operations should execute in the order written, and we need to prevent them
|
D | affs.txt | 203 You cannot execute programs on an OFS (Old File System), since the
|
D | mandatory-locking.txt | 70 bit in its file mode but removing the group-execute bit. This is an otherwise
|
D | romfs.txt | 171 boundary, it is currently possibly suboptimal to read or execute files
|
D | spufs.txt | 285 spu_run - execute an spu context 342 0x20 SPU has tried to execute an invalid instruction.
|
D | vfat.txt | 124 showexec -- If set, the execute permission bits of the file will be
|
D | sharedsubtree.txt | 635 at this point if we execute the following command
|
D | proc.txt | 366 x = execute 455 me - may execute
|
D | xfs-delayed-logging-design.txt | 451 using the existing log force mechanisms to execute synchronous forces.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 59 return (init->execute == 1) || ((init->execute & 5) == 5); in init_exec() 65 if (exec) init->execute &= 0xfd; in init_exec_set() 66 else init->execute |= 0x02; in init_exec_set() 72 init->execute ^= 0x02; in init_exec_inv() 78 if (exec) init->execute |= 0x04; in init_exec_force() 79 else init->execute &= 0xfb; in init_exec_force() 2208 nvbios_init(struct nvkm_subdev *subdev, bool execute) in nvbios_init() argument 2215 if (execute) in nvbios_init() 2224 .execute = execute ? 1 : 0, in nvbios_init() 2240 .execute = execute ? 1 : 0, in nvbios_init()
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 161 (1) The callbacks are mutually exclusive (e.g. it is forbidden to execute 169 devices (i.e. the PM core will only execute ->runtime_idle() or 179 PM core will only execute ->runtime_resume() for the devices the runtime 186 to execute it, ->runtime_idle() will not be executed for the same device. 188 * A request to execute or to schedule the execution of ->runtime_suspend() 189 will cancel any pending requests to execute ->runtime_idle() for the same 193 to execute it, the other callbacks will not be executed for the same device. 195 * A request to execute ->runtime_resume() will cancel any pending or 196 scheduled requests to execute the other callbacks for the same device, 311 - execute the subsystem-level idle callback for the device; returns an [all …]
|
D | suspend-and-interrupts.txt | 28 of resuming devices (that is, before starting to execute ->resume_early
|
D | pci.txt | 171 by the device in this state using their _ON control methods and (2) execute the 296 device power management and they, in turn, execute power management callbacks 662 respectively, but they execute the device driver's pm->restore_noirq() and 735 the PCI subsystem will not execute either pci_prepare_to_sleep(), or
|
D | devices.txt | 286 which callback to execute in the given phase: 308 execute the corresponding method from dev->driver->pm instead if there is one.
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 33 HDIO_TRISTATE_HWIF execute a channel tristate 34 HDIO_DRIVE_RESET execute a device reset 35 HDIO_DRIVE_TASKFILE execute raw taskfile 36 HDIO_DRIVE_TASK execute task and special drive command 37 HDIO_DRIVE_CMD execute a special drive command 491 HDIO_TRISTATE_HWIF execute a channel tristate 497 HDIO_DRIVE_RESET execute a device reset 524 HDIO_DRIVE_TASKFILE execute raw taskfile 729 HDIO_DRIVE_CMD execute a special drive command 792 HDIO_DRIVE_TASK execute task and special drive command
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 45 to execute some other operation. 98 doesn't support SMBus block transfers is asked to execute 103 Similarly, if an I2C adapter can't execute all legal I2C
|
D | smbus-protocol | 23 single data byte, the functions using SMBus protocol operation names execute
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig.debug | 19 If you say Y here the kernel will execute a list of misaligned memory 28 execute a callback function. register_kprobe() establishes
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 194 and hit ENTER to execute them. 231 execute the command: 254 the fly. To change to saving the last 100 commands, execute the 261 to execute the commands mkdir foobar and cd foobar immediately when you 262 hit PF24. Want to see the command line first, before you execute it?
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 97 bool execute; member
|
D | nouveau_bios.c | 46 bool execute; member 2050 if (bios->execute) { in nouveau_run_vbios_init() 2097 bios->execute = false; in nouveau_bios_init() 2103 bios->execute = true; in nouveau_bios_init() 2119 bios->execute = true; in nouveau_bios_init()
|
/linux-4.1.27/arch/mips/kvm/ |
D | 00README.txt | 9 (2) Both Guest kernel and Guest Userspace execute in UM.
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 99 bool "Enable symbolic links and execute flags" 102 This enables the use of symbolic links and an execute permission
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv50.c | 135 .execute = 1, in nv50_devinit_init()
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 11 3.4 When does the operation execute? 77 has been queued to execute asynchronously. Descriptors are recycled 90 3.4 When does the operation execute?
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 180 .execute = 1, in nouveau_bios_run_init_table()
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Brutus | 18 But prior to execute the kernel, a ramdisk image must also be loaded in
|
D | Itsy | 17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 21 dir where udev can execute it, most likely /etc/udev/scripts/
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 146 .execute = 1, in nv40_ram_prog()
|
D | ramgk104.c | 1347 .execute = 1, in gk104_ram_init()
|
/linux-4.1.27/Documentation/xtensa/ |
D | mmu.txt | 32 that corresponds to next instruction to execute in this code.
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 251 processes can execute altivec instructions. 268 processes can execute VSX instructions. 325 'spe enable' bit so user processes can execute SPE instructions.
|
/linux-4.1.27/arch/ |
D | Kconfig | 44 execute a callback function. register_kprobe() establishes 55 conditions even cheaper to execute within the kernel. 64 nop will be converted to a jump instruction to execute the 483 Architecture doesn't only execute the irq handler on the irq stack
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 170 specify read and execute access. Labels are limited to 23 182 specify read and execute access. 360 execute, write, and occasionally append. There are a few cases where the 373 2. A read or execute access requested by a task labeled "^" 375 3. A read or execute access requested on an object labeled "_" 408 x: indicates that execute access should be granted. 448 search a directory requires execute access. Creating a file with write access 618 whether the process has execute access to the program.
|
D | credentials.txt | 123 ('read', 'write' and 'execute' - whatever those map to for the object 191 execve(), especially when a binary is executed that will execute as UID 0.
|
D | keys.txt | 1375 To create a new key, the kernel will attempt to execute the following command
|
/linux-4.1.27/Documentation/misc-devices/ |
D | c2port.txt | 88 after writing you have to reset the device to execute the new code:
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | isp.doc | 105 would simply execute a "bra" or "jmp" that jumped to the selected function 109 exception (vector #61), the operating system should execute something
|
D | TEST.DOC | 92 routine would simply execute a "bsr" or "jsr" that jumped to the selected 96 itest.sa data and execute something similar to:
|
D | fpsp.doc | 97 would simply execute a "bra" or "jmp" that jumped to the selected function 101 (vector #11), the operating system should execute something similar to:
|
D | fskeleton.S | 61 | simply execute an "rte" as with the sample code below.
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 72 Say Y here if you want to execute interpreted scripts starting with 138 Say Y here if you want to be able to execute Linux/Intel ELF
|
/linux-4.1.27/arch/c6x/lib/ |
D | divremu.S | 25 ;; to the, and the number of times we have to execute subc.
|
D | divu.S | 42 ;; to the, and the number of times we have to execute subc.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 78 execute HLT instruction once it has busy-waited for more than a threshold
|
D | mmu.txt | 155 Inherited guest access permissions in the form uwx. Note execute 353 the kernel may now execute it. We handle this by also setting spte.nx.
|
D | timekeeping.txt | 515 which may execute instructions out of order. Such execution is called
|
D | api.txt | 2533 and execute guest code when KVM_RUN is called.
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 297 int (*execute)(struct x86_emulate_ctxt *ctxt); member
|
/linux-4.1.27/Documentation/hwmon/ |
D | max16065 | 68 read commands) as request to execute the command in question. This may result in
|
D | zl6100 | 82 commands) as request to execute the command in question. Unless write accesses
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 50 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 26 To collect a raw text trace, execute following steps. 332 Then, execute a loop similar to the one written in pseudo-code below: 352 Thus, the main idea is to execute only one ioctl per N events.
|
D | rio.txt | 107 (you may need to execute `depmod -a` to update the module
|
D | URB.txt | 18 - An URB consists of all relevant information to execute any USB transaction
|
/linux-4.1.27/Documentation/phy/ |
D | samsung-usb2.txt | 25 of the PHY module. Depending on which SoC was chosen they execute SoC
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 120 execute.
|
/linux-4.1.27/arch/cris/arch-v32/mm/ |
D | mmu.S | 48 orq \ex << 1, $r13 ; execute?
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 13 ability to execute syscalls when running on 64-bit kernels.
|
D | boot.txt | 1063 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS 1101 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu.txt | 21 shared memory, or (on CPUs other than Alpha) execute any memory
|
D | checklist.txt | 355 RCU callback will execute on some surviving CPU. (If this was 408 readers will execute safely.
|
D | rcubarrier.txt | 312 the first rcu_barrier_callback() can possibly execute, in turn
|
D | stallwarn.txt | 141 handlers are no longer able to execute on this CPU. This can happen if
|
D | torture.txt | 85 The number of seconds between each attempt to execute a
|
D | RTFP.txt | 205 order, the updater need only execute a memory-barrier instruction, 2642 the read-side traveral order, the updater need only execute a
|
D | whatisRCU.txt | 956 become blocking locks, and all irq handlers execute in
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 100 root to do this. It's better to use a utility like sudo to execute 158 4.) I can't execute the /etc/ppp/ppp@gi-on file.
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 95 To insert the module with the default allocation execute the following 118 In order to remove the driver module execute the following command: 124 execute: 479 A: The user profile you are using to execute kermit probably doesn't have
|
/linux-4.1.27/security/selinux/ |
D | Kconfig | 86 kernel (including any implied execute for read-implies-exec) for
|
/linux-4.1.27/Documentation/frv/ |
D | gdbstub.txt | 59 Then build as usual, download to the board and execute. Note that if
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 138 directory. e.g. /moxa. The execute commands as below. 260 3.4.4 For the above description, you may manually execute 270 rc.mxser, please try to execute "/moxa/mxser/driver/rc.mxser"
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 70 onoff_interval The number of seconds between each attempt to execute a
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 593 and the task is only allowed to execute a few safe syscalls 750 will only be able to execute AArch32 binaries that were compiled with 753 If you want to execute 32-bit userspace applications, say Y.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11628 fmul.x FP_SCR0(%a6),%fp0 # execute multiply 11668 fmul.x FP_SCR0(%a6),%fp0 # execute multiply 13325 # here. For norms, load the rounding mode/prec, execute a "fintrz", # 13346 fintrz.x SRC(%a0),%fp0 # execute fintrz 13999 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14026 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14075 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14373 fsgldiv.x FP_SCR0(%a6),%fp0 # execute divide 14430 fsgldiv.x FP_SCR0(%a6),%fp0 # execute sgl divide 14460 fsgldiv.x FP_SCR0(%a6),%fp1 # execute sgl divide [all …]
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 237 It is also possible to execute the command asynchronously using this API: 252 to also execute other commands (for example, handling the
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | get_op.S | 616 | ;re-execute the inst. without taking
|
D | decbin.S | 13 | Speed: The program decbin takes ??? cycles to execute.
|
D | fpsp.h | 48 | On exit, the handlers execute:
|
D | res_func.S | 1968 | the 040 uses the dtag to execute the correct microcode.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 567 // execute a single list entry 583 // disable the mmio list now, we don't need/want to execute it again
|
D | com.fuc | 172 // mmctx_xfer - execute a list of mmio transfers
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 212 int (*execute)(struct x86_emulate_ctxt *ctxt); member 3747 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } 3750 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3752 { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \ 4658 ctxt->execute = opcode.u.execute; in x86_decode_insn() 4968 if (ctxt->execute) { in x86_emulate_insn() 4970 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn() 4976 rc = ctxt->execute(ctxt); in x86_emulate_insn()
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 124 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 336 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 91 e. osd_execute_request() may be called to execute the request via the block
|
D | ChangeLog.ncr53c8xx | 272 are claimed by the manuals to be able to execute SCSI scripts just
|
D | scsi_mid_low_api.txt | 1047 * execute the command's scsi_done callback at any time.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 381 // execute the opcode handler
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 102 Dry run. With this option, --add and --del doesn't execute actual
|
D | perf-record.txt | 50 Access is the memory access type (read, write, execute) it can
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 232 exe_q_execute execute; member
|
D | bnx2x_sp.c | 70 o->execute = exec; in bnx2x_exe_queue_init() 221 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 86 CPU being able to execute normal code again. If not specified, this is assumed 309 able to execute normal code again. If omitted,
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 155 if (!wait_for_completion_interruptible_timeout(...)) would execute the same
|
D | sched-design-CFS.txt | 36 p->se.vruntime value --- i.e., tasks would execute simultaneously and no task
|
D | sched-deadline.txt | 142 the fraction of CPU time needed to execute the task.
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 216 If any CPU in the system does not execute the period local timer
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 191 command line. This will execute all matching early_param() callbacks.
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 107 Similarly, one could execute a shell and exit it as desired to get a report
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 157 The kernel is able to execute binaries directly off of the cdrom,
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 183 file exists and the kernel can execute it, root filesystem related
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 208 privilege levels or is execute only will not be dumped.
|
D | kernel.txt | 598 unexpectedly take too long to execute, the NMIs can become 600 allowed to execute.
|
D | vm.txt | 751 Any subsequent attempts to execute a command will result in
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 110 Fsyscall handlers can execute with very little overhead, but with that
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 174 execute callback functions directly from the next event interrupt handler. This
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 248 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 662 allowed to execute a few safe syscalls defined by each seccomp
|
/linux-4.1.27/drivers/input/tablet/ |
D | aiptek.c | 1609 static DEVICE_ATTR(execute,
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 284 to indicate that enumeration is completed and agents are allowed to execute
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 380 The extra verbs to execute at initialization. You can add a verb by 733 codec directly. You can execute a raw HD-audio codec verb with this.
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 626 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 426 The following conditions will execute a crash trigger point:
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 321 // depending on dispatch flags: execute method, or save data as state
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 244 cut to a file and execute:
|
D | README.DAC960 | 350 is typically used to execute configuration commands. The configuration
|
/linux-4.1.27/ |
D | README | 77 (linux-4.X) and execute:
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1622 to execute a legacy ABI binary then the result will be 1745 and the task is only allowed to execute a few safe syscalls 1831 Say Y here if you intend to execute your compressed kernel image
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 325 directly execute binaries off the CDROM in that case.)
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 210 button; it will still execute a hard reset if the button is held
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 705 Say Y here to execute BPF code on packets. The BPF code will decide
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 471 example, if you were to execute the punc3 command at your shell prompt, 834 enter key to execute the command. 1131 whether it is run from the root account. If you execute speakupconf as
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 693 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1181 cmd_<command> - the command to execute
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2639 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 418 * Don't bother downloading new SCBs to execute
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1711 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2546 process execute, e.g. calling a function
|