Home
last modified time | relevance | path

Searched refs:UVM_KMF_COLORMATCH (Results 1 – 13 of 13) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/uvm/
H A Duvm_km.c603 KASSERT((flags & UVM_KMF_VAONLY) != 0 || (flags & UVM_KMF_COLORMATCH) == 0); in uvm_km_alloc()
604 KASSERT((flags & UVM_KMF_COLORMATCH) == 0 || (flags & UVM_KMF_VAONLY) != 0); in uvm_km_alloc()
625 | UVM_KMF_COLORMATCH)))) != 0)) { in uvm_km_alloc()
H A Duvm_extern.h160 #define UVM_KMF_COLORMATCH UVM_FLAG_COLORMATCH /* start at color in align */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/aarch64/
H A Dvm_machdep.c166 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in vmapbuf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/riscv/
H A Dvm_machdep.c226 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in vmapbuf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm32/
H A Dvm_machdep.c239 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in vmapbuf()
H A Darmv7_generic_space.c307 UVM_KMF_VAONLY | UVM_KMF_NOWAIT | UVM_KMF_COLORMATCH); in armv7_generic_bs_map()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dpmap_machdep.c516 UVM_KMF_COLORMATCH | UVM_KMF_VAONLY); in pmap_md_alloc_ephemeral_address_space()
519 UVM_KMF_COLORMATCH | UVM_KMF_VAONLY); in pmap_md_alloc_ephemeral_address_space()
H A Dvm_machdep.c286 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in vmapbuf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dmm.c136 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in dev_mem_getva()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_physmap.c320 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in physmap_map()
H A Dsys_pipe.c642 UVM_KMF_COLORMATCH | UVM_KMF_VAONLY | UVM_KMF_WAITVA); in pipe_loan_alloc()
H A Duipc_socket.c226 UVM_KMF_COLORMATCH | UVM_KMF_VAONLY | UVM_KMF_WAITVA); in sokvaalloc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/genfs/
H A Dgenfs_io.c1809 UVM_KMF_VAONLY | UVM_KMF_WAITVA | UVM_KMF_COLORMATCH); in genfs_do_directio()