Home
last modified time | relevance | path

Searched refs:_ptp (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/i386/include/xen/
Dxenpmap.h112 #define PT_GET(_ptp) \ argument
113 (pmap_valid_entry(*(_ptp)) ? xpmap_mtop(*(_ptp)) : (0))
117 #define PT_SET_VA(_ptp,_npte,sync) do { \ argument
118 PMAP_REF((_ptp), xpmap_ptom(_npte)); \
120 *(_ptp) = xpmap_ptom((_npte)); \
122 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \ argument
123 PMAP_REF((_ptp), (_npte)); \
125 *(_ptp) = (_npte); \
127 #define PT_CLEAR_VA(_ptp, sync) do { \ argument
128 PMAP_REF((pt_entry_t *)(_ptp), 0); \
[all …]
/freebsd-10-stable/sys/amd64/include/xen/
Dxenpmap.h107 #define PT_GET(_ptp) \ argument
108 (pmap_valid_entry(*(_ptp)) ? xpmap_mtop(*(_ptp)) : (0))
112 #define PT_SET_VA(_ptp,_npte,sync) do { \ argument
113 PMAP_REF((_ptp), xpmap_ptom(_npte)); \
115 *(_ptp) = xpmap_ptom((_npte)); \
117 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \ argument
118 PMAP_REF((_ptp), (_npte)); \
120 *(_ptp) = (_npte); \
122 #define PT_CLEAR_VA(_ptp, sync) do { \ argument
123 PMAP_REF((pt_entry_t *)(_ptp), 0); \
[all …]