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

/freebsd-10.3-release/sys/i386/xen/
H A Dpmap.c966 pd_entry_t newpf; local
977 newpf = *pde & PG_FRAME;
978 if ((*PMAP2 & PG_FRAME) != newpf) {
979 PT_SET_MA(PADDR2, newpf | PG_V | PG_A | PG_M);
1027 pd_entry_t newpf; local
1039 newpf = *pde & PG_FRAME;
1040 if ((*PMAP1 & PG_FRAME) != newpf) {
1041 PT_SET_MA(PADDR1, newpf | PG_V | PG_A | PG_M);
/freebsd-10.3-release/sys/i386/i386/
H A Dpmap.c1296 pd_entry_t newpf; local
1307 newpf = *pde & PG_FRAME;
1308 if ((*PMAP2 & PG_FRAME) != newpf) {
1309 *PMAP2 = newpf | PG_RW | PG_V | PG_A | PG_M;
1356 pd_entry_t newpf; local
1368 newpf = *pde & PG_FRAME;
1369 if ((*PMAP1 & PG_FRAME) != newpf) {
1370 *PMAP1 = newpf | PG_RW | PG_V | PG_A | PG_M;

Completed in 130 milliseconds