Home
last modified time | relevance | path

Searched refs:asid_to (Results 1 – 1 of 1) sorted by relevance

/libcpu/aarch64/common/
A Dmmu.c377 rt_uint16_t asid_to, asid_from; in _aspace_get_asid() local
380 asid_to = aspace->asid; in _aspace_get_asid()
381 if (asid_to == 0) in _aspace_get_asid()
387 asid_to = ++_asid_pool; in _aspace_get_asid()
388 LOG_D("Allocated ASID %d to PID %d(aspace %p)", asid_to, lwp_self()->pid, aspace); in _aspace_get_asid()
392 asid_to = _asid_pool = 1; in _aspace_get_asid()
398 aspace->asid = asid_to; 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()
[all …]

Completed in 4 milliseconds