Home
last modified time | relevance | path

Searched refs:faulted (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/arch/mips/kernel/
H A Dftrace.c75 int faulted; in ftrace_modify_code() local
80 if (unlikely(faulted)) in ftrace_modify_code()
92 int faulted; in ftrace_modify_code_2() local
95 if (unlikely(faulted)) in ftrace_modify_code_2()
100 if (unlikely(faulted)) in ftrace_modify_code_2()
112 int faulted; in ftrace_modify_code_2r() local
116 if (unlikely(faulted)) in ftrace_modify_code_2r()
121 if (unlikely(faulted)) in ftrace_modify_code_2r()
256 int faulted; in ftrace_get_parent_ra_addr() local
291 if (unlikely(faulted)) in ftrace_get_parent_ra_addr()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsegv_errors.c22 static bool faulted; variable
30 faulted = true; in segv_handler()
48 faulted = false; in test_segv_errors()
59 FAIL_IF(!faulted); in test_segv_errors()
62 faulted = false; in test_segv_errors()
69 FAIL_IF(!faulted); in test_segv_errors()
H A Dsubpage_prot.c33 volatile int faulted; variable
47 faulted = 1; in segv()
75 if (faulted != want_fault) { in check_faulted()
79 faulted ? "fault" : "pass"); in check_faulted()
83 if (faulted) { in check_faulted()
88 faulted = 0; in check_faulted()
/openbmc/linux/arch/microblaze/kernel/
H A Dftrace.c25 int faulted; in prepare_ftrace_return() local
52 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return()
59 if (unlikely(faulted)) { in prepare_ftrace_return()
74 int faulted = 0; in ftrace_modify_code() local
86 : "=r" (faulted) in ftrace_modify_code()
90 if (unlikely(faulted)) in ftrace_modify_code()
/openbmc/linux/arch/sparc/kernel/
H A Dftrace.c29 int faulted; in ftrace_modify_code() local
46 : "=r" (replaced), [faulted] "=r" (faulted) in ftrace_modify_code()
51 faulted = 2; in ftrace_modify_code()
53 return faulted; in ftrace_modify_code()
H A Dwof.S365 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/openbmc/linux/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c17 static bool faulted; variable
24 faulted = true; in sigbus_handler()
56 FAIL_IF(!faulted); in test_ra_error()
/openbmc/linux/arch/sh/kernel/
H A Dftrace.c319 int faulted; in prepare_ftrace_return() local
352 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return()
356 if (unlikely(faulted)) { in prepare_ftrace_return()
/openbmc/phosphor-fan-presence/monitor/example/
H A Dmonitor.yaml23 # [How many sensors on the fan must be faulted before fan
24 # will be considered faulted]
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c195 void *tpdata, bool *faulted);
1556 void *tpdata, bool *faulted) in user_event_ftrace() argument
1587 *faulted = true; in user_event_ftrace()
1597 void *tpdata, bool *faulted) in user_event_perf() argument
1630 *faulted = true; in user_event_perf()
2210 bool faulted; in user_events_write_core() local
2215 faulted = false; in user_events_write_core()
2226 probe_func(user, &copy, tpdata, &faulted); in user_events_write_core()
2232 if (unlikely(faulted)) in user_events_write_core()
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/swift/
H A Ducd90160.yaml41 analysis: gpuPGOOD # Extra GPIOAnalysis to run if faulted
46 analysis: gpuOverTemp # Extra GPIOAnalysis to run if faulted
/openbmc/docs/designs/
H A Ddevice-tree-gpio-naming.md130 #### regulator-standby-faulted
134 non-faulted condition after AC power cycle when no standby power regulator fault
135 condition is present. The status will reflect a standby regulator power faulted
H A Dpsu-monitoring.md68 power supplies experiencing some other faulted condition (no input power,
147 unsupported or faulted configuration.
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c193 bool faulted; member
209 status->faulted = !!(stat & 0x40000000); in gk104_engn_status()
237 stat, status->busy, status->faulted, status->chsw, status->save, status->load, in gk104_engn_status()
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst113 to the first task that causes the memory to be reserved or faulted, and all
114 subsequent uses of this reserved or faulted memory is done without charging.
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md56 fan's sensor(s) do not have to continuously be in a faulted state to be marked
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A Drail.md15 to be faulted by the other methods.
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst181 folio_test_mlocked(), which is set when a folio is faulted into a
306 mark those pages as mlocked as they are faulted.
310 do end up getting faulted into this VM_LOCKED VMA, they will be handled in the
313 For each PTE (or PMD) being faulted into a VMA, the page add rmap function
464 mmap() + mlock() will fail if the range cannot be faulted in (e.g. because
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1217 bool faulted = isPowerOn() && (hasPSKillFault() || hasIoutOCFault()); in checkAvailability() local
1218 available = present && !hasInputFault() && !hasVINUVFault() && !faulted; in checkAvailability()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-trace.txt255 - addr.dso shows DSO for the faulted address;
281 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
/openbmc/qemu/hw/intc/
H A Dtrace-events218 gicv3_its_cte_read_fault(uint32_t icid) "GICv3 ITS: Collection Table read for ICID 0x%x: faulted"
220 …uint32_t eventid) "GICv3 ITS: Interrupt Table read for ITTaddr 0x%" PRIx64 " EventID 0x%x: faulted"
224 gicv3_its_dte_read_fault(uint32_t devid) "GICv3 ITS: Device Table read for DeviceID 0x%x: faulted"
226 gicv3_its_vte_read_fault(uint32_t vpeid) "GICv3 ITS: vPE Table read for vPEID 0x%x: faulted"
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-bonnell.dts147 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
/openbmc/linux/Documentation/trace/
H A Dmmiotrace.rst130 fault handler. The instruction that faulted is executed and debug trap is
/openbmc/linux/Documentation/admin-guide/mm/
H A Dzswap.rst44 either invalidated or faulted back into memory. In order to force all
H A Dnuma_memory_policy.rst68 installed. Any pages already faulted in by the task when the task
115 the policy is installed. Any pages already faulted into the

12