Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c771 uint64_t new_high, new_low, old_high, old_low; in pmap_di_load_invl() local
775 old_high = new_high = (uintptr_t)0; in pmap_di_load_invl()
779 : "b"(new_low), "c" (new_high) in pmap_di_load_invl()
788 out->next = (void *)new_high; in pmap_di_load_invl()
797 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local
801 new_high = (uintptr_t)new_val->next; in pmap_di_store_invl()
807 : "b"(new_low), "c" (new_high) in pmap_di_store_invl()