HomeSort by: relevance | last modified time | path
    Searched refs:TC_SPACE_SPARSE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/include/
tc_machdep.h 90 #define TC_SPACE_SPARSE 0x0000000010000000
94 (((addr) & TC_SPACE_IND) | TC_SPACE_SPARSE | \
  /src/sys/arch/alpha/tc/
tc_bus_mem.c 303 if ((memh & TC_SPACE_SPARSE) != 0)
331 if ((bsh & TC_SPACE_SPARSE) != 0) {
379 if ((memh & TC_SPACE_SPARSE) != 0) {
398 if ((memh & TC_SPACE_SPARSE) != 0) {
418 if ((memh & TC_SPACE_SPARSE) != 0)
439 if ((memh & TC_SPACE_SPARSE) != 0)
493 if ((memh & TC_SPACE_SPARSE) != 0) {
508 if ((memh & TC_SPACE_SPARSE) != 0) {
524 if ((memh & TC_SPACE_SPARSE) != 0)
539 if ((memh & TC_SPACE_SPARSE) != 0
    [all...]

Completed in 12 milliseconds