Searched refs:old_high (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 731 uint64_t new_high, new_low, old_high, old_low; in pmap_di_load_invl() local 735 old_high = new_high = (uintptr_t)0; in pmap_di_load_invl() 738 : "=@cce" (res), "+m" (*ptr), "+a" (old_low), "+d" (old_high) in pmap_di_load_invl() 742 if ((old_high & PMAP_INVL_GEN_NEXT_INVALID) != 0) in pmap_di_load_invl() 745 out->next = (void *)old_high; in pmap_di_load_invl() 757 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local 763 old_high = (uintptr_t)old_val->next; in pmap_di_store_invl() 766 : "=@cce" (res), "+m" (*ptr), "+a" (old_low), "+d" (old_high) in pmap_di_store_invl()
|