Home
last modified time | relevance | path

Searched refs:PMAP_RESOLVE_FUNC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c110 f = PMAP_RESOLVE_FUNC(func); \
116 f = PMAP_RESOLVE_FUNC(dumpsys_##func); \
H A Dcopyinout.c133 return (PMAP_RESOLVE_FUNC(map_user_ptr) ? \
/freebsd/sys/powerpc/include/
H A Dmmuvar.h190 #define PMAP_RESOLVE_FUNC(func) \ macro