Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUserArm64.h38 uint64_t pstate; member
H A DUcontextArm64.h51 uint64_t pstate; // __u64 member
/aosp12/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsigcontext.h28 __u64 pstate; member
H A Dptrace.h65 __u64 pstate; member
/aosp12/bionic/libc/include/sys/
H A Duser.h228 uint64_t pstate;
/aosp12/system/unwinding/libunwindstack/
H A DRegsArm64.cpp142 reg_data[ARM64_REG_PSTATE] = user->pstate; in Read()
/aosp12/art/runtime/
H A Druntime_common.cc280 DumpRegister64(os, "pstate", context.pstate); in Dump()
281 DumpArmStatusRegister(os, context.pstate); in Dump()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java12803 for (Map.Entry<String, RpmStats.PowerStatePlatformSleepState> pstate in updateRpmStatsLocked()
12807 final String pName = pstate.getKey(); in updateRpmStatsLocked()
12808 final long pTimeUs = pstate.getValue().mTimeMs * 1000; in updateRpmStatsLocked()
12809 final int pCount = pstate.getValue().mCount; in updateRpmStatsLocked()
12817 : pstate.getValue().mVoters.entrySet()) { in updateRpmStatsLocked()