Searched refs:PSR_FLAGS (Results 1 – 4 of 4) sorted by relevance
138 tf->tf_spsr &= ~PSR_FLAGS; in set_regs()139 tf->tf_spsr |= regs->r_cpsr & PSR_FLAGS; in set_regs()
67 #define PSR_FLAGS 0xf0000000 /* Flags mask. */69 #define PSR_FLAGS global() macro
2738 #define PSR_FLAGS 0xf0000000UL macro2740 #define PSR_SETTABLE_32 PSR_FLAGS2741 #define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)
1103 hypctx->tf.tf_spsr = hypctx->spsr_el1 & PSR_FLAGS; in vmmops_run()