Searched refs:spsr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/arm64/include/
H A Dreg.h41 uint32_t spsr; member in struct:reg
/freebsd-11-stable/lib/libthread_db/arch/aarch64/
H A Dlibpthread_md.c50 mc->mc_gpregs.gp_spsr = r->spsr;
62 r->spsr = mc->mc_gpregs.gp_spsr;
/freebsd-11-stable/usr.bin/truss/
H A Daarch64-cloudabi64.c75 *errorp = (regs.spsr & PSR_C) != 0;
H A Daarch64-freebsd.c97 *errorp = !!(regs.spsr & PSR_C);
/freebsd-11-stable/sys/arm/arm/
H A Dexception.S93 mrs r0, spsr; /* Put the SPSR on the stack */ \
109 mrs r0, spsr; /* Put the SPSR on the stack */ \
154 mrs r3, spsr; /* Save xxx32 spsr */ \
166 msr spsr_fsxc, r3; /* Restore correct spsr */ \
185 mrs r0, spsr; \
192 mrs r3, spsr; /* Save xxx32 spsr */ \
204 msr spsr_fsxc, r3; /* Restore correct spsr */ \
211 mrs r0, spsr; /* Pu
[all...]
H A Dmachdep.c512 int spsr; local
518 spsr = gr[_REG_CPSR];
519 if ((spsr & PSR_MODE) != PSR_USR32_MODE ||
520 (spsr & (PSR_I | PSR_F)) != 0)
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c181 regs->spsr = frame->tf_spsr;
198 frame->tf_spsr |= regs->spsr & PSR_FLAGS;
336 uint32_t spsr; local
338 spsr = mcp->mc_gpregs.gp_spsr;
339 if ((spsr & PSR_M_MASK) != PSR_M_EL0t ||
340 (spsr & (PSR_F | PSR_I | PSR_A | PSR_D)) != 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp335 reg_info.name = "spsr";
12834 uint32_t spsr = local
12839 CPSRWriteByInstr(spsr, 15, true);

Completed in 109 milliseconds