HomeSort by: relevance | last modified time | path
    Searched refs:PAE (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/i386/include/
vmparam.h 102 #ifdef PAE
105 #else /* PAE */
108 #endif /* PAE */
115 /* size of a PDP: usually one page, except for PAE */
116 #ifdef PAE
134 #ifdef PAE
136 #else /* PAE */
138 #endif /* PAE */
pte.h 70 * The PAE extension extends the size of the PTE to 64 bits (52bits physical
90 #ifdef PAE
110 #ifdef PAE
137 #else /* PAE */
156 #endif /* PAE */
175 #ifdef PAE
cpu.h 94 #ifdef PAE
96 #endif /* PAE */
param.h 86 #ifdef PAE
types.h 57 * on PAE. Revisit when paddr_t becomes 64 bits for !PAE systems.
59 #ifdef PAE
65 #else /* PAE */
71 #endif /* PAE */
pmap_private.h 89 * a pmap describes a processes' 4GB virtual address space. when PAE
165 * - PAE support -
168 * PAE adds another layer of indirection during address translation, breaking
190 * only a 2-level PTP (similar to the non-PAE case). L2 PD is now 4 contiguous
259 #ifdef PAE
267 #else /* PAE */
275 #endif /* PAE */
  /src/sys/arch/xen/include/
bus_private.h 64 #if defined(_LP64) || defined(PAE)
  /src/lib/libkvm/
kvm_i386pae.c 32 * This will expose PAE functions, macros, definitions and constants.
34 * PAE versions can be used below.
36 #define PAE
64 * running under PAE mode. Three levels of virtual memory pages are handled
  /src/sys/arch/i386/i386/
mptramp.S 155 #ifdef PAE
156 /* Enable PAE */
machdep.c 1218 #ifdef PAE
1229 #if defined(PAE) && !defined(XENPV)
1777 #ifdef PAE
1810 #endif /* PAE */
locore.S 173 #ifndef PAE
189 * For PAE, each entry is 8 bytes long: we must set the 4 upper bytes to 0.
190 * This is done by the first instruction of fillkpt. In the non-PAE case, this
239 1: movl $0,(PDE_SIZE-4)(%ebx) ; /* upper bits (for PAE) */ \
572 /* Disable PAE in CR4 */
825 * There are two different layouts possible, depending on whether PAE is
828 * If PAE is not enabled, there are two levels of pages: PD -> PT. They will
835 * If PAE is enabled, there are three levels of pages: PDP -> PD -> PT. They
895 #ifdef PAE
897 shll $PGSHIFT+1,%eax /* PTP tables are twice larger with PAE */
    [all...]
  /src/sys/arch/x86/include/
pmap.h 91 #if defined(__x86_64__) || defined(PAE)
cpu.h 255 #ifdef PAE
282 #if defined(PAE) || defined(__x86_64__)
287 #endif /* defined(PAE) || defined(__x86_64__) */
pmap_private.h 223 #ifdef PAE
237 * - i386 non-PAE and amd64: PDPpaddr corresponds directly to the %cr3
239 * - i386 PAE: it still represents the PA of the kernel's PDP (L2). Due to
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
cpufeatureset.h 99 XEN_CPUFEATURE(PAE, 0*32+ 6) /*A Physical Address Extensions */
  /src/sys/arch/xen/xen/
balloon.c 495 #if defined(_LP64) || defined(PAE)
513 #if defined(_LP64) || defined(PAE)
xpci_xenbus.c 92 #if defined(_LP64) || defined(PAE)
  /src/sys/arch/x86/x86/
cpu.c 1005 #ifdef PAE
1554 #ifdef PAE
pmap.c 432 #ifdef PAE
1937 #ifdef PAE
1987 #ifdef PAE
2790 #ifdef PAE
2802 #ifdef PAE
2841 #ifdef PAE
2858 #endif /* PAE */
3510 #elif defined(PAE)
3674 #ifdef PAE
6010 #ifdef PAE
    [all...]
  /src/sys/arch/x86/pci/
pci_machdep.c 287 #if defined(_LP64) || defined(PAE)
  /src/sys/dev/pci/
agp_i810.c 701 * the OS will run 64-bit or with PAE, it ought to
710 #if __i386__ && !PAE

Completed in 206 milliseconds