Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_map_xnu.h160 #define VME_ALIAS_BITS 12 macro
161 #define VME_ALIAS_MASK ((1u << VME_ALIAS_BITS) - 1)
162 #define VME_OFFSET_SHIFT VME_ALIAS_BITS
163 #define VME_OFFSET_BITS (64 - VME_ALIAS_BITS)
207 /* vm_tag_t */ vme_alias:VME_ALIAS_BITS, /* entry VM tag */
/xnu-11417.121.6/osfmk/tests/
H A Dvm_parameter_validation_kern.c674 bool start_aligned = start == ((start >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()
675 bool end_aligned = end == ((end >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()