Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c53 #define VA_SIGN_EXTEND(va) ((((va) & VA_LOW_BITS) ^ VA_SIGN_BIT) - VA_SIGN_BIT) macro
911 VA_SIGN_EXTEND(base + entry * pagesize)); in do_ptable_dcmd()
1022 return (VA_SIGN_EXTEND(va)); in entry2va()