Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-vsx.h18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
41 load[64 + 2 * i]); in validate_vmx()
44 load[65 + 2 * i]); in validate_vmx()
55 load[65 + 2 * i]); in validate_vmx()
58 load[64 + 2 * i]); in validate_vmx()
78 1 + 2 * i, load[i]); in compare_vsx_vmx()
85 if (store[i] != load[i]) { in compare_vsx_vmx()
87 i, store[i], i, load[i]); in compare_vsx_vmx()
114 vsx[i] = load[1 + 2 * i]; in load_vsx_vmx()
117 vmx[i][0] = load[64 + 2 * i]; in load_vsx_vmx()
[all …]
/linux/arch/nds32/mm/
A Dalignment.c206 load = 1; in do_16()
214 load = 1; in do_16()
222 load = 1; in do_16()
230 load = 1; in do_16()
238 load = 0; in do_16()
246 load = 0; in do_16()
254 load = 0; in do_16()
262 load = 0; in do_16()
325 load = 1; in do_32()
332 load = 1; in do_32()
[all …]
/linux/tools/power/cpupower/bench/
A DREADME-BENCH34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
38 load=25000
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
88 load -----| |-----| |-----| |-----|
109 -l, --load=<long int> initial load time in us
111 -x, --load-step=<long int> time to be added to load time, in us
[all …]
A Dbenchmark.c32 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace() argument
41 printf("calibrating load of %lius, please wait...\n", load); in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
88 load_time = config->load; in start_benchmark()
92 total_time += _round * (config->sleep + config->load); in start_benchmark()
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8994-msft-lumia-octagon.dtsi587 regulator-allow-set-load;
594 regulator-allow-set-load;
602 regulator-allow-set-load;
624 regulator-allow-set-load;
632 regulator-allow-set-load;
646 regulator-allow-set-load;
671 regulator-allow-set-load;
679 regulator-allow-set-load;
687 regulator-allow-set-load;
695 regulator-allow-set-load;
[all …]
A Dmsm8994-sony-xperia-kitakami.dtsi238 regulator-allow-set-load;
266 regulator-allow-set-load;
267 regulator-system-load = <10000>;
312 regulator-allow-set-load;
313 regulator-system-load = <10000>;
324 regulator-allow-set-load;
325 regulator-system-load = <10000>;
359 regulator-allow-set-load;
367 regulator-allow-set-load;
404 regulator-allow-set-load;
[all …]
A Dsdm630-sony-xperia-nile.dtsi282 regulator-allow-set-load;
297 regulator-allow-set-load;
308 regulator-allow-set-load;
320 regulator-allow-set-load;
335 regulator-allow-set-load;
421 regulator-allow-set-load;
448 regulator-allow-set-load;
466 regulator-allow-set-load;
474 regulator-allow-set-load;
482 regulator-allow-set-load;
[all …]
/linux/arch/mips/sibyte/
A DPlatform33 load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000
34 load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000
35 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000
36 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000
37 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000
38 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000
39 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
40 load-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
/linux/drivers/misc/genwqe/
A Dcard_dev.c545 while (load->size) { in do_flash_update()
612 load->retc = req->retc; in do_flash_update()
613 load->attn = req->attn; in do_flash_update()
627 load->size -= tocopy; in do_flash_update()
681 while (load->size) { in do_flash_read()
730 load->retc = cmd->retc; in do_flash_read()
756 load->size -= tocopy; in do_flash_read()
1160 sizeof(load))) in genwqe_ioctl()
1165 if (copy_to_user((void __user *)arg, &load, sizeof(load))) in genwqe_ioctl()
1180 if (copy_from_user(&load, (void __user *)arg, sizeof(load))) in genwqe_ioctl()
[all …]
/linux/drivers/watchdog/
A Dsp805_wdt.c94 u64 load, rate; in wdt_setload() local
104 load = div_u64(rate, 2) * timeout - 1; in wdt_setload()
106 load = (load > LOAD_MAX) ? LOAD_MAX : load; in wdt_setload()
107 load = (load < LOAD_MIN) ? LOAD_MIN : load; in wdt_setload()
110 wdt->load_val = load; in wdt_setload()
112 wdd->timeout = div_u64((load + 1) * 2 + (rate / 2), rate); in wdt_setload()
122 u64 load; in wdt_timeleft() local
125 load = readl_relaxed(wdt->base + WDTVALUE); in wdt_timeleft()
129 load += wdt->load_val + 1; in wdt_timeleft()
132 return div_u64(load, wdt->rate); in wdt_timeleft()
/linux/tools/perf/scripts/python/bin/
A Dmem-phys-addr-record8 load=`perf list | grep mem_inst_retired.all_loads`
9 if [ -z "$load" ]; then
10 load=`perf list | grep mem_uops_retired.all_loads`
12 if [ -z "$load" ]; then
17 arg=$(echo $load | tr -d ' ')
/linux/kernel/sched/
A Dpelt.c107 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument
128 if (load) { in accumulate_sum()
145 if (load) in accumulate_sum()
146 sa->load_sum += load * contrib; in accumulate_sum()
185 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument
220 if (!load) in ___update_load_sum()
230 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum()
261 ___update_load_avg(struct sched_avg *sa, unsigned long load) in ___update_load_avg() argument
268 sa->load_avg = div_u64(load * sa->load_sum, divider); in ___update_load_avg()
327 scale_load_down(cfs_rq->load.weight), in __update_load_avg_cfs_rq()
/linux/arch/mips/vr41xx/
A DPlatform9 load-$(CONFIG_CASIO_E55) += 0xffffffff80004000
14 load-$(CONFIG_IBM_WORKPAD) += 0xffffffff80004000
19 load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000
24 load-$(CONFIG_VICTOR_MPC30X) += 0xffffffff80001000
29 load-$(CONFIG_ZAO_CAPCELLA) += 0xffffffff80000000
/linux/arch/sh/boot/romimage/
A DMakefile9 load-y := 0
11 mmcif-load-$(CONFIG_CPU_SUBTYPE_SH7724) := 0xe5200000 # ILRAM
13 load-$(CONFIG_ROMIMAGE_MMCIF) := $(mmcif-load-y)
16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \
/linux/arch/mips/ralink/
A DPlatform9 load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000
15 load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000
21 load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000
27 load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000
32 load-$(CONFIG_SOC_MT7621) += 0xffffffff80001000
/linux/arch/m68k/fpsp040/
A Ddo_func.S119 bra ld_pzero |load positive zero
311 bra ld_mzero |else neg load -0
485 fmovex QNAN,%fp1 |load NAN
487 fmovex QNAN,%fp0 |load NAN
507 fmovex PPIBY2,%fp0 |load +pi/2
520 fmovex PINF,%fp0 |load +inf
527 fmovex MINF,%fp0 |load -inf
534 fmovex PONE,%fp0 |load +1
540 fmovex MONE,%fp0 |load -1
547 fmovex PZERO,%fp0 |load +0
[all …]
/linux/tools/perf/util/
A Djitdump.c342 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
343 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
344 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
345 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
346 jr->load.code_size = bswap_64(jr->load.code_size); in jit_get_next_entry()
347 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
387 return jr->load.pid; in jr_entry_pid()
394 return jr->load.tid; in jr_entry_tid()
448 nspid = jr->load.pid; in jit_repipe_code_load()
451 csize = jr->load.code_size; in jit_repipe_code_load()
[all …]
/linux/include/linux/sched/
A Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
33 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
34 if (active >= load) in calc_load()
40 extern unsigned long calc_load_n(unsigned long load, unsigned long exp,
/linux/drivers/net/can/softing/
A Dsofting_cs.c36 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
48 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
60 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
72 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
84 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
96 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
108 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
120 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
132 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
/linux/include/trace/events/
A Dthermal.h96 TP_PROTO(const struct cpumask *cpus, unsigned long freq, u32 *load,
99 TP_ARGS(cpus, freq, load, load_len, dynamic_power),
104 __dynamic_array(u32, load, load_len)
113 memcpy(__get_dynamic_array(load), load,
114 load_len * sizeof(*load));
121 __print_array(__get_dynamic_array(load), __entry->load_len, 4),
/linux/tools/memory-model/Documentation/
A Dglossary.txt8 based on the value returned by an earlier load, an "address
9 dependency" extends from that load extending to the later access.
29 a special operation that includes a load and which orders that
30 load before later memory references running on that same CPU.
35 When an acquire load returns the value stored by a release store
36 to that same variable, (in other words, the acquire load "reads
55 of a value computed from a value returned by an earlier load,
56 a "control dependency" extends from that load to that store.
89 on the value returned by an earlier load, a "data dependency"
90 extends from that load to that later store. For example:
[all …]
A Dcontrol-dependencies.txt12 Therefore, a load-load control dependency will not preserve ordering
20 are permitted to predict the result of the load from "b". This prediction
21 can cause other CPUs to see this load as having happened before the load
32 (usually) guaranteed for load-store control dependencies, as in the
42 fuse the load from "a" with other loads. Without the WRITE_ONCE(),
44 the compiler might convert the store into a load and a check followed
45 by a store, and this compiler-generated load would not be ordered by
78 WRITE_ONCE(b, 1); /* BUG: No ordering vs. load from a!!! */
87 Now there is no conditional between the load from "a" and the store to
149 BUILD_BUG_ON(MAX <= 1); /* Order load from a with store to b. */
[all …]
/linux/arch/mips/sgi-ip22/
A DPlatform4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
12 load-$(CONFIG_SGI_IP22) += 0xffffffff88002000
15 load-$(CONFIG_SGI_IP22) += 0xffffffff88004000
21 # Set the load address to >= 0xa800000020080000 if you want to leave space for
32 load-$(CONFIG_SGI_IP28) += 0xa800000020004000
/linux/arch/mips/alchemy/
A DPlatform13 load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000
18 load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
23 load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
28 load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
/linux/arch/arm/include/debug/
A D8250.S21 .macro load, rd, rx:vararg macro
30 .macro load, rd, rx:vararg macro
42 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT]
52 1001: load \rd, [\rx, #UART_MSR << UART_SHIFT]

Completed in 44 milliseconds

12345678910>>...39