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

/freebsd-current/sys/i386/i386/
H A Dpmap.c161 #define PV_STAT(x) do { x ; } while (0) macro
163 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c225 #define PV_STAT(x) do { x ; } while (0) macro
227 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c175 #define PV_STAT(x) do { x ; } while (0) macro
178 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c685 #define PV_STAT(x) do { x ; } while (0) macro
687 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c172 #define PV_STAT(x) do { x ; } while (0) macro
175 #define PV_STAT(x) do { } while (0) macro
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c340 #define PV_STAT(x) do { x ; } while (0) macro
342 #define PV_STAT(x) do { } while (0) macro
[all...]

Completed in 218 milliseconds