Home
last modified time | relevance | path

Searched refs:VM_GENERATE_UNSAFE_WRAPPER (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/mach/
H A Dvm_types_unsafe.h53 #define VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) \ macro
56 #define VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type) \ macro
63 VM_GENERATE_UNSAFE_WRAPPER(uint64_t, vm_addr_struct_t);
64 VM_GENERATE_UNSAFE_WRAPPER(uint64_t, vm_size_struct_t);
65 VM_GENERATE_UNSAFE_WRAPPER(uint32_t, vm32_addr_struct_t);
66 VM_GENERATE_UNSAFE_WRAPPER(uint32_t, vm32_size_struct_t);
98 VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type)
101 VM_GENERATE_UNSAFE_WRAPPER(_safe_type, _unsafe_type)
/xnu-11417.121.6/doc/vm/
H A Dsanitize.md120 - `VM_GENERATE_UNSAFE_WRAPPER` is a special macro that is needed to avoid
132 VM_GENERATE_UNSAFE_WRAPPER(uint64_t, vm_addr_struct_t);