Home
last modified time | relevance | path

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

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