Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 150) sorted by relevance

123456

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.c45 bool execute; member
469 if (dev_priv->vbios.execute) { in bios_wr32()
528 if (bios->execute && dev_priv->card_type < NV_50) { in bios_idxprt_wr()
535 if (bios->execute) { in bios_idxprt_wr()
579 if (!bios->execute) in bios_port_wr()
701 if (!dev_priv->vbios.execute) in nv50_pll_set()
731 if (bios->execute) { in setPLL()
854 if (!iexec->execute) in init_io_restrict_prog()
954 if (!iexec->execute) in init_io_restrict_pll()
1042 if (!iexec->execute) in init_copy()
[all …]
/linux-3.4.99/Documentation/
Dmono.txt4 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.
Djava.txt7 You can execute Java applications and Java Applets just like any
356 Now simply chmod +x the .class, .jar and/or .html files you want to execute.
378 And then execute it:
382 To execute Java Jar files, simple chmod the *.jar files to include
387 To execute Java Applets, simple chmod the *.html files to include
Ddcdbas.txt34 Systems management software must perform the following steps to execute
60 Dell OpenManage performs the following steps to execute a power cycle or
Dcoccinelle.txt154 will execute the following part of the SmPL script.
192 will execute the following part of the SmPL script.
236 will execute the following part of the SmPL script.
271 will execute the following part of the SmPL script.
/linux-3.4.99/drivers/gpu/drm/radeon/
Datom.c698 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-3.4.99/fs/xfs/
Dxfs_sync.h48 int (*execute)(struct xfs_inode *ip, struct xfs_perag *pag, int flags),
Dxfs_sync.c104 int (*execute)(struct xfs_inode *ip, in xfs_inode_ag_walk()
168 error = execute(batch[i], pag, flags); in xfs_inode_ag_walk()
196 int (*execute)(struct xfs_inode *ip, in xfs_inode_ag_iterator()
208 error = xfs_inode_ag_walk(mp, pag, execute, flags); in xfs_inode_ag_iterator()
/linux-3.4.99/Documentation/ABI/testing/
Ddebugfs-olpc10 To execute a command, write data with the format: CC:N A A A A
Dsysfs-c2port65 The /sys/class/c2port/c2portX/flash_erase file execute
80 The /sys/class/c2port/c2portX/reset file execute a "reset"
/linux-3.4.99/Documentation/filesystems/
Dadfs.txt26 (In older versions, an 'execute' permission did exist, but this
27 does not hold the same meaning as the Linux 'execute' permission
Djfs.txt35 directories, the execute bit will be set if the corresponding
/linux-3.4.99/Documentation/ioctl/
Dhdio.txt33 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-3.4.99/arch/
DKconfig44 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
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddynamic_loader.h471 int (*execute) (struct dynamic_loader_initialize *thisptr, member
/linux-3.4.99/Documentation/i2c/
Dfault-codes45 to execute some other operation.
101 doesn't support SMBus block transfers is asked to execute
106 Similarly, if an I2C adapter can't execute all legal I2C
/linux-3.4.99/Documentation/power/
Druntime_pm.txt154 (1) The callbacks are mutually exclusive (e.g. it is forbidden to execute
162 devices (i.e. the PM core will only execute ->runtime_idle() or
172 PM core will only execute ->runtime_resume() for the devices the runtime
179 to execute it, ->runtime_idle() will not be executed for the same device.
181 * A request to execute or to schedule the execution of ->runtime_suspend()
182 will cancel any pending requests to execute ->runtime_idle() for the same
186 to execute it, the other callbacks will not be executed for the same device.
188 * A request to execute ->runtime_resume() will cancel any pending or
189 scheduled requests to execute the other callbacks for the same device,
304 - execute the subsystem-level idle callback for the device; returns 0 on
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c182 static int execute(struct dynamic_loader_initialize *this, ldr_addr start);
459 zl_lib->init.dl_init.execute = execute; in dbll_load()
583 zl_lib->init.dl_init.execute = execute; in dbll_open()
1319 static int execute(struct dynamic_loader_initialize *this, ldr_addr start) in execute() function
/linux-3.4.99/arch/mn10300/
DKconfig.debug23 If you say Y here the kernel will execute a list of misaligned memory
32 execute a callback function. register_kprobe() establishes
/linux-3.4.99/Documentation/s390/
D3270.txt194 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-3.4.99/fs/ncpfs/
DKconfig99 bool "Enable symbolic links and execute flags"
102 This enables the use of symbolic links and an execute permission
/linux-3.4.99/scripts/
DKbuild.include192 # if_changed - execute command if any prerequisite is newer than
196 # if_changed_rule - as if_changed but execute rule instead
235 # and if so will execute $(rule_foo).
/linux-3.4.99/fs/ext2/
DKconfig47 bool "Ext2 execute in place support"
/linux-3.4.99/Documentation/arm/SA1100/
DBrutus18 But prior to execute the kernel, a ramdisk image must also be loaded in
/linux-3.4.99/arch/powerpc/platforms/
DKconfig.cputype212 processes can execute altivec instructions.
229 processes can execute VSX instructions.
282 'spe enable' bit so user processes can execute SPE instructions.

123456