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

/freebsd-10.1-release/sys/x86/acpica/
H A Dacpi_wakeup.c343 uint64_t *pt4, *pt3, *pt2; local
382 pt3 = pt4 + (PAGE_SIZE) / sizeof(uint64_t);
383 pt2 = pt3 + (PAGE_SIZE) / sizeof(uint64_t);
398 pt3[i] = (uint64_t)(sc->acpi_wakephys + (2 * PAGE_SIZE));
399 pt3[i] |= PG_V | PG_RW | PG_U;
/freebsd-10.1-release/contrib/ntp/tests/ntpd/
H A Dleapsec.c428 leap_table_t *pt1, *pt2, *pt3, *pt4; local
448 pt3 = leapsec_get_table(1);
450 TEST_ASSERT_NOT_EQUAL(pt2, pt3);
452 pt1 = pt3;
455 pt3 = leapsec_get_table(1);
457 TEST_ASSERT_NOT_EQUAL(pt2, pt3);
/freebsd-10.1-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 188 milliseconds