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

  /src/sys/arch/amd64/stand/prekern/
locore.S 60 #define PROC0_PML4_OFF 0
61 #define PROC0_STK_OFF (PROC0_PML4_OFF + 1 * PAGE_SIZE)
487 leal (PROC0_PML4_OFF)(%esi),%ebx
494 leal (PROC0_PML4_OFF + PDIR_SLOT_PTE * PDE_SIZE)(%esi),%ebx
495 leal (PROC0_PML4_OFF)(%esi),%eax
  /src/sys/arch/amd64/amd64/
locore.S 207 #define PROC0_PML4_OFF 0
208 #define PROC0_STK_OFF (PROC0_PML4_OFF + 1 * PAGE_SIZE)
808 leal (PROC0_PML4_OFF)(%esi),%ebx
815 leal (PROC0_PML4_OFF + L4_SLOT_KERNBASE * PDE_SIZE)(%esi),%ebx
910 leaq (PROC0_PML4_OFF)(%rsi),%rbx /* old, phys address of PML4 */

Completed in 14 milliseconds