Home
last modified time | relevance | path

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

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