Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 80) sorted by relevance

1234

/linux-3.4.99/arch/alpha/lib/
Dev6-copy_user.S75 EXI( ldbu $1,0($7) ) # .. .. .. L : Keep loads separate from stores
127 EXI ( ldbu $2,0($7) ) # .. .. .. L : No loads in the same quad
214 EXI ( ldbu $2,0($7) ) # .. .. .. L : No loads in the same quad
/linux-3.4.99/include/linux/
Dsysinfo.h9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
/linux-3.4.99/arch/mips/include/asm/
Dfpu_emulator.h34 local_t loads; member
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Ddma.h149 unsigned long loads; member
/linux-3.4.99/arch/mips/cavium-octeon/
DKconfig23 bool "Enable hardware fixups of unaligned loads and stores"
26 Configure the Octeon hardware to automatically fix unaligned loads
/linux-3.4.99/Documentation/
Dmemory-barriers.txt143 perceived by the loads made by another CPU in the same order as the stores were
205 (*) Overlapping loads and stores within a particular CPU will appear to be
227 (*) It _must_not_ be assumed that independent loads and stores will be issued
276 deferral and combination of memory operations; speculative loads; speculative
295 to have any effect on loads.
308 where two loads are performed such that the second depends on the result
314 A data dependency barrier is a partial ordering on interdependent loads
315 only; it is not required to have any effect on stores, independent loads
316 or overlapping loads.
324 touched by the load will be perceptible to any loads issued after the data
[all …]
/linux-3.4.99/kernel/
Dcompat.c1163 u32 loads[3]; member
1208 __put_user (s.loads[0], &info->loads[0]) || in compat_sys_sysinfo()
1209 __put_user (s.loads[1], &info->loads[1]) || in compat_sys_sysinfo()
1210 __put_user (s.loads[2], &info->loads[2]) || in compat_sys_sysinfo()
/linux-3.4.99/kernel/debug/kdb/
Dkdb_main.c2541 val->loads[0] = avenrun[0]; in kdb_sysinfo()
2542 val->loads[1] = avenrun[1]; in kdb_sysinfo()
2543 val->loads[2] = avenrun[2]; in kdb_sysinfo()
2592 LOAD_INT(val.loads[0]), LOAD_FRAC(val.loads[0]), in kdb_summary()
2593 LOAD_INT(val.loads[1]), LOAD_FRAC(val.loads[1]), in kdb_summary()
2594 LOAD_INT(val.loads[2]), LOAD_FRAC(val.loads[2])); in kdb_summary()
/linux-3.4.99/Documentation/ABI/testing/
Devm22 patch, which loads the trusted/encrypted key and enables
/linux-3.4.99/Documentation/sound/oss/
Dultrasound5 This loads the driver for the Gravis Ultrasound family of sound cards.
DSoundblaster5 This loads the driver for the Sound Blaster and assorted clones. Cards that
/linux-3.4.99/arch/powerpc/lib/
Dmemcpy_64.S87 ld r9,0(r4) # 3+2n loads, 2+2n stores
99 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/linux-3.4.99/Documentation/ABI/stable/
Dvdso1 On some architectures, when the kernel loads any userspace program it
/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c283 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
324 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
669 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu()
758 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu()
1403 FPU_STAT_CREATE(loads); in debugfs_fpuemu()
/linux-3.4.99/drivers/usb/misc/
DKconfig11 This driver loads firmware to Emagic EMI 6|2m low latency USB
26 This driver loads firmware to Emagic EMI 2|6 low latency USB
226 This driver loads firmware for USB Apple iSight cameras, allowing
/linux-3.4.99/tools/perf/util/
Dparse-events.l89 load|loads|read |
/linux-3.4.99/Documentation/fb/
Dpvr2fb.txt46 XFree under high loads if write combining is enabled (sound
/linux-3.4.99/Documentation/input/
Dbcm5974.txt29 The driver loads automatically for the supported usb device ids, and
/linux-3.4.99/arch/cris/boot/rescue/
Dhead_v10.S78 ;; The length is enough for downloading code that loads the rest
80 ;; It is the same length as the on-chip ROM loads, so the same
/linux-3.4.99/Documentation/networking/
Dframerelay.txt28 any board specific configuration. The Sangoma module of fradcfg loads the
/linux-3.4.99/drivers/staging/tidspbridge/
DKconfig46 When the DSP processes data, the DSP cache controller loads 128-Byte
/linux-3.4.99/Documentation/block/
Ddeadline-iosched.txt65 back merges are much more common than front merges. For some work loads, you
/linux-3.4.99/Documentation/scsi/
Dmegaraid.txt32 solution. modprobe automatically loads dependent modules, so users
/linux-3.4.99/tools/perf/Documentation/
Dperf-list.txt77 . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc.
/linux-3.4.99/Documentation/cpu-freq/
Dpcc-cpufreq.txt129 When the driver loads, it merely prints the lowest and the highest CPU
132 The PCC driver loads with a message such as:

1234