Home | History | Annotate | Download | only in cortex

Lines Matching refs:sc_physical

120 	if (!prop_dictionary_get_bool(dict, "physical", &sc->sc_physical))
121 prop_dictionary_get_bool(pdict, "physical", &sc->sc_physical);
129 sc->sc_physical ? "physical" : "virtual");
195 val = sc->sc_physical ? gtmr_cntpct_read() : gtmr_cntvct_read();
201 return sc->sc_physical ? gtmr_cntpct_read() : gtmr_cntvct_read();
209 if (sc->sc_physical)
218 if (sc->sc_physical)
229 if (sc->sc_physical)
240 if (sc->sc_physical)
273 if (sc->sc_physical) {
365 const uint64_t then = sc->sc_physical ? gtmr_cntp_cval_read() : gtmr_cntv_cval_read();