OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failsafe
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
page_track.c
178
if (unlikely(vgpu->
failsafe
)) {
mmio.c
114
if (vgpu->
failsafe
) {
186
if (vgpu->
failsafe
) {
vgpu.c
574
/* only reset the
failsafe
mode when dmlr reset */
575
vgpu->
failsafe
= false;
gvt.h
177
bool
failsafe
;
member in struct:intel_vgpu
handlers.c
193
pr_err("Now vgpu %d will enter
failsafe
mode.\n", vgpu->id);
194
vgpu->
failsafe
= true;
208
* and we will let vgpu enter
failsafe
mode.
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c
359
const struct dp_rates *
failsafe
= NULL, *cfg;
local
379
if (!
failsafe
||
381
failsafe
= cfg;
384
if (
failsafe
&& cfg[1].rate < dataKBps)
388
if (WARN_ON(!
failsafe
))
402
failsafe
->nr,
failsafe
->bw * 27);
404
for (cfg = nvkm_dp_rates; ret < 0 && cfg <=
failsafe
; cfg++) {
408
if (cfg !=
failsafe
)
/src/sys/dev/ic/
mlx.c
1451
int
failsafe
, i, cmd;
local
1456
failsafe
= 0;
1461
* Channels will always start again after the
failsafe
1465
failsafe
= ((mlx->mlx_pause.mp_howlong - time_second) + 5) / 30;
1467
if (
failsafe
> 0xf) {
1468
failsafe
= 0xf;
1486
mlx_make_type2(mc, cmd, (
failsafe
<< 4) | i, 0, 0,
/src/external/gpl3/gcc.old/dist/gcc/
builtins.cc
6965
rtx val,
failsafe
;
6978
/* An optional second argument can be used as a
failsafe
value on
6979
some machines. If it isn't present, then the
failsafe
value is
6984
failsafe
= expand_expr (arg1, NULL_RTX, mode, EXPAND_NORMAL);
6987
failsafe
= const0_rtx;
7003
return targetm.speculation_safe_value (mode, target, val,
failsafe
);
6962
rtx val,
failsafe
;
local
/src/external/gpl3/gcc/dist/gcc/
builtins.cc
7716
rtx val,
failsafe
;
7729
/* An optional second argument can be used as a
failsafe
value on
7730
some machines. If it isn't present, then the
failsafe
value is
7735
failsafe
= expand_expr (arg1, NULL_RTX, mode, EXPAND_NORMAL);
7738
failsafe
= const0_rtx;
7754
return targetm.speculation_safe_value (mode, target, val,
failsafe
);
7713
rtx val,
failsafe
;
local
Completed in 53 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026