Searched refs:pt3 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c324 uint64_t *pt4, *pt3, *pt2; local
363 pt3 = pt4 + (PAGE_SIZE) / sizeof(uint64_t);
364 pt2 = pt3 + (PAGE_SIZE) / sizeof(uint64_t);
379 pt3[i] = (uint64_t)(sc->acpi_wakephys + (2 * PAGE_SIZE));
380 pt3[i] |= PG_V | PG_RW | PG_U;
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmp_machdep.c915 u_int64_t *pt4, *pt3, *pt2; local
929 pt3 = pt4 + (PAGE_SIZE) / sizeof(u_int64_t);
930 pt2 = pt3 + (PAGE_SIZE) / sizeof(u_int64_t);
939 pt3[i] = (u_int64_t)(uintptr_t)(mptramp_pagetables + (2 * PAGE_SIZE));
940 pt3[i] |= PG_V | PG_RW | PG_U;

Completed in 308 milliseconds