pmap_clear_bits
#define pmap_clear_bits(table, bits) atomic_clear_64(table, bits)
#define pmap_clear_bits(pte, bits) atomic_clear_64(pte, bits)