/linux-3.4.99/arch/alpha/lib/ |
D | ev6-copy_user.S | 75 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/ |
D | sysinfo.h | 9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
|
/linux-3.4.99/arch/mips/include/asm/ |
D | fpu_emulator.h | 34 local_t loads; member
|
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/ |
D | dma.h | 149 unsigned long loads; member
|
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | Kconfig | 23 bool "Enable hardware fixups of unaligned loads and stores" 26 Configure the Octeon hardware to automatically fix unaligned loads
|
/linux-3.4.99/Documentation/ |
D | memory-barriers.txt | 143 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/ |
D | compat.c | 1163 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/ |
D | kdb_main.c | 2541 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/ |
D | evm | 22 patch, which loads the trusted/encrypted key and enables
|
/linux-3.4.99/Documentation/sound/oss/ |
D | ultrasound | 5 This loads the driver for the Gravis Ultrasound family of sound cards.
|
D | Soundblaster | 5 This loads the driver for the Sound Blaster and assorted clones. Cards that
|
/linux-3.4.99/arch/powerpc/lib/ |
D | memcpy_64.S | 87 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/ |
D | vdso | 1 On some architectures, when the kernel loads any userspace program it
|
/linux-3.4.99/arch/mips/math-emu/ |
D | cp1emu.c | 283 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/ |
D | Kconfig | 11 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/ |
D | parse-events.l | 89 load|loads|read |
|
/linux-3.4.99/Documentation/fb/ |
D | pvr2fb.txt | 46 XFree under high loads if write combining is enabled (sound
|
/linux-3.4.99/Documentation/input/ |
D | bcm5974.txt | 29 The driver loads automatically for the supported usb device ids, and
|
/linux-3.4.99/arch/cris/boot/rescue/ |
D | head_v10.S | 78 ;; 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/ |
D | framerelay.txt | 28 any board specific configuration. The Sangoma module of fradcfg loads the
|
/linux-3.4.99/drivers/staging/tidspbridge/ |
D | Kconfig | 46 When the DSP processes data, the DSP cache controller loads 128-Byte
|
/linux-3.4.99/Documentation/block/ |
D | deadline-iosched.txt | 65 back merges are much more common than front merges. For some work loads, you
|
/linux-3.4.99/Documentation/scsi/ |
D | megaraid.txt | 32 solution. modprobe automatically loads dependent modules, so users
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-list.txt | 77 . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc.
|
/linux-3.4.99/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 129 When the driver loads, it merely prints the lowest and the highest CPU 132 The PCC driver loads with a message such as:
|