Home
last modified time | relevance | path

Searched refs:VM_ABI_32 (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/osfmk/x86_64/ !
H A Dpmap.c181 int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may…
184 const int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may…
/xnu-8792.61.2/osfmk/vm/ !
H A Dvm_map.h1093 #define VM_ABI_32 0x1 macro
H A Dvm_map.c660 current_abi = VM_ABI_32; in override_nx()