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

  /src/sys/arch/i386/include/
kcore.h 39 uint32_t pdppaddr; /* PA of PDP */ member in struct:cpu_kcore_hdr
48 * translation. As PDPpaddr is expected to be PAGE_SIZE aligned,
49 * this can be safely OR'ed in pdppaddr.
  /src/lib/libkvm/
kvm_i386.c 102 if ((cpu_kh->pdppaddr & I386_KCORE_PAE) == I386_KCORE_PAE)
149 * pdppaddr being PAGE_SIZE aligned, we mask the option bits.
151 pde_pa = (cpu_kh->pdppaddr & PTE_FRAME) + (pl2_pi(va) * sizeof(pde));
kvm_i386pae.c 83 * to increment pdppaddr to compute the address of the PDE.
84 * pdppaddr being PAGE_SIZE aligned, we mask the option bits.
86 pde_pa = (cpu_kh->pdppaddr & PTE_FRAME) + (pl2_pi(va) * sizeof(pde));
  /src/sys/arch/i386/i386/
dumpsys.c 622 cpuhdr.pdppaddr = PDPpaddr;
624 cpuhdr.pdppaddr |= I386_KCORE_PAE;

Completed in 29 milliseconds