Searched refs:stat (Results 176 - 200 of 1630) sorted by path

1234567891011>>

/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c491 static void int_stat_clear(struct spu *spu, int class, u64 stat) argument
496 stat, 0);
501 u64 stat; local
503 lv1_get_spe_interrupt_status(spu_pdata(spu)->spe_id, class, &stat);
504 return stat;
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c48 #include <linux/stat.h>
H A Dmobility.c18 #include <linux/stat.h>
H A Dpapr_scm.c83 /* length of the stat buffer as expected by phyp */
277 /* Check if the error was due to an unknown stat-id */
295 /* Handle case where stat buffer size was requested */
332 struct papr_scm_perf_stat *stat; local
341 /* Allocate request buffer enough to hold single performance stat */
352 stat = &stats->scm_statistic[0];
353 memcpy(&stat->stat_id,
355 sizeof(stat->stat_id));
356 stat->stat_val = 0;
364 *count = be64_to_cpu(stat
730 struct papr_scm_perf_stat *stat; local
1076 struct papr_scm_perf_stat *stat; local
[all...]
H A Dsuspend.c9 #include <linux/stat.h>
H A Dvio.c16 #include <linux/stat.h>
/linux-master/arch/riscv/kvm/
H A Dvcpu.c839 vcpu->stat.exits++;
H A Dvcpu_insn.c201 vcpu->stat.wfi_exit_stat++;
328 vcpu->stat.csr_exit_kernel++;
338 vcpu->stat.csr_exit_user++;
564 vcpu->stat.mmio_exit_kernel++;
570 vcpu->stat.mmio_exit_user++;
697 vcpu->stat.mmio_exit_kernel++;
703 vcpu->stat.mmio_exit_user++;
H A Dvcpu_sbi.c120 vcpu->stat.ecall_exit_stat++;
H A Dvcpu_sbi_hsm.c84 else if (vcpu->stat.generic.blocking)
/linux-master/arch/s390/appldata/
H A Dappldata_base.c16 #include <linux/sched/stat.h>
H A Dappldata_os.c22 #include <linux/sched/stat.h>
/linux-master/arch/s390/kernel/
H A Ddiag.c75 struct diag_stat *stat; local
93 stat = &per_cpu(diag_stat, cpu);
94 seq_printf(m, " %10u", stat->counter[n-1]);
H A Dsyscall.c23 #include <linux/stat.h>
/linux-master/arch/s390/kvm/
H A Ddiag.c27 vcpu->stat.instruction_diagnose_10++;
77 vcpu->stat.instruction_diagnose_258++;
148 vcpu->stat.instruction_diagnose_44++;
173 vcpu->stat.instruction_diagnose_9c++;
197 vcpu->stat.diag_9c_forward++;
208 vcpu->stat.diag_9c_ignored++;
218 vcpu->stat.instruction_diagnose_308++;
250 vcpu->stat.instruction_diagnose_500++;
304 vcpu->stat.instruction_diagnose_other++;
H A Dgaccess.c1439 kvm->stat.gmap_shadow_r1_entry++;
1468 kvm->stat.gmap_shadow_r2_entry++;
1506 kvm->stat.gmap_shadow_r3_entry++;
1540 kvm->stat.gmap_shadow_sg_entry++;
1611 vcpu->kvm->stat.gmap_shadow_pg_entry++;
H A Dintercept.c59 vcpu->stat.exit_stop_request++;
95 vcpu->stat.exit_validity++;
108 vcpu->stat.exit_instruction++;
251 vcpu->stat.exit_program_interruption++;
309 vcpu->stat.exit_external_interrupt++;
390 vcpu->stat.exit_pei++;
418 vcpu->stat.instruction_sthyi++;
467 vcpu->stat.exit_operation_exception++;
611 vcpu->stat.exit_external_request++;
614 vcpu->stat
[all...]
H A Dinterrupt.c491 vcpu->stat.deliver_cputm++;
515 vcpu->stat.deliver_ckc++;
719 vcpu->stat.deliver_machine_check++;
731 vcpu->stat.deliver_restart_signal++;
758 vcpu->stat.deliver_prefix_signal++;
781 vcpu->stat.deliver_emergency_signal++;
814 vcpu->stat.deliver_external_call++;
866 vcpu->stat.deliver_program++;
1016 vcpu->stat.deliver_service_signal++;
1040 vcpu->stat
[all...]
H A Dkvm-s390.c4084 vcpu->stat.halt_no_poll_steal++;
4781 vcpu->stat.exit_null++;
4794 vcpu->stat.pfault_sync++;
5092 vcpu->stat.exit_userspace++;
H A Dpriv.c34 vcpu->stat.instruction_ri++;
55 vcpu->stat.instruction_gs++;
90 vcpu->stat.instruction_sck++;
129 vcpu->stat.instruction_spx++;
167 vcpu->stat.instruction_stpx++;
197 vcpu->stat.instruction_stap++;
264 vcpu->stat.instruction_iske++;
311 vcpu->stat.instruction_rrbe++;
362 vcpu->stat.instruction_sske++;
441 vcpu->stat
[all...]
H A Dsigp.c309 vcpu->stat.instruction_sigp_sense++;
313 vcpu->stat.instruction_sigp_external_call++;
317 vcpu->stat.instruction_sigp_emergency++;
321 vcpu->stat.instruction_sigp_stop++;
325 vcpu->stat.instruction_sigp_stop_store_status++;
329 vcpu->stat.instruction_sigp_store_status++;
334 vcpu->stat.instruction_sigp_prefix++;
338 vcpu->stat.instruction_sigp_cond_emergency++;
343 vcpu->stat.instruction_sigp_sense_running++;
347 vcpu->stat
[all...]
H A Dvsie.c1227 vcpu->kvm->stat.gmap_shadow_reuse++;
1236 vcpu->kvm->stat.gmap_shadow_create++;
1415 vcpu->stat.instruction_sie++;
/linux-master/arch/s390/pci/
H A Dpci_sysfs.c13 #include <linux/stat.h>
/linux-master/arch/sh/drivers/dma/
H A Ddma-sysfs.c11 #include <linux/stat.h>
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c55 u16 stat; local
75 pci_devfn, PCI_STATUS, &stat);
76 if (!(stat & PCI_STATUS_66MHZ)) {

Completed in 570 milliseconds

1234567891011>>