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.c766 uint64_t new_high, new_low, old_high, old_low; in pmap_di_load_invl() local
770 old_high = new_high = (uintptr_t)0; in pmap_di_load_invl()
774 : "b"(new_low), "c" (new_high) in pmap_di_load_invl()
783 out->next = (void *)new_high; in pmap_di_load_invl()
792 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local
796 new_high = (uintptr_t)new_val->next; in pmap_di_store_invl()
802 : "b"(new_low), "c" (new_high) in pmap_di_store_invl()