Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c772 uint64_t new_high, new_low, old_high, old_low; in pmap_di_load_invl() local
776 old_high = new_high = (uintptr_t)0; in pmap_di_load_invl()
780 : "b"(new_low), "c" (new_high) in pmap_di_load_invl()
789 out->next = (void *)new_high; in pmap_di_load_invl()
798 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local
802 new_high = (uintptr_t)new_val->next; in pmap_di_store_invl()
808 : "b"(new_low), "c" (new_high) in pmap_di_store_invl()