/netbsd-src/sys/arch/atari/include/ |
H A D | param.h | 57 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | param.h | 97 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/virt68k/include/ |
H A D | param.h | 66 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/hp300/include/ |
H A D | param.h | 57 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/next68k/include/ |
H A D | param.h | 57 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/evbcf/include/ |
H A D | param.h | 64 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/news68k/include/ |
H A D | param.h | 58 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/amiga/include/ |
H A D | param.h | 57 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/cesfic/include/ |
H A D | param.h | 61 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/luna68k/include/ |
H A D | param.h | 54 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/mvme68k/include/ |
H A D | param.h | 64 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/x68k/include/ |
H A D | param.h | 65 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/arm/include/arm32/ |
H A D | param.h | 55 #define NPTEPG (NBPG / sizeof(pt_entry_t)) /* PTEs per Page */ macro
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | param.h | 85 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | pmap_coldfire.h | 64 #define NPTEPG (NBPG >> 2) macro
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | pte.h | 111 #define NPTEPG (1L << NPTEPG_SHIFT) macro
|
/netbsd-src/sys/arch/powerpc/include/booke/ |
H A D | pmap.h | 71 #define NPTEPG (NBPG >> 2) macro
|
/netbsd-src/sys/arch/i386/include/ |
H A D | param.h | 71 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | param.h | 41 #define NPTEPG (NBPG/(sizeof (pt_entry_t))) macro
|
/netbsd-src/sys/arch/mips/include/ |
H A D | mips_param.h | 117 #define NPTEPG (1 << PTPLENGTH) macro
|
/netbsd-src/sys/arch/riscv/include/ |
H A D | pte.h | 55 #define NPTEPG (NBPG / sizeof(pt_entry_t)) macro
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | pmap_machdep.h | 45 #define NPTEPG (PAGE_SIZE / sizeof(pt_entry_t)) macro
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | pmap.c | 106 #define NPTEPG 0x80 /* # of PTEs per page (logical or physical) */ macro
|