Searched defs:prot_fault (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dsa.h171 uint64_t prot_fault; member in struct:cpu64_vminfo
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h164 uint_t prot_fault; /* protection faults */ member in struct:cpu_vminfo
267 uint64_t prot_fault; /* protection faults */ member in struct:cpu_vm_stats
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c316 kstat_named_t prot_fault; member in struct:cpu_vm_stats_ks_data
348 { "prot_fault", KSTAT_DATA_UINT64 },
3306 cvskd->prot_fault.value.ui64 = cvs->prot_fault;
3436 cso->cpu_vminfo.prot_fault = CPU_STATS(cp, vm.prot_fault);

Completed in 57 milliseconds