Searched refs:pt4 (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
362 pt4 = wakeaddr;
363 pt3 = pt4 + (PAGE_SIZE) / sizeof(uint64_t);
372 pt4[i] = (uint64_t)(sc->acpi_wakephys + PAGE_SIZE);
373 pt4[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
928 pt4 = (u_int64_t *)(uintptr_t)(mptramp_pagetables + KERNBASE);
929 pt3 = pt4 + (PAGE_SIZE) / sizeof(u_int64_t);
935 pt4[i] = (u_int64_t)(uintptr_t)(mptramp_pagetables + PAGE_SIZE);
936 pt4[i] |= PG_V | PG_RW | PG_U;

Completed in 114 milliseconds