Home
last modified time | relevance | path

Searched refs:pstate (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
Dsparcv9-instructions.s139 ! V8-NEXT: wrpr %g6,%i6,%pstate
140 ! V9: wrpr %g6, %fp, %pstate ! encoding: [0x8d,0x91,0x80,0x1e]
141 wrpr %g6,%i6,%pstate
200 ! V8-NEXT: wrpr %g6,255,%pstate
201 ! V9: wrpr %g6, 255, %pstate ! encoding: [0x8d,0x91,0xa0,0xff]
202 wrpr %g6,255,%pstate
261 ! V8-NEXT: rdpr %pstate,%i5
262 ! V9: rdpr %pstate, %i5 ! encoding: [0xbb,0x51,0x80,0x00]
263 rdpr %pstate,%i5
/external/llvm/test/MC/Sparc/
Dsparcv9-instructions.s139 ! V8-NEXT: wrpr %g6,%i6,%pstate
140 ! V9: wrpr %g6, %fp, %pstate ! encoding: [0x8d,0x91,0x80,0x1e]
141 wrpr %g6,%i6,%pstate
200 ! V8-NEXT: wrpr %g6,255,%pstate
201 ! V9: wrpr %g6, 255, %pstate ! encoding: [0x8d,0x91,0xa0,0xff]
202 wrpr %g6,255,%pstate
261 ! V8-NEXT: rdpr %pstate,%i5
262 ! V9: rdpr %pstate, %i5 ! encoding: [0xbb,0x51,0x80,0x00]
263 rdpr %pstate,%i5
/external/capstone/bindings/python/capstone/
Darm64.py61 def pstate(self): member in Arm64Op
62 return self.value.pstate
/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c303 uint64_t pstate, pc; in vcpu_dump() local
305 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pstate), &pstate); in vcpu_dump()
309 indent, "", pstate, pc); in vcpu_dump()
/external/libunwind/src/aarch64/
DGresume.c114 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()
Dgen-offsets.c66 SC ("state", pstate); in main()
/external/syzkaller/pkg/report/testdata/linux/report/
D4514 [ 167.409593] pc : [<ffffffc000d394c4>] lr : [<ffffffc000d394c4>] pstate: 200001c5
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dsigcontext.h34 __u64 pstate; member
Dptrace.h77 __u64 pstate; member
/external/capstone/bindings/java/capstone/
DArm64.java32 public int pstate; field in Arm64.OpValue
/external/capstone/cstool/
Dcstool_arm64.c63 printf("\t\toperands[%u].type: PSTATE = 0x%x\n", i, op->pstate); in print_insn_detail_arm64()
/external/python/cpython2/Parser/
Dspark.py497 pstate, pparent = pitem
498 k = self.goto(pstate, lhs)
558 pstate, pparent = pitem
560 k = self.edges.get((pstate, lhs), None)
/external/capstone/bindings/python/
Dtest_arm64.py55 print("\t\toperands[%u].type: PSTATE = 0x%x" % (c, i.pstate))
/external/u-boot/arch/arm/include/asm/
Domap_mmc.h53 unsigned int pstate; /* 0x124 */ member
/external/capstone/tests/
Dtest_arm64.c84 printf("\t\toperands[%u].type: PSTATE = 0x%x\n", i, op->pstate); in print_insn_detail()
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext_unittest.cc66 offsetof(ucontext_t,uc_mcontext.pstate)); in TEST()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc218 out->cpsr = static_cast<uint32_t>(regs.pstate);
Ducontext_reader.cc199 out->cpsr = static_cast<uint32_t>(uc->uc_mcontext.pstate);
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dddr.h342 enum pstate { enum
/external/libdrm/include/drm/
Dnouveau_class.h326 __s8 pstate; /* out: current pstate index */ member
/external/libxml2/
Drelaxng.c389 int pstate; /* progressive state */ member
8184 ctxt->pstate = 1; in xmlRelaxNGValidateProgressiveCallback()
8191 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8198 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8204 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8211 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8223 ctxt->pstate = 0; in xmlRelaxNGValidateProgressiveCallback()
8230 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8240 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
8248 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback()
[all …]
/external/oj-libjdwp/src/share/back/
DthreadControl.c156 threadState(jthread thread, jint *pstate) in threadState() argument
158 *pstate = 0; in threadState()
160 (gdata->jvmti, thread, pstate); in threadState()
/external/honggfuzz/linux/
Dtrace.c168 uint64_t pstate; member
429 *status_reg = r64->pstate; in arch_getPC()
/external/capstone/include/
Darm64.h373 arm64_pstate pstate; // PState field of MSR instruction. member
/external/u-boot/drivers/mmc/
Domap_hsmmc.c444 dat0_high = !!(readl(&mmc_base->pstate) & PSTATE_DLEV_DAT0); in omap_hsmmc_wait_dat0()
972 while ((readl(&mmc_base->pstate) & (DATI_MASK | CMDI_MASK)) != 0) {

12