Home
last modified time | relevance | path

Searched defs:PV_STAT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dpmap.c177 #define PV_STAT(x) do { x ; } while (0) macro
180 #define PV_STAT(x) do { } while (0) macro
/freebsd/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/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/sys/arm64/arm64/
H A Dpmap.c173 #define PV_STAT(x) do { x ; } while (0) macro
176 #define PV_STAT(x) do { } while (0) macro
/freebsd/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