Home | Sort by: relevance | last modified time | path |
/src/sys/arch/aarch64/include/ | |
cpufunc.h | 175 uint64_t addrtop, tbi; local in function:aarch64_addressspace 177 addrtop = va & AARCH64_ADDRTOP_TAG; 178 tbi = addrtop ? TCR_TBI1 : TCR_TBI0; 180 if (addrtop == 0) { 192 addrtop = va & AARCH64_ADDRTOP_MSB; 193 if (addrtop == 0) { 208 uint64_t addrtop, tbi; local in function:aarch64_untag_address 210 addrtop = va & AARCH64_ADDRTOP_TAG; 211 tbi = addrtop ? TCR_TBI1 : TCR_TBI0; 213 if (addrtop == 0) [all...] |
cpufunc.h | 175 uint64_t addrtop, tbi; local in function:aarch64_addressspace 177 addrtop = va & AARCH64_ADDRTOP_TAG; 178 tbi = addrtop ? TCR_TBI1 : TCR_TBI0; 180 if (addrtop == 0) { 192 addrtop = va & AARCH64_ADDRTOP_MSB; 193 if (addrtop == 0) { 208 uint64_t addrtop, tbi; local in function:aarch64_untag_address 210 addrtop = va & AARCH64_ADDRTOP_TAG; 211 tbi = addrtop ? TCR_TBI1 : TCR_TBI0; 213 if (addrtop == 0) [all...] |