Searched defs:PV_STAT (Results 1 - 6 of 6) sorted by path

/freebsd-10.0-release/sys/amd64/amd64/
H A Dpmap.c273 #define PV_STAT(x) do { x ; } while (0) macro
275 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-10.0-release/sys/arm/arm/
H A Dpmap-v6.c200 #define PV_STAT(x) do { x ; } while (0) macro
202 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c177 #define PV_STAT(x) do { x ; } while (0) macro
179 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-10.0-release/sys/i386/xen/
H A Dpmap.c177 #define PV_STAT(x) do { x ; } while (0) macro
179 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Dpmap.c121 #define PV_STAT(x) do { x ; } while (0) macro
123 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dpmap.c113 #define PV_STAT(x) do { x ; } while (0) macro
115 #define PV_STAT(x) do { } while (0) macro
[all...]

Completed in 336 milliseconds