Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_i86.h71 #define TOP_LEVEL(h) (((h)->hat_flags & HAT_VLP) ? VLP_LEVEL : mmu.max_level)
126 #define HAT_VLP (0x0002) macro
H A Dhat_i86.c285 hat->hat_flags = HAT_VLP; in hat_alloc()
292 if ((hat->hat_flags & HAT_VLP)) { in hat_alloc()
312 if (hat->hat_flags & HAT_VLP) in hat_alloc()
458 if (hat->hat_flags & HAT_VLP) in hat_free_end()
1012 if (hat->hat_flags & HAT_VLP) { in hat_switch()
1952 if (hat->hat_flags & HAT_VLP) { in hati_demap_func()
H A Dhtable.c775 is_vlp = (hat->hat_flags & HAT_VLP) && level == VLP_LEVEL; in htable_alloc()
1283 if ((hat->hat_flags & HAT_VLP) && vaddr >= ((uint64_t)1 << 32)) in htable_lookup()