Searched refs:PSR_BTYPE_MASK (Results 1 – 5 of 5) sorted by relevance
85 write(1, &"00011011"[((uc->uc_mcontext.pstate & PSR_BTYPE_MASK) in handler() 101 uc->uc_mcontext.pstate &= ~PSR_BTYPE_MASK; in handler()
22 *vcpu_cpsr(vcpu) &= ~PSR_BTYPE_MASK; in kvm_skip_instr()
49 #define PSR_BTYPE_MASK 0x00000c00 macro
372 regs->pstate &= ~PSR_BTYPE_MASK; in arm64_skip_faulting_instruction() 495 regs->pstate &= ~PSR_BTYPE_MASK; in do_el1_bti()
180 const char *btype_str = btypes[(pstate & PSR_BTYPE_MASK) >> in print_pstate()