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

  /src/sys/arch/amd64/stand/prekern/
pdir.h 53 #define L3_SHIFT 30
57 #define NBPD_L3 (1UL << L3_SHIFT) /* # bytes mapped by L3 ent (1G) */
  /src/sys/arch/amd64/include/
pte.h 89 #define L3_SHIFT 30
93 #define NBPD_L3 (1UL << L3_SHIFT) /* # bytes mapped by L3 ent (1G) */
  /src/sys/arch/i386/include/
pte.h 113 #define L3_SHIFT 30
116 #define NBPD_L3 (1ULL << L3_SHIFT) /* # bytes mapped by L3 ent (1GB) */
134 #define l2tol3(idx) ((idx) >> (L3_SHIFT - L2_SHIFT))
  /src/sys/arch/aarch64/include/
pte.h 128 #define L3_SHIFT 12
130 #define L3_SIZE (1UL << L3_SHIFT)

Completed in 11 milliseconds