Lines Matching defs:mode
81 * The power state coordination mode used in CPU_SUSPEND.
82 * Defaults to platform-coordinated mode.
523 * This function is used in platform-coordinated mode.
601 * This function is used in OS-initiated mode.
830 unsigned int daif, ee, mode;
862 mode = ((ns_scr_el3 & SCR_HCE_BIT) != 0U) ? MODE_EL2 : MODE_EL1;
864 ep->spsr = SPSR_64((uint64_t)mode, MODE_SP_ELX,
868 mode = ((ns_scr_el3 & SCR_HCE_BIT) != 0U) ?
872 * TODO: Choose async. exception bits if HYP mode is not
877 ep->spsr = SPSR_MODE32((uint64_t)mode, entrypoint & 0x1, ee,
889 unsigned int aif, ee, mode;
916 mode = scr & SCR_HCE_BIT ? MODE32_hyp : MODE32_svc;
919 * TODO: Choose async. exception bits if HYP mode is not
924 ep->spsr = SPSR_MODE32(mode, entrypoint & 0x1, ee, aif);