Searched refs:faults (Results 1 – 25 of 85) sorted by relevance
1234
33 $faults = Get-EventLog -LogName Application -InstanceId 1000 -EntryType Error ` variable36 if ($faults) { variable39 Write-Host $faults[0].Message variable
16 This test uses memtester to find memory subsystem faults. The quick test
14 This test uses memtester to find memory subsystem faults. Amount of memory
16 This test uses rowhammer-test to find memory faults that may lead to violations
18 This test uses rowhammer-test to find memory faults that may lead to violations
12 # unstable results (probably related to the iommu faults).
100 1. Enable separate detection of usage/bus/memory faults via the SHCSR.104 While this allows some faults to nest, it doesn't guarantee all will properly
8 of future memory faults, at least the fixed filesystem will be fully
55 and hardware faults.
91 * mem.mm.min_flt: Minor page faults92 * mem.mm.maj_flt: Major page faults93 * mem.mm.swp_flt: Page faults served by swapcache94 * mem.mm.read_io: Read page faults backed by I/O
45 vm protection faults in piglit lest: texsubimage cube_map_array pbo
163 - freedreno/a5xx: fix page faults on last level
69 The Talos Principle and Serious Sam 3 GPU faults288 - radeonsi: fix VM faults due NULL internal const buffers on CIK
242 [segmentation faults](https://github.com/rust-lang/rust/issues/39394) on some platforms248 [segmentation faults](https://github.com/rust-lang/rust/issues/39394) on some platforms
195 | ``6`` | :attr:`ru_minflt` | page faults not requiring I/O |197 | ``7`` | :attr:`ru_majflt` | page faults requiring I/O |
23 used incorrectly it may cause segmentation faults, crashes or other incorrect
57 of faults are supported:
133 …`LDR``, we'd still need to use ``LD1`` in some places to avoid alignment faults (the result of the…135 Most operating systems however do not run with alignment faults enabled, so this is often not an is…
163 * DrawSetStrokeDashArray() no longer faults for an array of one element198 * CloneDrawingWand() no longer faults when the supplied drawing wand has not
63 or needs. This library is provided with all faults, and the entire
314 | ``6`` | :attr:`ru_minflt` | page faults not requiring I/O |316 | ``7`` | :attr:`ru_majflt` | page faults requiring I/O |
390 __s32 faults; member