Searched refs:CPSR_PRESERVE_MASK (Results 1 – 1 of 1) sorted by relevance
131 const uint32_t CPSR_PRESERVE_MASK = ~(CPSR_COPY_MASK | CPSR_ZERO_MASK); in thread_state64_to_saved_state() local141 [preserve_mask] "i"(CPSR_PRESERVE_MASK), in thread_state64_to_saved_state()152 new_cpsr &= CPSR_PRESERVE_MASK; in thread_state64_to_saved_state()