Searched refs:ucr_high (Results 1 – 23 of 23) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | vfs_bio.c | 146 high_constraint.ucr_low = dma_constraint.ucr_high; in bufinit() 147 high_constraint.ucr_high = no_constraint.ucr_high; in bufinit() 148 if (high_constraint.ucr_low != high_constraint.ucr_high) in bufinit() 302 if (range != NULL && range->ucr_high > dma_constraint.ucr_high) { in bufbackoff() 328 if (range->ucr_low > dma_constraint.ucr_high) in bufbackoff()
|
| D | kern_malloc.c | 224 no_constraint.ucr_low, no_constraint.ucr_high, in malloc()
|
| D | subr_hibernate.c | 461 pig_constraint.ucr_high = -1; in uvm_pmr_alloc_pig() 466 pig_constraint.ucr_high = piglet_pa - 1; in uvm_pmr_alloc_pig()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | bus_dma.c | 419 if (paddr > dma_constraint.ucr_high && in _bus_dmamap_load_raw() 544 high = no_constraint.ucr_high; in _bus_dmamem_alloc() 547 high = dma_constraint.ucr_high; in _bus_dmamem_alloc() 725 if (curaddr > dma_constraint.ucr_high && in _bus_dmamap_load_buffer()
|
| /openbsd/src/sys/uvm/ |
| D | uvm_page.h | 295 (dma_constraint.ucr_low <= paddr && dma_constraint.ucr_high > paddr)
|
| D | uvm_page.c | 812 dma_constraint.ucr_high, 0, 0, &plist, atop(round_page(size)), in uvm_pagealloc_multi() 847 r = uvm_pglistalloc(size, where->ucr_low, where->ucr_high, 0, in uvm_pagerealloc_multi() 1386 high = atop(constraint->ucr_high); in uvm_pagecount()
|
| D | uvm_extern.h | 233 paddr_t ucr_high; member
|
| D | uvm_glue.c | 200 dma_constraint.ucr_high, 0, 0, &pgl, npages, UVM_PLA_WAITOK); in uvm_vslock_device()
|
| D | uvm_pmemrange.c | 1719 uvm_md_constraints[i]->ucr_high); in uvm_pmr_init() 2139 pma.pm_constraint.ucr_high = high; in uvm_wait_pla() 2176 if (low < pma->pm_constraint.ucr_high && in uvm_wakeup_pla()
|
| D | uvm_pdaemon.c | 450 if (paddr >= constraint->ucr_low && paddr < constraint->ucr_high) in uvmpd_match_constraint()
|
| D | uvm_swap.c | 352 dma_constraint.ucr_high, 0, 0, &pgl, npages, flags); in uvm_swap_allocpages() 1769 VM_PAGE_TO_PHYS(pps[i]) > dma_constraint.ucr_high) {
|
| D | uvm_km.c | 684 kp->kp_constraint->ucr_high, pla_align, kp->kp_boundary, in km_alloc()
|
| /openbsd/src/sys/dev/pv/ |
| D | viomb.c | 293 dma_constraint.ucr_high, in viomb_inflate()
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | bus_dma.c | 380 dma_constraint.ucr_high); in _dmamem_alloc()
|
| /openbsd/src/sys/arch/powerpc/powerpc/ |
| D | bus_dma.c | 360 if (paddr > dma_constraint.ucr_high) in _dmamap_load_raw()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | bus_dma.c | 463 dma_constraint.ucr_high); in _dmamem_alloc()
|
| D | machdep.c | 664 dma_constraint.ucr_high = bemtoh64((uint64_t *)prop + 1); in initriscv()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | bus_dma.c | 456 dma_constraint.ucr_high); in _dmamem_alloc()
|
| D | machdep.c | 918 dma_constraint.ucr_high = bemtoh64((uint64_t *)prop + 1); in initarm()
|
| /openbsd/src/sys/arch/octeon/octeon/ |
| D | bus_dma.c | 292 if (paddr > dma_constraint.ucr_high) in _dmamap_load_raw()
|
| /openbsd/src/sys/arch/armv7/armv7/ |
| D | armv7_machdep.c | 455 dma_constraint.ucr_high = bemtoh64((uint64_t *)prop + 1); in initarm()
|
| /openbsd/src/sys/dev/pci/drm/ttm/ |
| D | ttm_pool.c | 198 constraint->ucr_low, constraint->ucr_high)) { in ttm_pool_alloc_page()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_linux.c | 568 constraint->ucr_high, PAGE_SIZE, 0, &mlist, 1, flags)) in alloc_pages()
|