Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c124 const uint32_t CPSR_ZERO_MASK = PSR64_MODE_MASK; in thread_state64_to_saved_state() local
125 const uint32_t CPSR_PRESERVE_MASK = ~(CPSR_COPY_MASK | CPSR_ZERO_MASK); in thread_state64_to_saved_state()