Searched refs:asid_from (Results 1 – 1 of 1) sorted by relevance
377 rt_uint16_t asid_to, asid_from; in _aspace_get_asid() local403 asid_from = ttbr0_from >> MMU_ASID_SHIFT; in _aspace_get_asid()404 if (asid_from == asid_to) in _aspace_get_asid()406 LOG_D("Conflict ASID. from %d, to %d", asid_from, asid_to); in _aspace_get_asid()411 LOG_D("ASID switched. from %d, to %d", asid_from, asid_to); in _aspace_get_asid()
Completed in 5 milliseconds