Symbol: VM_PSTRAT_BSEARCH
sys/arch/aarch64/include/vmparam.h
183
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/acorn32/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/alpha/include/vmparam.h
126
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/cats/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/epoc32/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/evbarm/include/vmparam.h
79
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/hpcarm/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/ia64/include/vmparam.h
150
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/iyonix/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/m68k/include/vmparam.h
209
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/mips/include/vmparam.h
200
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/netwinder/include/vmparam.h
71
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/or1k/include/vmparam.h
89
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/powerpc/include/ibm4xx/vmparam.h
109
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/riscv/include/vmparam.h
233
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/sh3/include/vmparam.h
83
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/shark/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/sparc/include/vmparam.h
122
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/sparc64/include/vmparam.h
192
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/sun3/include/vmparam.h
65
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/arch/vax/include/vmparam.h
81
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH /* XXX */
sys/arch/zaurus/include/vmparam.h
69
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/rump/include/machine/vmparam.h
63
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
sys/uvm/uvm_physseg.c
797
#elif (VM_PHYSSEG_STRAT == VM_PSTRAT_BSEARCH)
sys/uvm/uvm_physseg.c
849
#elif (VM_PHYSSEG_STRAT == VM_PSTRAT_BSEARCH)
sys/uvm/uvm_physseg.c
864
#elif (VM_PHYSSEG_STRAT == VM_PSTRAT_BSEARCH)
sys/uvm/uvm_physseg.c
885
#elif (VM_PHYSSEG_STRAT == VM_PSTRAT_BSEARCH)
sys/uvm/uvm_physseg.c
959
#if VM_PHYSSEG_STRAT != VM_PSTRAT_BSEARCH
tests/sys/uvm/t_uvm_physseg.c
95
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
tests/sys/uvm/t_uvm_physseg_load.c
95
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH