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

/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c268 static pt_entry_t *PMAP1 = NULL, *PMAP2; variable
275 "Number of times pmap_pte_quick changed CPU with same PMAP1");
280 "Number of times pmap_pte_quick changed PMAP1");
284 "Number of times pmap_pte_quick didn't change PMAP1");
504 SYSMAP(pt_entry_t *, PMAP1, PADDR1, 1)
1481 if ((*PMAP1 & PG_FRAME) != newpf) {
1482 *PMAP1 = newpf | PG_RW | PG_V | PG_A | PG_M;
2716 if ((*PMAP1 & PG_FRAME) != mptepa) {
2717 *PMAP1 = mptepa | PG_RW | PG_V | PG_A | PG_M;
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c305 static pt2_entry_t *PMAP1 = NULL, *PMAP2; variable
317 "Number of times pmap_pte2_quick changed CPU with same PMAP1");
322 "Number of times pmap_pte2_quick changed PMAP1");
326 "Number of times pmap_pte2_quick didn't change PMAP1");
1221 SYSMAP(pt2_entry_t *, PMAP1, PADDR1, 1);
1909 if (pte2_pa(pte2_load(PMAP1)) != pt2pg_pa) {
1910 pte2_store(PMAP1, PTE2_KPT(pt2pg_pa));
3756 if (pte2_pa(pte2_load(PMAP1)) != pt2pg_pa) {
3757 pte2_store(PMAP1, PTE2_KPT(pt2pg_pa));

Completed in 190 milliseconds