pmap_load_store
#define pmap_load_store(table, entry) atomic_swap_64(table, entry)
#define pmap_load_store(pte, entry) atomic_swap_64(pte, entry)