Searched refs:high_addr (Results 1 – 6 of 6) sorted by relevance
229 if (low_addr > high_addr) in uvm_addr_fitspace()231 fspace = high_addr - low_addr; in uvm_addr_fitspace()244 if (high_addr - after_gap - sz < low_addr) in uvm_addr_fitspace()250 high_addr -= after_gap + sz; in uvm_addr_fitspace()251 high_addr = uvm_addr_align_backward(tmp = high_addr, align, offset); in uvm_addr_fitspace()254 if (low_addr > high_addr) in uvm_addr_fitspace()258 *max_result = high_addr; in uvm_addr_fitspace()313 vaddr_t low_addr, high_addr; in uvm_addr_linsearch() local356 low_addr : high_addr); in uvm_addr_linsearch()531 vaddr_t low_addr, high_addr; in uaddr_rnd_select() local[all …]
77 bfd_vma high_addr; /* upper address bound */ member
1041 lldb::addr_t high_addr = OptionArgParser::ToAddress( in DoExecute() local1043 if (high_addr == LLDB_INVALID_ADDRESS || error.Fail()) { in DoExecute()1051 high_addr = abi->FixDataAddress(high_addr); in DoExecute()1054 if (high_addr <= low_addr) { in DoExecute()1125 found_location = FastSearch(found_location, high_addr, buffer.GetBytes(), in DoExecute()
226 uint32_t high_addr; member
1339 req->host_buf_addr.high_addr = htole32((uint64_t)paddr >> 32); in bwfm_pci_fill_rx_ioctl_ring()1379 req->data_buf_addr.high_addr = htole32((uint64_t)paddr >> 32); in bwfm_pci_fill_rx_buf_ring()2097 req->flow_ring_addr.high_addr = in bwfm_pci_flowring_create_cb()2255 tx->data_buf_addr.high_addr = htole32((uint64_t)paddr >> 32); in bwfm_pci_txdata()2514 req->req_buf_addr.high_addr = htole32((uint64_t)paddr >> 32); in bwfm_pci_msgbuf_query_dcmd()
10091 uint64_t high_addr; in ahd_setup_data_scb() local10093 high_addr = aic_le32toh(sg->len) & 0x7F000000; in ahd_setup_data_scb()10094 scb->hscb->dataptr |= aic_htole64(high_addr << 8); in ahd_setup_data_scb()