Home
last modified time | relevance | path

Searched refs:ubound (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_init_ops.h363 int ubound; member
529 REG_WR(sc, read_arb_addr[i].ubound, in ecore_init_pxp_arb()
530 read_arb_data[i][r_order].ubound); in ecore_init_pxp_arb()
543 REG_WR(sc, write_arb_addr[i].ubound, in ecore_init_pxp_arb()
544 write_arb_data[i][w_order].ubound); in ecore_init_pxp_arb()
555 val = REG_RD(sc, write_arb_addr[i].ubound); in ecore_init_pxp_arb()
556 REG_WR(sc, write_arb_addr[i].ubound, in ecore_init_pxp_arb()
557 val | (write_arb_data[i][w_order].ubound << 7)); in ecore_init_pxp_arb()
562 val += write_arb_data[NUM_WR_Q-1][w_order].ubound << 10; in ecore_init_pxp_arb()
567 val += read_arb_data[NUM_RD_Q-1][r_order].ubound << 10; in ecore_init_pxp_arb()
/freebsd/sys/vm/
H A Dvm_map.c1538 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local
1585 lbound = ubound = header; in vm_map_lookup_entry()
1588 ubound = cur; in vm_map_lookup_entry()
1595 if (cur == ubound) in vm_map_lookup_entry()
5298 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local
5324 lbound = ubound = header; in _vm_map_assert_consistent()
5327 ubound = cur; in _vm_map_assert_consistent()
5335 KASSERT(cur != ubound, in _vm_map_assert_consistent()
5346 max_right = vm_map_entry_max_free_right(entry, ubound); in _vm_map_assert_consistent()
/freebsd/sys/dev/iommu/
H A Diommu_gas.c310 iommu_gaddr_t end, iommu_gaddr_t lbound, iommu_gaddr_t ubound) in iommu_gas_match_one() argument
329 end = MIN(end - IOMMU_PAGE_SIZE - 1, ubound); in iommu_gas_match_one()