Searched defs:PMAP_SEGTAB_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dpmap.h118 #define PMAP_SEGTAB_ALIGN __aligned(sizeof(void *)*NSEGPG) __section(".data1") macro
/netbsd-current/sys/uvm/pmap/
H A Dpmap.c214 #define PMAP_SEGTAB_ALIGN /* nothing */ macro
217 pmap_segtab_t pmap_kstart_segtab PMAP_SEGTAB_ALIGN; /* first mid-level segtab for kernel */ variable
219 pmap_segtab_t pmap_kern_segtab PMAP_SEGTAB_ALIGN = { /* top level segtab for kernel */ variable

Completed in 136 milliseconds