Home
last modified time | relevance | path

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

/linux/arch/arm/probes/
H A Ddecode.c84 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 …]
H A Ddecode-thumb.h17 #define in_it_block(cpsr) ((cpsr & 0x06000c00) != 0x00000000) argument
24 #define current_cond(cpsr) ((cpsr >> 12) & 0xf) argument
H A Ddecode-thumb.c836 static unsigned long __kprobes thumb_check_cc(unsigned long cpsr) in thumb_check_cc()
H A Ddecode.h41 long cpsr = regs->ARM_cpsr; in bx_write_pc() local
/linux/arch/arm/probes/kprobes/
H A Dactions-arm.c170 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0rs8_rwflags() local
200 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd12rn16rm0_rwflags_nopc() local
230 unsigned long cpsr = regs->ARM_cpsr; in emulate_rd16rn12rm0rs8_rwflags_nopc() local
280 unsigned long cpsr = regs->ARM_cpsr; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
H A Dactions-thumb.c221 unsigned long cpsr = regs->ARM_cpsr; in t32_emulate_rd8rn16rm0_rwflags() local
388 unsigned long cpsr = regs->ARM_cpsr; in t16_simulate_it() local
477 unsigned long cpsr = t16_emulate_loregs(insn, asi, regs); in t16_emulate_loregs_noitrwflags() local
492 unsigned long cpsr = regs->ARM_cpsr; in t16_emulate_hiregs() local
H A Dtest-core.c1010 static unsigned long test_check_cc(int cc, unsigned long cpsr) in test_check_cc()
1023 unsigned long cpsr; in test_context_cpsr() local
/linux/drivers/firmware/efi/libstub/
H A Darm32-stub.c14 static void get_cpu_state(u32 *cpsr, u32 *sctlr) in get_cpu_state()
26 u32 cpsr, sctlr; in check_platform_features() local
/linux/arch/arm64/kvm/
H A Dinject_fault.c59 unsigned long cpsr = *vcpu_cpsr(vcpu); in inject_abt64() local
/linux/arch/arm/include/asm/
H A Dptrace.h180 static inline unsigned long it_advance(unsigned long cpsr) in it_advance()
/linux/arch/arm/kernel/
H A Dsignal.c328 unsigned long cpsr = regs->ARM_cpsr & ~(PSR_f | PSR_E_BIT); in setup_return() local
/linux/drivers/spi/
H A Dspi-ep93xx.c113 int cpsr, scr; in ep93xx_spi_calc_divisors() local
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h597 u32 cpsr; member