Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dpmap.c114 #define PV_STAT(x) do { x ; } while (0) macro
116 #define PV_STAT(x) do { } while (0) macro
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c229 #define PV_STAT(x) do { x ; } while (0) macro
231 #define PV_STAT(x) do { } while (0) macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c175 #define PV_STAT(x) do { x ; } while (0) macro
177 #define PV_STAT(x) do { } while (0) macro
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c176 #define PV_STAT(x) do { x ; } while (0) macro
178 #define PV_STAT(x) do { } while (0) macro
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c323 #define PV_STAT(x) do { x ; } while (0) macro
325 #define PV_STAT(x) do { } while (0) macro