Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c731 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()
739 : "b"(new_low), "c" (new_high) in pmap_di_load_invl()
748 out->next = (void *)new_high; in pmap_di_load_invl()
757 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local
761 new_high = (uintptr_t)new_val->next; in pmap_di_store_invl()
767 : "b"(new_low), "c" (new_high) in pmap_di_store_invl()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flow.c2384 u16 new_high = in ice_flow_acl_frmt_entry_range() local
2393 CPU_TO_BE16(new_high); in ice_flow_acl_frmt_entry_range()