Home
last modified time | relevance | path

Searched refs:load (Results 1 - 25 of 723) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h11 * unsigned long load[128]
13 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx() argument
18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
19 printf("vsx[%d]: %lx load[%d] %lx\n", in validate_vsx()
20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx()
29 * unsigned long load[128]
31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx() argument
37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx()
38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx()
39 printf("vmx[%d][0]: %lx load[ in validate_vmx()
70 compare_vsx_vmx(unsigned long *store, unsigned long *load) compare_vsx_vmx() argument
108 load_vsx_vmx(unsigned long *load, unsigned long *vsx, unsigned long vmx[][2]) load_vsx_vmx() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h11 * unsigned long load[128]
13 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx() argument
18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
19 printf("vsx[%d]: %lx load[%d] %lx\n", in validate_vsx()
20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx()
29 * unsigned long load[128]
31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx() argument
37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx()
38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx()
39 printf("vmx[%d][0]: %lx load[ in validate_vmx()
70 compare_vsx_vmx(unsigned long *store, unsigned long *load) compare_vsx_vmx() argument
108 load_vsx_vmx(unsigned long *load, unsigned long *vsx, unsigned long vmx[][2]) load_vsx_vmx() argument
[all...]
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dalignment.c198 int imm, regular, load, len, addr_mode, idx_mode; in do_16() local
206 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()
291 if (load) { in do_16()
315 int imm, regular, load, len, sign_ext; do_32() local
[all...]
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsp805_wdt.c64 * @load_val: load value to be set for current timeout
90 /* This routine finds load value that will reset system in required timout */
94 u64 load, rate; in wdt_setload() local
102 * load is half of what should be required. in wdt_setload()
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_MI in wdt_setload()
122 u64 load; wdt_timeleft() local
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsp805_wdt.c65 * @load_val: load value to be set for current timeout
91 /* This routine finds load value that will reset system in required timeout */
95 u64 load, rate; in wdt_setload() local
103 * load is half of what should be required. in wdt_setload()
105 load = div_u64(rate, 2) * timeout - 1; in wdt_setload()
107 load = (load > LOAD_MAX) ? LOAD_MAX : load; in wdt_setload()
108 load = (load < LOAD_MI in wdt_setload()
123 u64 load; wdt_timeleft() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_dev.c498 * @load: details about image load
503 struct genwqe_bitstream *load) in do_flash_update()
518 if ((load->size & 0x3) != 0) in do_flash_update()
521 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0) in do_flash_update()
525 switch ((char)load->partition) { in do_flash_update()
539 buf = (u8 __user *)load->data_addr; in do_flash_update()
544 blocks_to_flash = load->size / FLASH_BLOCK; in do_flash_update()
545 while (load->size) { in do_flash_update()
552 tocopy = min_t(size_t, load in do_flash_update()
502 do_flash_update(struct genwqe_file *cfile, struct genwqe_bitstream *load) do_flash_update() argument
639 do_flash_read(struct genwqe_file *cfile, struct genwqe_bitstream *load) do_flash_read() argument
1151 struct genwqe_bitstream load; genwqe_ioctl() local
1172 struct genwqe_bitstream load; genwqe_ioctl() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_dev.c498 * @load: details about image load
503 struct genwqe_bitstream *load) in do_flash_update()
518 if ((load->size & 0x3) != 0) in do_flash_update()
521 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0) in do_flash_update()
525 switch ((char)load->partition) { in do_flash_update()
539 buf = (u8 __user *)load->data_addr; in do_flash_update()
544 blocks_to_flash = load->size / FLASH_BLOCK; in do_flash_update()
545 while (load->size) { in do_flash_update()
552 tocopy = min_t(size_t, load in do_flash_update()
502 do_flash_update(struct genwqe_file *cfile, struct genwqe_bitstream *load) do_flash_update() argument
639 do_flash_read(struct genwqe_file *cfile, struct genwqe_bitstream *load) do_flash_read() argument
1151 struct genwqe_bitstream load; genwqe_ioctl() local
1172 struct genwqe_bitstream load; genwqe_ioctl() local
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H 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));
119 TP_printk("cpus=%s freq=%lu load={%s} dynamic_power=%d",
121 __print_array(__get_dynamic_array(load), __entry->load_len, 4),
163 __field(u32, load )
172 __entry->load
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dpelt.c107 unsigned long load, unsigned long runnable, int running) in accumulate_sum()
128 if (load) { in accumulate_sum()
132 * if (!load) in accumulate_sum()
145 if (load) in accumulate_sum()
146 sa->load_sum += load * contrib; in accumulate_sum()
168 * following representation of historical load:
174 * This means that the contribution to load ~32ms ago (u_32) will be weighted
175 * approximately half as much as the contribution to load within the last ms
185 unsigned long load, unsigned long runnable, int running) in ___update_load_sum()
220 if (!load) in ___update_load_sum()
106 accumulate_sum(u64 delta, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) accumulate_sum() argument
184 ___update_load_sum(u64 now, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) ___update_load_sum() argument
261 ___update_load_avg(struct sched_avg *sa, unsigned long load) ___update_load_avg() argument
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dpelt.c103 unsigned long load, unsigned long runnable, int running) in accumulate_sum()
124 if (load) { in accumulate_sum()
128 * if (!load) in accumulate_sum()
141 if (load) in accumulate_sum()
142 sa->load_sum += load * contrib; in accumulate_sum()
164 * following representation of historical load:
170 * This means that the contribution to load ~32ms ago (u_32) will be weighted
171 * approximately half as much as the contribution to load within the last ms
181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum()
216 if (!load) in ___update_load_sum()
102 accumulate_sum(u64 delta, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) accumulate_sum() argument
180 ___update_load_sum(u64 now, struct sched_avg *sa, unsigned long load, unsigned long runnable, int running) ___update_load_sum() argument
257 ___update_load_avg(struct sched_avg *sa, unsigned long load) ___update_load_avg() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/boot/romimage/
H 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 \
/kernel/linux/linux-6.6/arch/sh/boot/romimage/
H 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 \
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10.S526 lxvb16x 32, 0, 8 # load Xi
528 # load Hash - h^4, h^3, h^2, h
582 lxvb16x 30+32, 0, 7 # load IV - v30
592 # load round key to VSR
605 # load rounds - 10 (128), 12 (192), 14 (256)
616 # load 2 more round keys (v11, v12)
623 # load 2 more round keys (v11, v12, v13, v14)
683 lxvb16x 15, 0, 14 # load block
684 lxvb16x 16, 15, 14 # load block
685 lxvb16x 17, 16, 14 # load bloc
[all...]
/kernel/linux/linux-5.10/include/linux/sched/
H A Dloadavg.h6 * These are the constant used to fake the fixed-point load-average
9 * a load-average precision of 10 bits integer + 11 bits fractional
10 * - if you want to count load-averages more often, you need more
29 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,
/kernel/linux/linux-6.6/include/linux/sched/
H A Dloadavg.h6 * These are the constant used to fake the fixed-point load-average
9 * a load-average precision of 10 bits integer + 11 bits fractional
10 * - if you want to count load-averages more often, you need more
29 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,
/kernel/linux/linux-6.6/tools/perf/util/
H A Djitdump.c337 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
338 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
339 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
340 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
341 jr->load.code_size = bswap_64(jr->load in jit_get_next_entry()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddo_func.S98 | 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
390 beq ld_pzero |if pos then load +0
391 bra ld_mzero |else neg load -0
448 leal pscalet,%a1 |load start of jump table
449 movel (%a1,%d1.w*4),%a1 |load a
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddo_func.S98 | 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
390 beq ld_pzero |if pos then load +0
391 bra ld_mzero |else neg load -0
448 leal pscalet,%a1 |load start of jump table
449 movel (%a1,%d1.w*4),%a1 |load a
[all...]
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dondemand.c188 struct cachefiles_open *load; in cachefiles_ondemand_get_fd() local
219 load = (void *)req->msg.data; in cachefiles_ondemand_get_fd()
220 load->fd = fd; in cachefiles_ondemand_get_fd()
225 trace_cachefiles_ondemand_open(object, &req->msg, load); in cachefiles_ondemand_get_fd()
401 struct cachefiles_open *load = (void *)req->msg.data; in cachefiles_ondemand_init_open_req() local
421 load->volume_key_size = volume_key_size; in cachefiles_ondemand_init_open_req()
422 load->cookie_key_size = cookie_key_size; in cachefiles_ondemand_init_open_req()
423 memcpy(load->data, volume_key, volume_key_size); in cachefiles_ondemand_init_open_req()
424 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req()
458 struct cachefiles_read *load in cachefiles_ondemand_init_read_req() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Djitdump.c329 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
330 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
331 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
332 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
333 jr->load.code_size = bswap_64(jr->load in jit_get_next_entry()
[all...]
/kernel/linux/linux-5.10/drivers/net/can/softing/
H 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",},
/kernel/linux/linux-6.6/drivers/net/can/softing/
H 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",},
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H A Dbenchmark.c25 * to get the given load time
27 * @param load aimed load time in µs
32 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()
50 /* approximation of the wanted load time by comparing with the in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
70 * generates a specific sleep an load time with the performance
88 load_time = config->load; in start_benchmark()
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H A Dbenchmark.c25 * to get the given load time
27 * @param load aimed load time in µs
32 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()
50 /* approximation of the wanted load time by comparing with the in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
70 * generates a specific sleep an load time with the performance
88 load_time = config->load; in start_benchmark()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/debug/
H A D8250.S21 .macro load, rd, rx:vararg
30 .macro load, rd, rx:vararg
42 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT]
52 1001: load \rd, [\rx, #UART_MSR << UART_SHIFT]

Completed in 12 milliseconds

12345678910>>...29