Cross Reference: vmparam.h
xref: /src/sys/arch/evbmips/include/vmparam.h
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/evbmips/include/
11.5Smatt/*	$NetBSD: vmparam.h,v 1.5 2014/04/19 12:48:42 matt Exp $	*/
21.1Ssimonb
31.1Ssimonb#ifndef _EVBMIPS_VMPARAM_H_
41.1Ssimonb#define _EVBMIPS_VMPARAM_H_
51.1Ssimonb
61.1Ssimonb#include <mips/vmparam.h>
71.1Ssimonb
81.2Smatt#define	VM_PHYSSEG_MAX		32
91.3Smatt
101.3Smatt#undef VM_FREELIST_MAX
111.4Smatt#define	VM_FREELIST_MAX		4
121.3Smatt#if defined(_MIPS_PADDR_T_64BIT) || defined(_LP64)
131.4Smatt#define	VM_FREELIST_FIRST4G	3
141.3Smatt#endif
151.3Smatt#if !defined(_LP64)
161.4Smatt#define	VM_FREELIST_FIRST512M	2
171.5Smatt#endif /* !_LP64 */
181.4Smatt#define VM_FREELIST_ISADMA	1
191.5Smatt
201.5Smatt#define VM_FREELIST_NORMALOK_P(lcv) \
211.5Smatt	((lcv) == VM_FREELIST_DEFAULT || (lcv) != mips_poolpage_vmfreelist)
221.1Ssimonb
231.1Ssimonb#endif	/* !_EVBMIPS_VMPARAM_H_ */
24

Indexes created Mon Dec 15 09:09:35 GMT 2025