Searched refs:load (Results 176 - 200 of 391) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev67-strchr.S32 ldq_u t0, 0(a0) # L : load first quadword Latency=3
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py165 g_plot('set ylabel "CPU load (percent)"')
210 g_plot('set ylabel "CPU load (percent)"')
326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_mask):
336 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %u, %u, %u, %u, %.4f, %u, %.2f, %.3f, %u, %.3f, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(aperf), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm)
368 f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, aperf, tsc, freq, boost, load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm')
473 load = Decimal(int(mperf)*100)/ Decimal(tsc)
480 store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_mask)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dga102.c132 .load = ga102_flcn_fw_load,
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dga102.c152 .load = ga102_flcn_fw_load,
/linux-master/tools/perf/util/
H A Dkwork.h186 u64 load; member in struct:__top_cpus_runtime
H A Dbpf-filter.l108 load { return constant(PERF_MEM_OP_LOAD); }
/linux-master/include/linux/mlx5/
H A Deswitch.h39 int (*load)(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep); member in struct:mlx5_eswitch_rep_ops
/linux-master/include/drm/
H A Ddrm_drv.h180 * @load:
195 int (*load) (struct drm_device *, unsigned long flags); member in struct:drm_driver
262 * Reverse the effects of the driver load callback. Ideally,
264 * reverse order of the initialization. Similarly to the load
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c478 /* FIXME: TCM load per interface? or need something per link? */
480 data->primary_load = mvm->tcm.result.load[mvmvif->id];
482 data->secondary_load = mvm->tcm.result.load[mvmvif->id];
496 /* FIXME: TCM load per interface? or need something per link? */
498 data->primary_load = mvm->tcm.result.load[mvmvif->id];
500 data->secondary_load = mvm->tcm.result.load[mvmvif->id];
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c134 .load = s390_elf_load,
/linux-master/drivers/watchdog/
H A Dstarfive-wdt.c84 unsigned int load; /* Watchdog Load register */ member in struct:starfive_wdt_variant
115 .load = STARFIVE_WDT_JH7100_LOAD,
133 .load = STARFIVE_WDT_JH7110_LOAD,
262 writel(val, wdt->base + wdt->variant->load);
/linux-master/arch/powerpc/kexec/
H A Delf_64.c76 pr_err("Failed to load kdump kernel segments\n");
156 .load = elf64_load,
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S1041 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
2581 # load temp registers with operands
2597 clr.l %d7 # load
[all...]
H A Dfplsp.S574 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 sg
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dfsl_hcalls.h286 uint32_t entry_point, int load)
296 r5 = load;
285 fh_partition_start(unsigned int partition, uint32_t entry_point, int load) argument
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S148 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
183 ldmia r0, {r4 - r6} @ load cp regs
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk20a.c278 int (*load)(struct nvkm_blob *, struct gf100_gr_pack **),
288 ret = load(&blob, ppack);
/linux-master/arch/arm/mach-omap1/
H A Dsleep.S71 @ load base address of Traffic Controller
97 @ load base address of ARM_IDLECT1 and ARM_IDLECT2
/linux-master/arch/arm64/include/asm/
H A Duaccess.h187 #define __get_mem_asm(load, reg, x, addr, err, type) \
189 "1: " load " " reg "1, [%2]\n" \
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dheadc57d.c195 asyh->olut.load = headc57d_olut_load_8;
197 asyh->olut.load = headc57d_olut_load;
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c144 * @load: utilization in percents
184 unsigned long load; member in struct:exynos5_dmc
806 * When there is almost no load the counters overflow every 4s,
808 * The high load might be approximated using linear function.
819 dmc->load = 70;
826 dmc->load = 35;
892 dmc->load = 99;
934 unsigned long load, total; local
942 stat->busy_time = dmc->load;
945 ret = exynos5_counters_get(dmc, &load,
[all...]
/linux-master/drivers/gpu/host1x/
H A Ddev.h69 u32 (*load)(struct host1x_syncpt *syncpt); member in struct:host1x_syncpt_ops
204 return host->syncpt_op->load(sp);
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S89 VL K0,0,,%r7 # load sigma
90 VL K1,0,,KEY # load key
92 VL K3,0,,COUNTER # load counter
97 VLM XA0,XA3,0x60,%r7,4 # load [smashed] sigma
488 VLM K1,K2,0,KEY,0 # load key
489 VL K3,0,,COUNTER # load counter
491 VLM K0,BEPERM,0,%r7,4 # load sigma, increments, ...
741 VLM K0,T3,0,%r7,4 # re-load sigma and increments
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c129 /* let the FW load anyway */
210 /* continue, let the FW load anyway */
575 const void *data, size_t size, bool load)
581 return load ?
593 * if load is true: Load the FW and uCode code and data to the
600 size_t size, bool load)
619 &hdr[1], hdr_sz, load);
641 * If load is true, load firmware to device, otherwise
647 bool load)
574 wil_fw_handle_record(struct wil6210_priv *wil, int type, const void *data, size_t size, bool load) argument
599 wil_fw_process(struct wil6210_priv *wil, const void *data, size_t size, bool load) argument
646 wil_request_firmware(struct wil6210_priv *wil, const char *name, bool load) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c196 bool load; member in struct:gk104_engn_status
214 status->load = !!(stat & 0x00002000);
220 if (status->load && status->save) {
226 if (status->load) {
232 if (status->load) {
236 ENGN_DEBUG(engn, "%08x: busy %d faulted %d chsw %d save %d load %d %sid %d%s-> %sid %d%s",
237 stat, status->busy, status->faulted, status->chsw, status->save, status->load,

Completed in 217 milliseconds

1234567891011>>