pmap_clear
#define pmap_clear(table) atomic_store_64(table, 0)
#define pmap_clear(pte) pmap_store(pte, 0)