/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 9 - Identify average reaction time of a governor to CPU load changes 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 38 load=25000 41 This part of the configuration file will create 25ms load/sleep turns, 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 69 100% CPU load (load) | 0 % CPU load (sleep) | round 76 In round 1, ondemand should have rather static 50% load and probably [all …]
|
D | benchmark.c | 45 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace() argument 54 printf("calibrating load of %lius, please wait...\n", load); in calculate_timespace() 66 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace() 101 load_time = config->load; in start_benchmark() 105 total_time += _round * (config->sleep + config->load); in start_benchmark()
|
D | system.c | 148 (config->load + config->load_step * round) + in prepare_user() 149 (config->load + config->load_step * round * 4); in prepare_user()
|
D | main.c | 110 sscanf(optarg, "%li", &config->load); in main() 182 config->load, in main()
|
D | example.cfg | 2 load = 50000
|
D | parse.c | 130 config->load = 500000; in prepare_default_config() 190 sscanf(val, "%li", &config->load); in prepare_config()
|
D | parse.h | 24 long load; /* load time in µs */ member
|
/linux-4.4.14/arch/mips/sibyte/ |
D | Platform | 37 load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 38 load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 39 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 40 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 41 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 42 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 43 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 44 load-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
|
/linux-4.4.14/drivers/watchdog/ |
D | sp805_wdt.c | 81 u64 load, rate; in wdt_setload() local 91 load = div_u64(rate, 2) * timeout - 1; in wdt_setload() 93 load = (load > LOAD_MAX) ? LOAD_MAX : load; in wdt_setload() 94 load = (load < LOAD_MIN) ? LOAD_MIN : load; in wdt_setload() 97 wdt->load_val = load; in wdt_setload() 99 wdd->timeout = div_u64((load + 1) * 2 + (rate / 2), rate); in wdt_setload() 109 u64 load, rate; in wdt_timeleft() local 114 load = readl_relaxed(wdt->base + WDTVALUE); in wdt_timeleft() 118 load += wdt->load_val + 1; in wdt_timeleft() 121 return div_u64(load, rate); in wdt_timeleft()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_dev.c | 507 struct genwqe_bitstream *load) in do_flash_update() argument 522 if ((load->size & 0x3) != 0) in do_flash_update() 525 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0) in do_flash_update() 529 switch ((char)load->partition) { in do_flash_update() 543 buf = (u8 __user *)load->data_addr; in do_flash_update() 548 blocks_to_flash = load->size / FLASH_BLOCK; in do_flash_update() 549 while (load->size) { in do_flash_update() 556 tocopy = min_t(size_t, load->size, FLASH_BLOCK); in do_flash_update() 586 req->__asiv[24] = load->uid; in do_flash_update() 590 *(__be64 *)&req->__asiv[88] = cpu_to_be64(load->slu_id); in do_flash_update() [all …]
|
/linux-4.4.14/arch/mips/vr41xx/ |
D | Platform | 11 load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 17 load-$(CONFIG_IBM_WORKPAD) += 0xffffffff80004000 22 load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 27 load-$(CONFIG_VICTOR_MPC30X) += 0xffffffff80001000 32 load-$(CONFIG_ZAO_CAPCELLA) += 0xffffffff80000000
|
/linux-4.4.14/include/trace/events/ |
D | thermal.h | 82 TP_PROTO(const struct cpumask *cpus, unsigned long freq, u32 *load, 85 TP_ARGS(cpus, freq, load, load_len, dynamic_power, static_power), 90 __dynamic_array(u32, load, load_len) 100 memcpy(__get_dynamic_array(load), load, 101 load_len * sizeof(*load)); 109 __print_array(__get_dynamic_array(load), __entry->load_len, 4), 149 __field(u32, load ) 157 __entry->load = (100 * status->busy_time) / status->total_time; 164 __entry->load, __entry->dynamic_power, __entry->static_power)
|
D | kvm.h | 234 TP_PROTO(int load), 235 TP_ARGS(load), 238 __field( u32, load ) 242 __entry->load = load; 245 TP_printk("%s", __print_symbolic(__entry->load, kvm_fpu_load_symbol))
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | Makefile | 8 load-y := 0 10 mmcif-load-$(CONFIG_CPU_SUBTYPE_SH7724) := 0xe5200000 # ILRAM 12 load-$(CONFIG_ROMIMAGE_MMCIF) := $(mmcif-load-y) 15 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \
|
/linux-4.4.14/arch/mips/ralink/ |
D | Platform | 10 load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000 16 load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 22 load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 28 load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000
|
/linux-4.4.14/Documentation/isdn/ |
D | README.avmb1 | 24 You need at least /dev/capi20 to load the firmware. 41 if you configure as modules load the modules this way: 49 if you have an B1-PCI card load the module b1pci.o 51 and load the firmware with 52 avmcapictrl load /lib/isdn/b1.t4 1 54 if you have an B1-ISA card load the module b1isa.o 57 and load the firmware by calling 58 avmcapictrl load /lib/isdn/b1.t4 1 60 if you have an T1-ISA card load the module t1isa.o 63 and load the firmware by calling [all …]
|
D | README.pcbit | 11 distributed (and copyrighted) by the manufacturer. To load this 20 allow you to load the firmware after a hard reset.
|
D | README.hfc-pci | 24 at the hisax module load command line. Supply the load command with the desired
|
D | README.hysdn | 71 If you are using the CAPI 2.0-interface, make sure to load/modprobe the 74 If you plan to use the capidrv-link to isdn4linux, make sure to load 104 0 -> card has not been booted since driver load 163 0x00000010 Firmware load start and close are logged
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 98 | These routines load forced values into fp0. They are called 110 bsr ld_mzero |if neg, load neg zero, return here 118 bne ld_mzero |if neg, load neg zero 119 bra ld_pzero |load positive zero 310 beq ld_pzero |if pos then load +0 311 bra ld_mzero |else neg load -0 448 leal pscalet,%a1 |load start of jump table 449 movel (%a1,%d1.w*4),%a1 |load a1 with label depending on tag 460 beq ld_pzero |if pos then load +0 461 bra ld_mzero |if neg then load -0 [all …]
|
D | sint.S | 158 | Sign is +. If rp, load +1.0, if rm, load +0.0 161 beqs un_ldpone |if rp, load +1.0 162 bsr ld_pzero |if rm, load +0.0 168 | Sign is -. If rm, load -1.0, if rp, load -0.0 172 beqs un_ldmone |if rm, load -1.0 173 bsr ld_mzero |if rp, load -0.0
|
D | sgetem.S | 59 movew LOCAL_EX(%a0),%d0 |load resulting exponent into d0 73 | For normalized numbers, leave the mantissa alone, simply load 90 | then load the exponent with +/1 $3fff. 94 movel LOCAL_HI(%a0),%d0 |load ms mant in d0 95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
|
D | x_snan.S | 165 movel #4,%d0 |load byte count 177 movel %a0,%a1 |load dest addr into a1 178 movel %a7,%a0 |load src addr of snan into a0 187 movel #2,%d0 |load byte count 199 movel %a0,%a1 |load dest addr into a1 209 movel #1,%d0 |load byte count 220 movel %a0,%a1 |load dest addr into a1
|
D | kernel_ex.S | 83 fmovemx mns_inf,%fp0-%fp0 |load -inf 87 fmovemx pls_inf,%fp0-%fp0 |load +inf 121 fmovemx nan,%fp0-%fp0 |load default nan 320 fmovex FPTEMP(%a6),%fp0 |load non-sign. nan
|
D | setox.S | 465 movel (%a0),%d0 | ...load part of input X 481 fmovex (%a0),%fp0 | ...load input from (a0) 509 | MOVE.W #$3FA5,EXPA3 ...load EXPA3 in cache 521 | MOVE.W #0,2(%a1) ...load 2^(J/64) in cache 582 fmovex (%a0),%fp0 | ...load input from (a0) 631 movel (%a0),%d0 | ...load part of input X 648 fmovex (%a0),%fp0 | ...load input from (a0) 675 | MOVE.W #$3FC5,EM1A2 ...load EM1A2 in cache 688 | MOVE.W #0,2(%a1) ...load 2^(J/64) in cache
|
/linux-4.4.14/arch/arm/include/debug/ |
D | 8250.S | 24 .macro load, rd, rx:vararg macro 33 .macro load, rd, rx:vararg macro 45 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT] 53 1001: load \rd, [\rx, #UART_MSR << UART_SHIFT]
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | Platform | 4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for 13 load-$(CONFIG_SGI_IP22) += 0xffffffff88002000 16 load-$(CONFIG_SGI_IP22) += 0xffffffff88004000 22 # Set the load address to >= 0xa800000020080000 if you want to leave space for 34 load-$(CONFIG_SGI_IP28) += 0xa800000020004000
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing_cs.c | 47 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 59 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 71 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 83 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",}, 95 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 107 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 119 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",}, 131 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",}, 143 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
|
D | softing_platform.h | 31 } boot, load, app; member
|
/linux-4.4.14/arch/mips/alchemy/ |
D | Platform | 13 load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000 19 load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 25 load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 31 load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
|
/linux-4.4.14/kernel/sched/ |
D | loadavg.c | 100 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument 104 newload = load * exp + active * (FIXED_1 - exp); in calc_load() 105 if (active >= load) in calc_load() 293 calc_load_n(unsigned long load, unsigned long exp, in calc_load_n() argument 296 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); in calc_load_n()
|
D | fair.c | 598 if (unlikely(se->load.weight != NICE_0_LOAD)) in calc_delta_fair() 599 delta = __calc_delta(delta, NICE_0_LOAD, &se->load); in calc_delta_fair() 631 struct load_weight *load; in sched_slice() local 635 load = &cfs_rq->load; in sched_slice() 638 lw = cfs_rq->load; in sched_slice() 640 update_load_add(&lw, se->load.weight); in sched_slice() 641 load = &lw; in sched_slice() 643 slice = __calc_delta(slice, se->load.weight, load); in sched_slice() 683 sa->load_avg = scale_load_down(se->load.weight); in init_entity_runnable_average() 1126 unsigned long load; member [all …]
|
D | debug.c | 89 P(se->load.weight); in print_cfs_group_stats() 206 SEQ_printf(m, " .%-30s: %ld\n", "load", cfs_rq->load.weight); in print_cfs_rq() 296 rq->load.weight); in print_cpu() 628 P(se.load.weight); in proc_sched_show_task()
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | Platform | 4 # Set the load address to >= 0xc000000000300000 if you want to leave space for 12 load-$(CONFIG_SGI_IP27) += 0xc00000004001c000 16 load-$(CONFIG_SGI_IP27) += 0xa80000000001c000
|
/linux-4.4.14/arch/alpha/boot/ |
D | bootp.c | 111 load(unsigned long dst, unsigned long src, unsigned long count) in load() function 201 load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE); in start_kernel() 203 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); in start_kernel() 204 load(START_ADDR, START_ADDR+(4*KERNEL_SIZE), KERNEL_SIZE); in start_kernel()
|
D | main.c | 120 static inline long load(long dev, unsigned long addr, unsigned long count) in load() function 171 i = load(dev, START_ADDR, KERNEL_SIZE); in start_kernel()
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Platform | 31 load-$(CONFIG_LEMOTE_FULOONG2E) += 0xffffffff80100000 32 load-$(CONFIG_LEMOTE_MACH2F) += 0xffffffff80200000 33 load-$(CONFIG_LOONGSON_MACH3X) += 0xffffffff80200000
|
/linux-4.4.14/arch/mips/pnx833x/ |
D | Platform | 4 load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 5 load-$(CONFIG_NXP_STB225) += 0xffffffff80001000
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 19 thus load balancing can be achieved among the servers. For more 75 comment "IPVS transport protocol load balancing support" 78 bool "TCP load balancing support" 80 This option enables support for load balancing TCP transport 84 bool "UDP load balancing support" 86 This option enables support for load balancing UDP transport 93 bool "ESP load balancing support" 95 This option enables support for load balancing ESP (Encapsulation 99 bool "AH load balancing support" 101 This option enables support for load balancing AH (Authentication [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | Platform | 8 load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff84100000 10 load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff81100000
|
/linux-4.4.14/arch/mips/sni/ |
D | Platform | 7 load-$(CONFIG_SNI_RM) += 0xffffffff80600000 9 load-$(CONFIG_SNI_RM) += 0xffffffff80030000
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | Platform | 7 load-$(CONFIG_MIPS_MALTA) += 0x0000000040100000 9 load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
|
/linux-4.4.14/drivers/cpuidle/governors/ |
D | menu.c | 137 static inline int get_loadavg(unsigned long load) in get_loadavg() argument 139 return LOAD_INT(load) * 10 + LOAD_FRAC(load) / 10; in get_loadavg() 175 static inline int performance_multiplier(unsigned long nr_iowaiters, unsigned long load) in performance_multiplier() argument 181 mult += 2 * get_loadavg(load); in performance_multiplier()
|
/linux-4.4.14/arch/mips/txx9/ |
D | Platform | 9 load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 10 load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_internal.h | 43 int (*load)(struct rproc *rproc, const struct firmware *fw); member 92 if (rproc->fw_ops->load) in rproc_load_segments() 93 return rproc->fw_ops->load(rproc, fw); in rproc_load_segments()
|
/linux-4.4.14/arch/s390/kernel/ |
D | head.S | 45 .long 0x02000230,0x60000050 # by ipl and load the range 96 ssch 0(%r3) # load chunk of 1600 bytes 160 l %r1,0xb8 # load ipl subchannel number 161 la %r2,IPL_BS # load start address 162 bas %r14,.Lloader # load rest of ipl image 167 # load parameter file from ipl device 171 bas %r14,.Lloader # load parameter file 185 la %r3,COMMAND_LINE-PARMAREA(%r12) # load adr. of command line 206 # load ramdisk from ipl device 211 bas %r14,.Lloader # load ramdisk
|
D | head64.S | 23 .insn s,0xb2800000,__LC_LPP # load program parameter 27 lctlg %c0,%c15,.Lctl-.LPG1(%r13) # load control registers 100 lam 0,15,.Laregs-.LPG3(%r13) # load acrs needed by uaccess 106 lpswe .Ldw-.(%r13) # load disabled wait psw
|
D | relocate_kernel.S | 58 lghi %r7,4096 # load PAGE_SIZE in r7 59 lghi %r9,4096 # load PAGE_SIZE in r9 87 la %r4,load_psw-.base(%r13) # load psw-address into the register 88 o %r3,4(%r4) # or load address into psw
|
D | entry.S | 107 2: lg %r15,__LC_ASYNC_STACK # load async stack 188 lg %r15,__THREAD_ksp(%r1) # load kernel stack of next 189 lctl %c4,%c4,__TASK_pid(%r3) # load pid to control reg. 4 191 lmg %r6,%r15,__SF_GPRS(%r15) # load gprs of next task 210 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 212 brasl %r14,load_fpu_regs # load guest fp/vx regs 214 lmg %r0,%r13,0(%r3) # load guest gprs 0-13 218 lctlg %c1,%c1,__GMAP_ASCE(%r14) # load primary asce 229 lctlg %c1,%c1,__LC_USER_ASCE # load primary asce 240 lg %r14,__SF_EMPTY+8(%r15) # load guest register save area [all …]
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp5523.txt | 36 enginex_mode : disabled, load, run 37 enginex_load : microcode load (visible only in load mode) 38 enginex_leds : led mux control (visible only in load mode) 41 echo "load" > engine3_mode
|
D | leds-lp5521.txt | 26 enginex_mode : disabled, load, run 27 enginex_load : store program (visible only in engine load mode) 31 echo "load" > engine3_mode
|
D | leds-lp5562.txt | 33 How to load the program data using engine_mux 56 How to load the predefined patterns
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ti,cdce925.txt | 18 - xtal-load-pf: Crystal load-capacitor value to fine-tune performance on a 36 xtal-load-pf = <5>;
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-q.c | 108 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() argument 120 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { in balance() 125 if ((ohci->load [j] + load) > 900) in balance() 148 ed, ed->branch, ed->load, ed->interval); in periodic_link() 175 ohci->load [i] += ed->load; in periodic_link() 177 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link() 247 branch = balance (ohci, ed->interval, ed->load); in ed_schedule() 251 branch, ed->interval, ed->load); in ed_schedule() 285 ohci->load [i] -= ed->load; in periodic_unlink() 287 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink() [all …]
|
D | isp116x-hcd.c | 331 isp116x->load[i] -= ep->load; in finish_request() 335 ep->load / ep->period; in finish_request() 483 u16 load = 0; in start_atl_transfers() local 503 load = isp116x->load[index]; in start_atl_transfers() 504 if (load) { in start_atl_transfers() 529 len = (MAX_LOAD_LIMIT - load) / byte_time; in start_atl_transfers() 550 load += len * byte_time; in start_atl_transfers() 551 if (load > MAX_LOAD_LIMIT) in start_atl_transfers() 651 static int balance(struct isp116x *isp116x, u16 period, u16 load) in balance() argument 658 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) { in balance() [all …]
|
D | uhci-q.c | 280 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh() 613 int highest_load = uhci->load[phase]; in uhci_highest_load() 616 highest_load = max_t(int, highest_load, uhci->load[phase]); in uhci_highest_load() 633 int phase, load; in uhci_check_bandwidth() local 639 load = uhci_highest_load(uhci, phase, qh->period); in uhci_check_bandwidth() 640 if (load < minimax_load) { in uhci_check_bandwidth() 641 minimax_load = load; in uhci_check_bandwidth() 648 if (minimax_load + qh->load > 900) { in uhci_check_bandwidth() 651 qh->period, qh->phase, minimax_load, qh->load); in uhci_check_bandwidth() 663 int load = qh->load; in uhci_reserve_bandwidth() local [all …]
|
D | sl811-hcd.c | 459 sl811->load[i] -= ep->load; in finish_request() 464 -= ep->load / ep->period; in finish_request() 763 static int balance(struct sl811 *sl811, u16 period, u16 load) in balance() argument 771 if (branch < 0 || sl811->load[branch] > sl811->load[i]) { in balance() 775 if ((sl811->load[j] + load) in balance() 879 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue() 911 retval = balance(sl811, ep->period, ep->load); in sl811h_urb_enqueue() 939 sl811->load[i] += ep->load; in sl811h_urb_enqueue() 942 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue() 1466 seq_printf(s, "%2d [%3d]:\n", i, sl811->load[i]); in sl811h_show()
|
D | sl811.h | 153 u16 load[PERIODIC_SIZE]; member 184 u16 load; member
|
D | isp1362-hcd.c | 486 ep, ep->branch, ep->load, in finish_request() 487 isp1362_hcd->load[ep->branch], in finish_request() 488 isp1362_hcd->load[ep->branch] - ep->load); in finish_request() 489 isp1362_hcd->load[ep->branch] -= ep->load; in finish_request() 1182 static int balance(struct isp1362_hcd *isp1362_hcd, u16 interval, u16 load) in balance() argument 1190 if (branch < 0 || isp1362_hcd->load[branch] > isp1362_hcd->load[i]) { in balance() 1194 if ((isp1362_hcd->load[j] + load) > MAX_PERIODIC_LOAD) { in balance() 1196 load, j, isp1362_hcd->load[j], MAX_PERIODIC_LOAD); in balance() 1299 ep->load = usb_calc_bus_time(udev->speed, !is_out, in isp1362_urb_enqueue() 1326 retval = balance(isp1362_hcd, ep->interval, ep->load); in isp1362_urb_enqueue() [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | dmfe.txt | 18 didn't compile this driver as a module, it will automatically load itself on boot and print a 23 If you compiled this driver as a module, you have to load it on boot.You can load it with command : 27 This way it will autodetect the device mode.This is the suggested way to load the module.Or you can…
|
D | ipvs-sysctl.txt | 42 are in FIN_WAIT state, as this is the last state seen by load 130 The default value is 0, the load balancer will silently drop 137 If this feature is enabled, the load balancer will expire the 148 When set to a non-zero value, the load balancer will expire 156 If this feature is enabled, the load balancer will expire the 175 for VS/NAT when the load balancer receives packets from real
|
D | ipv6.txt | 2 Options for the ipv6 module are supplied as parameters at load time. 16 Specifies whether to load the IPv6 module, but disable all
|
D | eql.txt | 6 that lets you load-balance IP serial links (SLIP or uncompressed PPP) 26 terminal server. I do not know if other terminal servers support load- 29 my testing so far, the Livingston PortMaster 2e's load-balancing is a 37 a load-balancing client 75% of the cost of the second line and 50% of 225 I have not yet done any load-balancing testing for PPP devices, mainly 384 the load across two or more Cirrus chips.
|
D | e1000e.txt | 61 load on the system and can lower CPU utilization under heavy load, 114 the overall throughput, we recommend that you load the driver as 215 Allows changing the interrupt mode at module load time, without requiring a 216 recompile. If the driver load fails to enable a specific interrupt mode, the 238 driver load.
|
D | de4x5.txt | 43 depend on what load the CPU has. 47 The ability to load this driver as a loadable module has been included 71 to load all available boards. For a specific board, still use 148 time OR during a module load (insmod de4x5 args='eth??:fdx' [see
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
D | Platform | 4 # Set the load address to >= 80069000 if you want to leave space for symmon, 11 load-$(CONFIG_SGI_IP32) += 0xffffffff80004000
|
/linux-4.4.14/drivers/thermal/ |
D | cpu_cooling.c | 388 u32 load; in get_load() local 396 load = 0; in get_load() 398 load = div64_u64(100 * (delta_time - delta_idle), delta_time); in get_load() 403 return load; in get_load() 600 u32 load; in cpufreq_get_requested_power() local 603 load = get_load(cpufreq_device, cpu, i); in cpufreq_get_requested_power() 605 load = 0; in cpufreq_get_requested_power() 607 total_load += load; in cpufreq_get_requested_power() 609 load_cpu[i] = load; in cpufreq_get_requested_power()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | unaligned_32.c | 24 load, /* ld, ldd, ldh, ldsh */ enumerator 37 return load; in decode_direction() 254 case load: in kernel_unaligned_trap() 280 int check = (dir == load) ? VERIFY_READ : VERIFY_WRITE; in ok_for_user() 345 case load: in user_unaligned_trap()
|
D | wuf.S | 281 LEON_PI(lda [%g0] ASI_LEON_MMUREGS, %twin_tmp1) ! load mmu-ctrl again 282 SUN_PI_(lda [%g0] ASI_M_MMUREGS, %twin_tmp1) ! load mmu-ctrl again
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | Makefile | 24 --set-section-flags image=contents,alloc,load,load,data \
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 23 not the pure load (or store latency). Use latency includes any pipeline 33 Select the memory operation type: load or store (default: load,store)
|
/linux-4.4.14/arch/sh/drivers/ |
D | Kconfig | 9 Use the power-on LED on your machine as a load meter. The exact 11 a hyperbolic function of the 5-minute load average.
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
D | Kconfig | 9 don't use a remote controller, or prefer to load the 13 provide the tool and the same RC maps for load from
|
/linux-4.4.14/arch/mips/include/asm/ |
D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 25 "1: " load " %[tmp_dst], 0(%[tmp_src])\n" \
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 31 1. load this module 32 2. use i2cset (from the i2c-tools project) to pre-load some data 33 3. load the target chip driver module 37 can load register values automatically from a chip dump.
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 25 --set-section-flags image=contents,alloc,load,load,data \
|
D | bootstrap.S | 131 # a0: load address 163 # a0: load address
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Assabet | 90 load zImage -r -b 0x100000 94 load -m ymodem -r -b 0x100000 107 load ramdisk_image.gz -r -b 0x800000 114 fis load "Linux kernel" 137 To load this file: 139 load sample_img.jffs2 -r -b 0x100000 143 RedBoot> load sample_img.jffs2 -r -b 0x100000 201 fis load "Linux kernel" 227 >> load zImage -r -b 0x100000 228 >> load ramdisk_ks.gz -r -b 0x800000
|
D | Brutus | 22 Typically, you'll need angelboot to load the kernel. 37 Then load the kernel and ramdisk with: 42 host PC) is used by angel to load the kernel and ramdisk image. The serial
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fb_uc1611.c | 62 static unsigned load = 1; variable 63 module_param(load, uint, 0); 64 MODULE_PARM_DESC(load, "PC[1:0] Panel Loading: 0-3 (default: 1)"); 97 write_reg(par, 0x28 | (load & 0x03)); in init_display()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 146 teq r0, #0 @ anything to load? 151 cfldr64 mvdx0, [r0, #CRUNCH_DSPSC] @ load status word 154 cfldr32 mvfx0, [r0, #CRUNCH_MVAX0L] @ load 72b accumulators 179 cfldr64 mvdx0, [r0, #CRUNCH_MVDX0] @ load 64b registers 233 mov r0, #0 @ nothing to load 276 mov r0, #0 @ nothing to load
|
/linux-4.4.14/Documentation/devicetree/bindings/ufs/ |
D | ufs-qcom.txt | 25 - vdda-phy-max-microamp : specifies max. load that can be drawn from phy supply 26 - vdda-pll-max-microamp : specifies max. load that can be drawn from pll supply 28 - vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
|
D | ufshcd-pltfrm.txt | 28 - vcc-max-microamp : specifies max. load that can be drawn from vcc supply 29 - vccq-max-microamp : specifies max. load that can be drawn from vccq supply 30 - vccq2-max-microamp : specifies max. load that can be drawn from vccq2 supply
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Joystick.txt | 21 the load time. It'd be safer to plug in the joystick device before 77 support, so you don't have to load ns558 module. Just load "joydev" 85 Instead, you need to load "ns558" module in addition to "joydev" and
|
D | Bt87x.txt | 30 and it refuses to load for cards it doesn't know. 33 not load"), you can specify the load_all=1 option to force the driver to
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 23 - Read memory barriers vs load speculation. 163 Note that CPU 2 will never try and load C into D because the CPU will load P 164 into Q before issuing the load of *Q. 364 of the first (eg: the first load retrieves the address to which the second 365 load will be directed), a data dependency barrier would be required to 366 make sure that the target of the second load is updated before the address 367 obtained by the first load is accessed. 376 under consideration guarantees that for any load preceding it, if that 377 load touches one of a sequence of stores from another CPU, then by the 379 touched by the load will be perceptible to any loads issued after the data [all …]
|
D | parport.txt | 20 If you load the parport code as a module, say 24 to load the generic parport code. You then must load the 48 modprobe will load parport_pc (with the options "io=0x378,0x278 irq=7,auto") 195 override this, though, by using parameters either when you load the lp 251 So, to start with, disable CONFIG_PARPORT_PC_FIFO, and load parport_pc
|
D | cpu-load.txt | 1 CPU load 47 system is executing the idle handler), but in reality the load is
|
D | init.txt | 7 to load the init binary are: 30 E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
|
D | gdb-kernel-debugging.txt | 52 add-auto-load-safe-path /path/to/linux-build 78 Make breakpoint pending on future shared library load? (y or [n]) y 157 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
|
D | dell_rbu.txt | 33 The driver load creates the following directories under the /sys file system. 48 changed to packets during the driver load time by specifying the load
|
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq_governor.c | 68 unsigned int load; in dbs_check_cpu() local 140 load = j_cdbs->prev_load; in dbs_check_cpu() 149 load = 100 * (wall_time - idle_time) / wall_time; in dbs_check_cpu() 150 j_cdbs->prev_load = load; in dbs_check_cpu() 153 if (load > max_load) in dbs_check_cpu() 154 max_load = load; in dbs_check_cpu()
|
D | cpufreq_conservative.c | 60 static void cs_check_cpu(int cpu, unsigned int load) in cs_check_cpu() argument 75 if (load > cs_tuners->up_threshold) { in cs_check_cpu() 98 if (load < cs_tuners->down_threshold) { in cs_check_cpu()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gk20a.c | 70 int *state, int load) in gk20a_pmu_dvfs_get_target_state() argument 79 if (load > data->p_load_max) { in gk20a_pmu_dvfs_get_target_state() 82 level += ((load - data->p_load_target) * 10 / in gk20a_pmu_dvfs_get_target_state()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 62 ldr r0, [r0] @ load the address of the 64 ldr r0, [r0] @ load the value in the
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dmtimer.c | 539 unsigned int load) in omap_dm_timer_set_load() argument 553 omap_dm_timer_write_reg(timer, OMAP_TIMER_LOAD_REG, load); in omap_dm_timer_set_load() 558 timer->context.tldr = load; in omap_dm_timer_set_load() 566 unsigned int load) in omap_dm_timer_set_load_start() argument 578 omap_dm_timer_write_reg(timer, OMAP_TIMER_LOAD_REG, load); in omap_dm_timer_set_load_start() 584 __omap_dm_timer_load_start(timer, l, load, timer->posted); in omap_dm_timer_set_load_start() 588 timer->context.tldr = load; in omap_dm_timer_set_load_start() 589 timer->context.tcrr = load; in omap_dm_timer_set_load_start()
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 180 - cpuset.sched_load_balance flag: if set, load balance within CPUs on that cpuset 195 children of that task, to a cpuset allows organizing the work load 278 the system load imposed by a batch scheduler monitoring this 376 The kernel scheduler (kernel/sched/core.c) automatically load balances 382 The algorithmic cost of load balancing and its impact on key shared 386 domains such that it only load balances within each sched domain. 389 domain and hence won't be load balanced. 393 two domains won't be load balanced to the other one. 397 the isolated CPUs will not participate in load balancing, and will not 400 This default load balancing across all CPUs is not well suited for [all …]
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-stxncpy.S | 166 ldq_u t1, 0(a1) # L : load first src word 196 ldq_u t2, 8(a1) # L : Latency=3 load second src word 256 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time 297 and t12, 0x80, t6 # E : avoid dest word load if we can (stall) 317 and a1, 7, t6 # E : avoid final load if possible 322 ldq_u t2, 8(a1) # L : load final src word 338 ldq_u t1, 0(a1) # L : load first source word
|
D | stxcpy.S | 108 ldq_u t1, 0(a1) # e0 : load first src word 109 and a0, 7, t0 # .. e1 : take care not to load a word ... 183 ldq_u t2, 0(a1) # .. e1 : load high word for next time 218 and t12, 0x80, t6 # e0 : avoid dest word load if we can 235 ldq_u t1, 0(a1) # e0 : load first source word
|
D | stxncpy.S | 134 ldq_u t1, 0(a1) # e0 : load first src word 157 ldq_u t2, 8(a1) # e0 : load second src word 213 ldq_u t2, 8(a1) # e0 : load high word for next time 254 and t12, 0x80, t6 # e0 : avoid dest word load if we can 276 ldq_u t2, 8(a1) # e0 : load final src word 292 ldq_u t1, 0(a1) # e0 : load first source word
|
D | ev6-stxcpy.S | 128 ldq_u t1, 0(a1) # L : load first src word 129 and a0, 7, t0 # E : take care not to load a word ... 208 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time 244 and t12, 0x80, t6 # E : avoid dest word load if we can (stall) 266 ldq_u t1, 0(a1) # L : load first source word
|
D | ev67-strlen.S | 28 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
D | ev67-strcat.S | 34 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
|
D | strlen.S | 24 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
D | strcat.S | 21 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
|
D | strrchr.S | 26 ldq_u t0, 0(a0) # .. e1 : load first quadword 44 ldq t0, 8(v0) # e0 : load next quadword
|
D | ev67-strrchr.S | 37 ldq_u t0, 0(a0) # L : load first quadword Latency=3 66 ldq t0, 8(v0) # L : load next quadword
|
D | strncat.S | 27 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
D | ev67-strncat.S | 36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 12 explicitly set. A sched domain's span means "balance process load among these 24 is treated as one entity. The load of a group is defined as the sum of the 25 load of each of its member CPUs, and only when the load of a group becomes 30 rebalancing event for the current runqueue has arrived. The actual load
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | Kconfig_mrmt | 42 If using RMT2, be sure to load the resistor pack selectors accordingly 48 Be sure to load the RMT2 resistor pack selectors accordingly
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 18 There are a few load-time options, most of which can be changed after 23 then worst-case-sized buffers will be allocated at module load time. 28 option is only consulted for load-time allocation; when buffers are
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | vc.c | 554 u8 load; member 564 .load = 50, 573 .load = 25, 582 .load = 12, 591 .load = 0, 634 while (i2c_data->load > capacitance) in omap4_vc_i2c_timing_init()
|
/linux-4.4.14/arch/arm/boot/bootp/ |
D | init.S | 23 _start: add lr, pc, #-0x8 @ lr = current load addr 26 add r4, r4, lr @ r4 = initrd_start + load addr
|
/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 49 or t1, t1, t0 # Physical load address of kernel text 50 or t2, t2, t0 # Physical load address of kernel data
|
/linux-4.4.14/drivers/media/rc/ |
D | ir-rx51.c | 78 u32 load, match; in init_timing_params() local 80 load = -(lirc_rx51->fclk_khz * 1000 / lirc_rx51->freq); in init_timing_params() 81 match = -(lirc_rx51->duty_cycle * -load / 100); in init_timing_params() 82 omap_dm_timer_set_load(lirc_rx51->pwm_timer, 1, load); in init_timing_params()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | align.S | 185 rsr a8, excvaddr # load unaligned memory address 204 rsr a7, epc1 # load exception address 208 l32i a4, a3, 0 # load 2 words 390 l32i a5, a4, 0 # load lower address word 476 l32i a0, a0, EXC_TABLE_FAST_KERNEL # load handler 482 l32i a0, a0, EXC_TABLE_FAST_USER # load handler
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 147 I use the following via a shell script to load my SoundBlaster: 176 All you need to do to load the module is: 206 in which you load the modules. Note, if a program has a sound device 254 All you have to do is to load the one you want as /dev/dsp 255 first (in my case "sb") and then load the other one 259 cards or different PnP revisions, you may load the same 261 and an older SoundBlaster 16 (jumpers). To load the module 276 same type to load at the same time. I have tried this several times 351 load sound with the "dmabufs=1" option. Or in /etc/conf.modules add 370 using command line calls to load sound. [all …]
|
D | ESS1868 | 6 load the sb.o module. Otherwise you should take care of: 42 After configuring the sound card via isapnp, to use the card you must load
|
D | PSS-updates | 17 to load the joystick driver itself. Just remember to load the joystick driver 27 remember to load the CDROM driver AFTER the pss sound driver. While it may 30 should load aztcd with the appropriate port option that matches the port you
|
D | AudioExcelDSP16 | 53 Loading MSS and OPL3 needs to pre load the aedsp16 module to set up correctly 60 Then you must load the sound modules stack in this order: 64 automatically load all the sound stack.
|
D | Soundblaster | 35 You may well want to load the opl3 driver for synth music on most SB and 44 OS. IBM are being difficult about documenting how to load this firmware.
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 36 RedBoot documentation) and then load it back into RAM. RedBoot keeps 37 track of the load address, entry point and size, so the command to do 40 fis load linux 49 load -b 0x00100000 -r /tftpboot/image.bin 58 load -m ymodem -b 0x00100000 -r zImage
|
D | atomic-ops.txt | 84 Then it does the load. Note that the final phase of step (1) is done at the same time as the 85 load. The VLIW packing ensures they are done simultaneously. The ".p" on the load must not be
|
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 23 XSLoader::load('Perf::Trace::Context', $VERSION);
|
/linux-4.4.14/arch/mips/xilfpga/ |
D | Platform | 3 load-$(CONFIG_MACH_XILFPGA) += 0xffffffff80100000
|
/linux-4.4.14/arch/mips/emma/ |
D | Platform | 4 load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-core.S | 155 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys 156 vld1.8 {q14}, [ip] @ load last round key 284 vld1.8 {q6}, [r5] @ load ctr 344 vmov ip, \sreg @ load next word of ctr 379 ldrd r4, r5, [sp, #16] @ load args 381 vld1.8 {q0}, [r5] @ load iv 387 ldr r6, [sp, #24] @ load AES key 2
|
/linux-4.4.14/Documentation/hwmon/ |
D | userspace-tools | 28 2) run sensors-detect script, it will tell you what modules you need to load. 29 3) load them and run "sensors" command, you should see some results.
|
D | ltc4215 | 28 Example: the following will load the driver for an LTC4215 at address 0x44
|
D | ltc4151 | 27 Example: the following will load the driver for an LTC4151 at address 0x6f
|
/linux-4.4.14/arch/mips/rb532/ |
D | Platform | 7 load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | sleep.S | 76 @ load base address of Traffic Controller 92 @ load base address of ARM_IDLECT1 and ARM_IDLECT2 151 @ load base address of Traffic Controller 177 @ load base address of ARM_IDLECT1 and ARM_IDLECT2
|
/linux-4.4.14/arch/mips/cobalt/ |
D | Platform | 6 load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000
|
/linux-4.4.14/arch/mips/lasat/ |
D | Platform | 7 load-$(CONFIG_LASAT) += 0xffffffff80000000
|
/linux-4.4.14/arch/mips/bcm63xx/ |
D | Platform | 7 load-$(CONFIG_BCM63XX) := 0xffffffff80010000
|
/linux-4.4.14/arch/mips/jz4740/ |
D | Platform | 3 load-$(CONFIG_MACH_INGENIC) += 0xffffffff80010000
|
/linux-4.4.14/arch/mips/ar7/ |
D | Platform | 6 load-$(CONFIG_AR7) += 0xffffffff94100000
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | Platform | 7 load-$(CONFIG_BCM47XX) := 0xffffffff80001000
|
/linux-4.4.14/arch/mips/ath25/ |
D | Platform | 6 load-$(CONFIG_ATH25) += 0xffffffff80041000
|
/linux-4.4.14/arch/mips/paravirt/ |
D | Platform | 8 load-$(CONFIG_MIPS_PARAVIRT) = 0xffffffff80010000
|
/linux-4.4.14/arch/mips/ath79/ |
D | Platform | 7 load-$(CONFIG_ATH79) = 0xffffffff80060000
|
/linux-4.4.14/arch/mips/bmips/ |
D | Platform | 7 load-$(CONFIG_BMIPS_GENERIC) := 0xffffffff80010000
|
/linux-4.4.14/arch/mips/pistachio/ |
D | Platform | 7 load-$(CONFIG_MACH_PISTACHIO) += 0xffffffff80400000
|
/linux-4.4.14/arch/mips/jazz/ |
D | Platform | 6 load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
|
/linux-4.4.14/arch/mips/dec/ |
D | Platform | 8 load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | Platform | 6 load-$(CONFIG_MIPS_SEAD3) += 0xffffffff80100000
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | Platform | 7 load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 234 load-y = $(CONFIG_PHYSICAL_START) 250 ifeq ($(shell expr $(load-y) \< 0xffffffff80000000), 0) 266 KBUILD_CPPFLAGS += -DVMLINUX_LOAD_ADDRESS=$(load-y) 269 bootvars-y = VMLINUX_LOAD_ADDRESS=$(load-y) \ 302 ifeq ($(shell expr $(load-y) \< 0xffffffff80000000 2> /dev/null), 0)
|
/linux-4.4.14/arch/mips/loongson32/ |
D | Platform | 7 load-$(CONFIG_LOONGSON1_LS1B) += 0xffffffff80100000
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | amd-powernow.txt | 7 Note that the driver's will not load on the "wrong" hardware, 13 to load on processors without this capability. The capability
|
D | governors.txt | 161 at top speed. When set to 1 (the default) decisions to reevaluate load 164 scheduling interval for reevaluating load when the CPU is at its top 165 speed due to high load. This improves performance by reducing the overhead 166 of load evaluation and helping the CPU stay at its top speed when truly 198 rather than jumping to max speed the moment there is any load on the 207 CPU at a speed regardless of its load whilst '100' will, in theory, make
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-header.S | 96 @ load saved r12, lr, return address and xPSR. 171 @ Store/load the USER SP and LR registers by switching to the SYS 192 ldr sp, [\rd, #\offset] @ load sp_usr 193 ldr lr, [\rd, #\offset + 4] @ load lr_usr
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 45 Once built you can load and unload using the provided load.sh script; 46 load.sh will load the modules, load.sh u will unload them. 106 To load the driver, follow the instructions in the install section; 124 Module parameters can be set at kernel or module load time or by
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | sched-migration.py | 148 def load(self): member in RunqueueSnapshot 174 diff = new_rq.load() - old_rq.load() 274 raw += "Load = %d\n" % rq.load() 284 load_rate = rq.load() / float(slice.total_load)
|
/linux-4.4.14/arch/mips/lantiq/ |
D | Platform | 7 load-$(CONFIG_LANTIQ) = 0xffffffff80002000
|
/linux-4.4.14/Documentation/x86/ |
D | early-microcode.txt | 1 Early load microcode 24 There are two legacy user space interfaces to load microcode, either through
|
D | 00-INDEX | 6 - How to load microcode from an initrd-CPIO archive early to fix CPU issues.
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 14 - regulator-allow-set-load: allow the regulator performance level to be configured 23 and board design issues such as trace capacitance and load on the supply. 43 - regulator-system-load: Load in uA present on regulator that is not captured by
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 25 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring 63 keyctl add encrypted name "load hex_blob" ring 97 $ keyctl add trusted kmk "load `cat kmk.blob`" @u 148 $ keyctl add encrypted evm "load `cat evm.blob`" @u
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 396 int load; in do_alignment_ldrdstrd() local 401 load = !!(LDST_L_BIT(instr)); in do_alignment_ldrdstrd() 405 load = ((instr & 0xf0) == 0xd0); in do_alignment_ldrdstrd() 414 if (load) { in do_alignment_ldrdstrd() 428 if (load) { in do_alignment_ldrdstrd()
|
D | proc-sa110.S | 96 ldr r1, =UNCACHEABLE_ADDR @ load from uncacheable loc 140 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
|
D | proc-fa526.S | 117 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer 158 mcr p15, 0, r0, c3, c0 @ load domain access register
|
D | proc-mohawk.S | 334 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer 368 ldmia r0, {r4 - r9} @ load cp regs 393 mcr p15, 0, r4, c2, c0, 0 @ load page table pointer
|
/linux-4.4.14/arch/mips/fw/arc/ |
D | salone.c | 12 return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr); in ArcLoad()
|
/linux-4.4.14/arch/mips/netlogic/ |
D | Platform | 17 load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
|
/linux-4.4.14/kernel/ |
D | Kconfig.preempt | 32 under load. 48 system is under load, at the cost of slightly lower throughput
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | sleep.S | 59 @@ load UART to allow us to print the two characters for
|
D | sleep-s3c2410.S | 57 teq pc, #0 @ first as a trial-run to load cache
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | ilsp.doc | 92 mov.l (%sp)+,%d1 # load result[63:32] 93 mov.l (%sp)+,%d0 # load result[31:0] 107 mov.l (%sp)+,%d1 # load remainder 108 mov.l (%sp)+,%d0 # load quotient
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 42 3), kernel: Discard any previous partial load. 83 - "echo -1 > /sys/class/firmware/xxx/loading" will cancel the load at 90 seconds for the whole load operation.
|
/linux-4.4.14/drivers/ata/ |
D | libata-zpodd.c | 80 if (desc->mech_type == 0 && desc->load == 0 && desc->eject == 1) in zpodd_get_mech_type() 82 else if (desc->mech_type == 1 && desc->load == 0 && desc->eject == 1) in zpodd_get_mech_type()
|
/linux-4.4.14/Documentation/dvb/ |
D | opera-firmware.txt | 22 After that the driver can load the firmware
|
/linux-4.4.14/drivers/gpu/drm/i810/ |
D | i810_drv.c | 63 .load = i810_driver_load,
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
D | savage_drv.c | 55 .load = savage_driver_load,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 398 // $p1 clear on save, set on load 400 // on save it means: "a load will follow this save" 401 // on load it means: "a save preceeded this load" 477 // if load, or a save without a load following, do some
|
D | hub.fuc | 464 // ctx_load - load's a channel's ctxctl data, and selects its vm 482 // load channel header, fetch PGRAPH context pointer 545 // Only executed on the first load of a channel. Might want to look into 594 // $p1 clear on save, set on load 596 // on save it means: "a load will follow this save" 597 // on load it means: "a save preceeded this load"
|
/linux-4.4.14/include/uapi/linux/ |
D | fsl_hypervisor.h | 92 __u32 load; member
|
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_drv.c | 62 .load = r128_driver_load,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-at91 | 16 mailbox and load it with an unused identifier.
|
/linux-4.4.14/include/linux/ |
D | frontswap.h | 11 int (*load)(unsigned, pgoff_t, struct page *); /* load a page */ member
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 38 ELF FDPIC binaries are based on ELF, but allow the individual load 76 gets loaded, you cannot run scripts. Thus, if you want to load this 146 later load the module when you want to use a Linux/Intel binary. The 171 You may say M here for module support and later load the module when
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-ad7192 | 16 In bridge applications, such as strain gauges and load cells,
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
D | mga_drv.c | 64 .load = mga_driver_load,
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-std.lds | 51 load segment. */
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 574 fmov.s 0x8(%a6),%fp0 # load sgl input 631 fmov.d 0x8(%a6),%fp0 # load dbl input 690 mov.l 0x8+0x0(%a6),0x0(%a0) # load ext input 751 fmov.s 0x8(%a6),%fp0 # load sgl input 808 fmov.d 0x8(%a6),%fp0 # load dbl input 867 mov.l 0x8+0x0(%a6),0x0(%a0) # load ext input 928 fmov.s 0x8(%a6),%fp0 # load sgl input 985 fmov.d 0x8(%a6),%fp0 # load dbl input 1044 mov.l 0x8+0x0(%a6),0x0(%a0) # load ext input 1105 fmov.s 0x8(%a6),%fp0 # load sgl input [all …]
|
D | isp.S | 1041 mov.l EXC_A0(%a6),%a0 # load current value 1052 mov.l EXC_A1(%a6),%a0 # load current value 1063 mov.l EXC_A2(%a6),%a0 # load current value 1074 mov.l EXC_A3(%a6),%a0 # load current value 1085 mov.l EXC_A4(%a6),%a0 # load current value 1096 mov.l EXC_A5(%a6),%a0 # load current value 1107 mov.l EXC_A6(%a6),%a0 # load current value 1120 mov.l EXC_A7(%a6),%a0 # load current value
|
/linux-4.4.14/Documentation/DocBook/ |
D | z8530book.xml.db | 11 API-z8530-channel-load
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | syncpt_hw.c | 109 .load = syncpt_load,
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_drv.c | 77 .load = via_driver_load,
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/ |
D | cpu_irq.txt | 10 and the code used to load it inside arch_init_irq().
|
/linux-4.4.14/drivers/leds/trigger/ |
D | Kconfig | 48 This allows LEDs to be controlled by a CPU load average. 50 load average.
|
/linux-4.4.14/arch/xtensa/lib/ |
D | strnlen_user.S | 59 # we compensate with load offsets of 4 91 EX(l32i, a9, a4, 4, lenfixup) # load 4 bytes for remaining checks
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_drv.c | 41 .load = udl_driver_load,
|
/linux-4.4.14/Documentation/arm/ |
D | swp_emulation | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
/linux-4.4.14/net/unix/ |
D | Kconfig | 18 correctly if you say M here and then neglect to load the module.
|
/linux-4.4.14/include/net/ |
D | bond_alb.h | 137 u32 load; /* Each slave sums the loadHistory of all clients member
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.txt | 4 dynamic IRQ routing, load balancing of common/external IRQs towards core intc.
|
/linux-4.4.14/arch/alpha/kernel/ |
D | head.S | 44 ldgp $29,0($27) # First order of business, load the GP.
|
/linux-4.4.14/drivers/gpu/drm/sis/ |
D | sis_drv.c | 106 .load = sis_driver_load,
|