Searched refs:_safe_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | vm_types_unsafe.h | 53 #define VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) \ argument 54 typedef _safe_type _unsafe_type 56 #define VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) \ argument 57 typedef union { _safe_type UNSAFE; } _unsafe_type \ 59 _Static_assert(sizeof(_safe_type) == sizeof(_unsafe_type), \ 81 #define VM_GENERATE_UNSAFE_TYPE(_safe_type, _unsafe_type) \ argument 82 VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) 84 #define VM_GENERATE_UNSAFE_BSD_TYPE(_safe_type, _unsafe_type) \ argument 85 VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) 91 #define VM_GENERATE_UNSAFE_EXT(_safe_type, _unsafe_type, variant, size) \ argument [all …]
|