Searched refs:PT_SET_MA (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c996 PT_SET_MA(IdlePDPTnew, IdlePDPTnewma | PG_V);
1035 PT_SET_MA(tmpva, (vm_paddr_t)0);
1045 PT_SET_MA((uint8_t *)IdlePTDnew + i*PAGE_SIZE,
1064 PT_SET_MA(cur_space, VTOM(cur_space) | PG_V | PG_RW);
1066 PT_SET_MA(cur_space, (vm_paddr_t)0);
1104 PT_SET_MA(HYPERVISOR_shared_info, shinfo | PG_KERNEL);
1109 PT_SET_MA(xen_store, xen_store_ma | PG_KERNEL);
1111 PT_SET_MA(console_page, console_page_ma | PG_KERNEL);
1138 PT_SET_MA(KERNBASE + i, i | PG_KERNEL | PG_NC_PCD);
1148 PT_SET_MA(
[all...]
H A Dpmap.c418 PT_SET_MA(sysmaps->CADDR1, 0);
419 PT_SET_MA(sysmaps->CADDR2, 0);
422 PT_SET_MA(CADDR3, 0);
971 PT_SET_MA(PADDR2, newpf | PG_V | PG_A | PG_M);
1034 PT_SET_MA(PADDR1, newpf | PG_V | PG_A | PG_M);
1180 PT_SET_MA(va, xpmap_ptom(pa)| PG_RW | PG_V | pgeflag);
1196 PT_SET_MA(va, pa | PG_RW | PG_V | pgeflag | pmap_cache_bits(mode, 0));
1515 PT_SET_MA(pd, *vtopte((vm_offset_t)pd) & ~(PG_M|PG_A|PG_U|PG_RW));
1522 PT_SET_MA(pmap->pm_pdpt, *vtopte((vm_offset_t)pmap->pm_pdpt) & ~PG_RW);
2344 PT_SET_MA(PADDR
[all...]
H A Dmp_machdep.c756 PT_SET_MA(bootAPgdt, VTOM(bootAPgdt) | PG_V | PG_RW);
760 PT_SET_MA(bootAPgdt, vtomach(bootAPgdt) | PG_V);
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenpmap.h182 #define PT_SET_MA(_va, _ma) \ macro
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenpmap.h187 #define PT_SET_MA(_va, _ma) \ macro
/freebsd-9.3-release/sys/i386/i386/
H A Dvm_machdep.c866 PT_SET_MA(sf->kva, xpmap_ptom(VM_PAGE_TO_PHYS(m)) | pgeflag
H A Dmachdep.c2597 PT_SET_MA(gdt, xpmap_ptom(VTOP(gdt)) | PG_V | PG_RW);
2605 PT_SET_MA(gdt, xpmap_ptom(VTOP(gdt)) | PG_V);
2647 PT_SET_MA(ldt, xpmap_ptom(VTOP(ldt)) | PG_V | PG_RW);
2658 PT_SET_MA(ldt, *vtopte((unsigned long)ldt) & ~PG_RW);
/freebsd-9.3-release/sys/xen/
H A Dgnttab.c537 PT_SET_MA(((caddr_t)shared) + i*PAGE_SIZE,

Completed in 147 milliseconds