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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-address.h255 #define UNMAPPED_PTR(x) ( (1U << 31) | x ) macro
257 #define UNMAPPED_PTR(x) ( (1ULL << 63) | x ) macro

Completed in 113 milliseconds