Home
last modified time | relevance | path

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

/freebsd-src/sys/riscv/riscv/
H A Dpmap.c176 #define PV_STAT( global() macro
179 #define PV_STAT( global() macro
[all...]
/freebsd-src/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-src/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-src/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-src/sys/arm64/arm64/
H A Dpmap.c172 #define PV_STAT( global() macro
175 #define PV_STAT( global() macro
[all...]
/freebsd-src/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...]