Searched refs:next_mode (Results 1 – 3 of 3) sorted by relevance
76 uintptr_t next_addr, uintptr_t next_mode) in rv_hart_switch_mode_from_M() argument84 switch (next_mode) { in rv_hart_switch_mode_from_M()107 val = INSERT_FIELD(val, MSTATUS_MPPM, next_mode); in rv_hart_switch_mode_from_M()113 if (next_mode == PRV_S) { in rv_hart_switch_mode_from_M()118 } else if (next_mode == PRV_U) { in rv_hart_switch_mode_from_M()
14 uintptr_t next_addr, uintptr_t next_mode);
1704 mcg_mode_t next_mode; in CLOCK_SetMcgConfig() local1735 next_mode = CLOCK_GetMode(); in CLOCK_SetMcgConfig()1739 next_mode = mcgModeMatrix[next_mode][config->mcgMode]; in CLOCK_SetMcgConfig()1741 switch (next_mode) in CLOCK_SetMcgConfig()1787 } while (next_mode != config->mcgMode); in CLOCK_SetMcgConfig()
Completed in 12 milliseconds