Home
last modified time | relevance | path

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

/openbsd/sys/uvm/
H A Duvm_addr.c229 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() local
356 low_addr : high_addr); in uvm_addr_linsearch()
531 vaddr_t low_addr, high_addr; in uaddr_rnd_select() local
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/config/mips/
H A Dtm-mips.h77 bfd_vma high_addr; /* upper address bound */ member
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1041 lldb::addr_t high_addr = OptionArgParser::ToAddress( in DoExecute() local
1043 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()
/openbsd/sys/dev/pci/
H A Dif_bwfm_pci.h226 uint32_t high_addr; member
H A Dif_bwfm_pci.c1339 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()
/openbsd/sys/dev/ic/
H A Daic79xx.c10091 uint64_t high_addr; in ahd_setup_data_scb() local
10093 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()