Searched defs:is_canonical_address (Results 1 – 3 of 3) sorted by relevance
48 #define is_canonical_address(x) (((int64_t)(x) >> 47) == ((int64_t)(x) >> 63)) macro
33 #define is_canonical_address(x) (((long)(x) >> 47) == ((long)(x) >> 63)) macro
7 static inline bool is_canonical_address(xen_vaddr_t vaddr) in is_canonical_address() function
Completed in 5 milliseconds