Searched defs:cpsr (Results 1 – 15 of 15) sorted by relevance
84 static unsigned long __kprobes __check_eq(unsigned long cpsr) in __check_eq()89 static unsigned long __kprobes __check_ne(unsigned long cpsr) in __check_ne()94 static unsigned long __kprobes __check_cs(unsigned long cpsr) in __check_cs()99 static unsigned long __kprobes __check_cc(unsigned long cpsr) in __check_cc()104 static unsigned long __kprobes __check_mi(unsigned long cpsr) in __check_mi()109 static unsigned long __kprobes __check_pl(unsigned long cpsr) in __check_pl()114 static unsigned long __kprobes __check_vs(unsigned long cpsr) in __check_vs()119 static unsigned long __kprobes __check_vc(unsigned long cpsr) in __check_vc()124 static unsigned long __kprobes __check_hi(unsigned long cpsr) in __check_hi()130 static unsigned long __kprobes __check_ls(unsigned long cpsr) in __check_ls()[all …]
17 #define in_it_block(cpsr) ((cpsr & 0x06000c00) != 0x00000000) argument24 #define current_cond(cpsr) ((cpsr >> 12) & 0xf) argument
836 static unsigned long __kprobes thumb_check_cc(unsigned long cpsr) in thumb_check_cc()
45 static inline unsigned long it_advance(unsigned long cpsr) in it_advance()65 long cpsr = regs->ARM_cpsr; in bx_write_pc() local
170 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0rs8_rwflags() local200 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0_rwflags_nopc() local230 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd16rn12rm0rs8_rwflags_nopc() local280 unsigned long cpsr = regs->ARM_cpsr; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
221 unsigned long cpsr = regs->ARM_cpsr; in t32_emulate_rd8rn16rm0_rwflags() local388 unsigned long cpsr = regs->ARM_cpsr; in t16_simulate_it() local475 unsigned long cpsr = t16_emulate_loregs(insn, asi, regs); in t16_emulate_loregs_noitrwflags() local490 unsigned long cpsr = regs->ARM_cpsr; in t16_emulate_hiregs() local
1010 static unsigned long test_check_cc(int cc, unsigned long cpsr) in test_check_cc()1023 unsigned long cpsr; in test_context_cpsr() local
49 unsigned long cpsr; in kvm_condition_valid32() local99 unsigned long cpsr = *vcpu_cpsr(vcpu); in kvm_adjust_itstate() local
14 static void get_cpu_state(u32 *cpsr, u32 *sctlr) in get_cpu_state()26 u32 cpsr, sctlr; in check_platform_features() local
19 unsigned long cpsr = *vcpu_cpsr(vcpu); in inject_abt64() local
327 unsigned long cpsr = regs->ARM_cpsr & ~(PSR_f | PSR_E_BIT); in setup_return() local
117 int cpsr, scr; in ep93xx_spi_calc_divisors() local
423 u16 cpsr; member
531 u32 cpsr; member
346 __le32 cpsr; member
Completed in 54 milliseconds