Home
last modified time | relevance | path

Searched defs:cpsr (Results 1 – 8 of 8) sorted by relevance

/arch/arm/kernel/
Dkprobes-common.c85 static unsigned long __kprobes __check_eq(unsigned long cpsr) in __check_eq()
90 static unsigned long __kprobes __check_ne(unsigned long cpsr) in __check_ne()
95 static unsigned long __kprobes __check_cs(unsigned long cpsr) in __check_cs()
100 static unsigned long __kprobes __check_cc(unsigned long cpsr) in __check_cc()
105 static unsigned long __kprobes __check_mi(unsigned long cpsr) in __check_mi()
110 static unsigned long __kprobes __check_pl(unsigned long cpsr) in __check_pl()
115 static unsigned long __kprobes __check_vs(unsigned long cpsr) in __check_vs()
120 static unsigned long __kprobes __check_vc(unsigned long cpsr) in __check_vc()
125 static unsigned long __kprobes __check_hi(unsigned long cpsr) in __check_hi()
131 static unsigned long __kprobes __check_ls(unsigned long cpsr) in __check_ls()
[all …]
Dkprobes-thumb.c21 #define in_it_block(cpsr) ((cpsr & 0x06000c00) != 0x00000000) argument
28 #define current_cond(cpsr) ((cpsr >> 12) & 0xf) argument
237 unsigned long cpsr = regs->ARM_cpsr; in t32_emulate_rd8rn16rm0_rwflags() local
1034 unsigned long cpsr = regs->ARM_cpsr; in t16_simulate_it() local
1115 unsigned long cpsr = t16_emulate_loregs(p, regs); in t16_emulate_loregs_noitrwflags() local
1130 unsigned long cpsr = regs->ARM_cpsr; in t16_emulate_hiregs() local
1434 static unsigned long __kprobes thumb_check_cc(unsigned long cpsr) in thumb_check_cc()
Dkprobes-arm.c261 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0rs8_rwflags() local
291 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0_rwflags_nopc() local
320 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd16rn12rm0rs8_rwflags_nopc() local
369 unsigned long cpsr = regs->ARM_cpsr; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
Dkprobes.h80 static inline unsigned long it_advance(unsigned long cpsr) in it_advance()
100 long cpsr = regs->ARM_cpsr; in bx_write_pc() local
Dkprobes.c467 long cpsr; in setjmp_pre_handler() local
Dsignal.c360 unsigned long cpsr = regs->ARM_cpsr & ~(PSR_f | PSR_E_BIT); in setup_return() local
Dkprobes-test.c1053 static unsigned long test_check_cc(int cc, unsigned long cpsr) in test_check_cc()
1066 unsigned long cpsr; in test_context_cpsr() local
/arch/arm/kvm/
Demulate.c171 unsigned long cpsr, cond, insn; in kvm_condition_valid() local
221 unsigned long cpsr = *vcpu_cpsr(vcpu); in kvm_adjust_itstate() local
291 unsigned long cpsr = *vcpu_cpsr(vcpu); in kvm_inject_undefined() local
325 unsigned long cpsr = *vcpu_cpsr(vcpu); in inject_abt() local