HomeSort by: relevance | last modified time | path
    Searched defs:NBSEG (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/m68k/include/
pmap_coldfire.h 60 #define NBSEG (NBPG*NPTEPG)
pmap_motorola.h 136 * NBSEG and SEGOFSET are used to check l2 STE of the specified VA,
159 #define NBSEG NBSEG30
162 #define NBSEG NBSEG40
164 #define NBSEG ((mmutype == MMU_68040) ? NBSEG40 : NBSEG30)
167 #define SEGOFSET (NBSEG - 1) /* byte offset into segment */
  /src/sys/arch/powerpc/include/booke/
pmap.h 67 #define NBSEG (NBPG*NPTEPG)
  /src/sys/arch/hppa/include/
param.h 49 #define SEGSHIFT (PGSHIFT + (PGSHIFT-PTESHIFT)) /* LOG2(NBSEG) */
50 #define NBSEG (1 << SEGSHIFT) /* bytes/segment (quadrant) */
51 #define SEGOFSET (NBSEG - 1) /* byte offset into segment */
  /src/sys/arch/riscv/include/
pmap.h 77 #define NBSEG (1 << SEGSHIFT) /* bytes/segment */
78 #define SEGOFSET (NBSEG - 1) /* byte offset into segment */
  /src/sys/arch/mips/include/
mips_param.h 131 #define SEGSHIFT (PGSHIFT + PTPLENGTH) /* LOG2(NBSEG) */
132 #define NBSEG (1 << SEGSHIFT) /* bytes/segment */
133 #define SEGOFSET (NBSEG - 1) /* byte offset into segment */
  /src/sys/arch/aarch64/include/
pmap_machdep.h 50 #define SEGSHIFT (PGSHIFT + PTPLENGTH) /* LOG2(NBSEG) */
52 #define NBSEG (1 << SEGSHIFT) /* bytes/segment */
53 #define SEGOFSET (NBSEG - 1) /* byte offset into segment */

Completed in 13 milliseconds