Searched refs:host_safe_hw_ptr (Results 1 – 3 of 3) sorted by relevance
157 #define host_safe_hw_ptr(x) ((uintptr_t)(x)) macro158 #define native_safe_hw_ptr(x) host_safe_hw_ptr(x)
220 #define host_safe_hw_ptr(x) ((uintptr_t)(x)) macro221 #define native_safe_hw_ptr(x) host_safe_hw_ptr(x)
132 #define host_safe_hw_ptr(x) host_safe_hw_ptr_impl((uintptr_t)(x)) macro