pmap_store
#define pmap_store(table, entry) atomic_store_64(table, entry)
#define pmap_store(pte, entry) atomic_store_64(pte, entry)