Home | History | Annotate | Download | only in dm

Lines Matching defs:state

9 #include <asm/state.h>
17 struct sandbox_state *state = state_get_current();
32 state->sysreset_allowed[SYSRESET_WARM] = true;
34 state->sysreset_allowed[SYSRESET_WARM] = false;
40 state->sysreset_allowed[SYSRESET_POWER] = false;
42 state->sysreset_allowed[SYSRESET_POWER] = true;
51 struct sandbox_state *state = state_get_current();
54 state->sysreset_allowed[SYSRESET_POWER] = false;
64 state->sysreset_allowed[SYSRESET_COLD] = true;
68 state->sysreset_allowed[SYSRESET_COLD] = false;
69 state->sysreset_allowed[SYSRESET_POWER] = true;