Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c52 #define VA_LOW_BITS ((1UL << 48) - 1) macro
53 #define VA_SIGN_EXTEND(va) ((((va) & VA_LOW_BITS) ^ VA_SIGN_BIT) - VA_SIGN_BIT)