Searched refs:M68K_MAX_KPTSIZE (Results 1 – 2 of 2) sorted by relevance
115 #define M68K_MAX_KPTSIZE (M68K_MAX_PTSIZE >> 2) /* max memory to allocate to KPT */ macro
505 npages = uimin(atop(M68K_MAX_KPTSIZE), maxproc+16); in pmap_init()