Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h180 #define PDmap ((pd_entry_t *)(addr_PDmap)) macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c803 return (PDmap + ((va >> PDRSHIFT) & mask)); in vtopt()