Searched refs:xen_queue_pt_update (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenpmap.h54 #define xen_queue_pt_update(a, b) _xen_queue_pt_update((a), (b), __FILE__, __LINE__) macro
56 #define xen_queue_pt_update(a, b) _xen_queue_pt_update((a), (b), NULL, 0) macro
148 xen_queue_pt_update(vtomach(_ptp), \
154 xen_queue_pt_update(vtomach(_ptp), _npte); \
159 xen_queue_pt_update(vtomach(_ptp), 0); \
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenpmap.h55 #define xen_queue_pt_update(a, b) _xen_queue_pt_update((a), (b), __FILE__, __LINE__) macro
57 #define xen_queue_pt_update(a, b) _xen_queue_pt_update((a), (b), NULL, 0) macro
153 xen_queue_pt_update(vtomach(_ptp), \
159 xen_queue_pt_update(vtomach(_ptp), _npte); \
164 xen_queue_pt_update(vtomach(_ptp), 0); \
/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c1068 xen_queue_pt_update((vm_paddr_t)(IdlePTDnewma[pdir] +
1078 xen_queue_pt_update((vm_paddr_t)(IdlePTDnewma[pdir] +
1120 xen_queue_pt_update(IdlePTDma + KPTDI*sizeof(vm_paddr_t),
1124 xen_queue_pt_update(pdir_shadow_ma[3] + KPTDI*sizeof(vm_paddr_t),
1127 xen_queue_pt_update(pdir_shadow_ma + KPTDI*sizeof(vm_paddr_t),
H A Dpmap.c330 xen_queue_pt_update(shadow_pdir_ma,
333 xen_queue_pt_update(pdir_ma,
338 xen_queue_pt_update(shadow_pdir_ma,
341 xen_queue_pt_update(pdir_ma, val);
345 xen_queue_pt_update(shadow_pdir_ma, 0);
347 xen_queue_pt_update(pdir_ma, 0);
H A Dmp_machdep.c871 xen_queue_pt_update((vm_paddr_t)

Completed in 140 milliseconds