Searched refs:bp_freelist (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Dbootconfig.h54 u_int bp_freelist; /* VM_FREELIST_ * */ member in struct:boot_physmem
/netbsd-current/sys/arch/cats/cats/
H A Dcats_machdep.c413 bp->bp_freelist = VM_FREELIST_ISADMA;
426 bp->bp_freelist = VM_FREELIST_DEFAULT;
440 bp->bp_freelist = VM_FREELIST_DEFAULT;
447 bp->bp_freelist = VM_FREELIST_DEFAULT;
454 bp->bp_freelist = VM_FREELIST_DEFAULT;
/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c195 .bp_freelist = VM_FREELIST_ISADMA,
377 arm_poolpage_vmfreelist = bp_first256.bp_freelist;
/netbsd-current/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c195 bp->bp_freelist = VM_FREELIST_DEFAULT;
201 bp->bp_freelist = VM_FREELIST_DIRECTMAP;
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_boot.c294 vm_freelist = bp[j].bp_freelist;
/netbsd-current/sys/arch/aarch64/aarch64/
H A Daarch64_machdep.c413 vm_freelist = bp[j].bp_freelist;

Completed in 214 milliseconds