Searched refs:__PMAP_PTP_N (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dpmap.h48 #define __PMAP_PTP_N 512 /* # of page table page maps 2GB. */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dpmap.c56 #define __PMAP_PTP_INDEX(va) (((va) >> __PMAP_PTP_SHIFT) & (__PMAP_PTP_N - 1))
272 for (i = 0; i < __PMAP_PTP_N; i++) {

Completed in 113 milliseconds